Skip to content

Commit c030a0f

Browse files
update the changelog and plugin version to 4.1.1
1 parent d9a0499 commit c030a0f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Stream Changelog
22

3+
## 4.1.1 - February 3, 2025
4+
5+
### Bug fixes
6+
7+
- Fix Two Factor connector issue (in [#1692](https://github.com/xwp/stream/pull/1692))
8+
39
## 4.1.0 - January 20, 2025
410

511
### New features & Enhancements

classes/class-plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Plugin {
2020
*
2121
* @const string
2222
*/
23-
const VERSION = '4.1.0';
23+
const VERSION = '4.1.1';
2424

2525
/**
2626
* WP-CLI command

readme.txt

+5-1
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.0
6+
Stable tag: 4.1.1
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.1 - February 3, 2025 =
138+
139+
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)
140+
137141
= 4.1.0 - January 20, 2025 =
138142

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

stream.php

+1-1
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.0
6+
* Version: 4.1.1
77
* Author: XWP
88
* Author URI: https://xwp.co
99
* License: GPLv2+

0 commit comments

Comments
 (0)