Skip to content

Commit d6a9d4e

Browse files
committed
version 1.3.4 released
1 parent 93434f2 commit d6a9d4e

File tree

6 files changed

+33
-31
lines changed

6 files changed

+33
-31
lines changed

assets/css/cbxuseronline-admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/cbxuseronline-setting.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cbxuseronline.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: CBX User Online & Last Login
1717
* Plugin URI: https://codeboxr.com/product/cbx-user-online-for-wordpress
1818
* Description: This plugin shows WordPress online users and records last login
19-
* Version: 1.3.3
19+
* Version: 1.3.4
2020
* Author: codeboxr
2121
* Author URI: https://codeboxr.com
2222
* License: GPL-2.0+
@@ -32,7 +32,7 @@
3232

3333
//plugin definition specific constants
3434
defined( 'CBX_USERONLINE_PLUGIN_NAME' ) or define( 'CBX_USERONLINE_PLUGIN_NAME', 'cbxuseronline' );
35-
defined( 'CBX_USERONLINE_PLUGIN_VERSION' ) or define( 'CBX_USERONLINE_PLUGIN_VERSION', '1.3.3' );
35+
defined( 'CBX_USERONLINE_PLUGIN_VERSION' ) or define( 'CBX_USERONLINE_PLUGIN_VERSION', '1.3.4' );
3636
defined( 'CBX_USERONLINE_PLUGIN_BASE_NAME' ) or define( 'CBX_USERONLINE_PLUGIN_BASE_NAME', plugin_basename( __FILE__ ) );
3737
defined( 'CBX_USERONLINE_PLUGIN_ROOT_PATH' ) or define( 'CBX_USERONLINE_PLUGIN_ROOT_PATH', plugin_dir_path( __FILE__ ) );
3838
defined( 'CBX_USERONLINE_PLUGIN_ROOT_URL' ) or define( 'CBX_USERONLINE_PLUGIN_ROOT_URL', plugin_dir_url( __FILE__ ) );

includes/CBXUserOnlineAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ public function custom_message_after_plugin_row_proaddon( $plugin_file, $plugin_
757757

758758
$pro_addon_version = CBXUseronlineHelper::get_any_plugin_version( 'cbxuseronlineproaddon/cbxuseronlineproaddon.php' );
759759

760-
$pro_latest_version = '1.1.5';
760+
$pro_latest_version = '1.1.6';
761761

762762
if ( $pro_addon_version != '' && version_compare( $pro_addon_version, $pro_latest_version, '<' ) ) {
763763
// Custom message to display

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: codeboxr, manchumahara
33
Tags: wordpress user online,useronline,bbpress,buddypress,last login
44
Requires at least: 5.3
5-
Tested up to: 6.7.1
6-
Stable tag: 1.3.3
5+
Tested up to: 6.7.2
6+
Stable tag: 1.3.4
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -144,6 +144,11 @@ Cookie name is "cbxuseronline-cookie", value is created dynamically
144144

145145

146146
== Changelog ==
147+
= 1.3.4 =
148+
* [updated] WordPress 6.7.2 compatible
149+
* [updated] Plugin dashboard style updated
150+
* [updated] Pro Addon V1.1.6 released
151+
147152
= 1.3.3 =
148153
* [updated] Pro Addon V1.1.5 released
149154
* [updated] Dashboard plugin support page html markup fixed for changelogs

0 commit comments

Comments
 (0)