Skip to content

Commit 4a36275

Browse files
committed
Update the changelog and plugin version to 4.1.2
1 parent f351a99 commit 4a36275

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Stream Changelog
22

3+
## 4.1.2 - February 19, 2026
4+
5+
### Bug Fixes
6+
7+
- Fix handling the output of posix_getpwuid() (in [#1828](https://github.com/xwp/stream/pull/1828), [#1810](https://github.com/xwp/stream/pull/1810))
8+
9+
### Enhancements
10+
11+
- Implement BuddyPress Connection improvements (in [#1810](https://github.com/xwp/stream/pull/1810))
12+
313
## 4.1.1 - February 3, 2025
414

515
### Bug fixes

classes/class-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Plugin {
2020
*
2121
* @const string
2222
*/
23-
const VERSION = '4.1.1';
23+
const VERSION = '4.1.2';
2424

2525
/**
2626
* WP-CLI command

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: xwp
33
Tags: wp stream, stream, activity, logs, track
44
Requires at least: 4.6
55
Tested up to: 6.6
6-
Stable tag: 4.1.1
6+
Stable tag: 4.1.2
77
License: GPLv2 or later
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99

@@ -134,6 +134,10 @@ Use only `$_SERVER['REMOTE_ADDR']` as the client IP address for event logs witho
134134

135135
== Changelog ==
136136

137+
= 4.1.2 - February 19, 2026 =
138+
139+
See: [https://github.com/xwp/stream/blob/develop/changelog.md#412---february-19-2026](https://github.com/xwp/stream/blob/develop/changelog.md#412---february-19-2026)
140+
137141
= 4.1.1 - February 3, 2025 =
138142

139143
See: [https://github.com/xwp/stream/blob/develop/changelog.md##410---february-3-2025](https://github.com/xwp/stream/blob/develop/changelog.md##410---february-3-2025)

stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Stream
44
* Plugin URI: https://xwp.co/work/stream/
55
* Description: Stream tracks logged-in user activity so you can monitor every change made on your WordPress site in beautifully organized detail. All activity is organized by context, action and IP address for easy filtering. Developers can extend Stream with custom connectors to log any kind of action.
6-
* Version: 4.1.1
6+
* Version: 4.1.2
77
* Author: XWP
88
* Author URI: https://xwp.co
99
* License: GPLv2+

0 commit comments

Comments
 (0)