Skip to content

Commit 93434f2

Browse files
committed
version 1.3.3
1 parent cbba9d3 commit 93434f2

File tree

5 files changed

+49
-53
lines changed

5 files changed

+49
-53
lines changed

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.2
19+
* Version: 1.3.3
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.2' );
35+
defined( 'CBX_USERONLINE_PLUGIN_VERSION' ) or define( 'CBX_USERONLINE_PLUGIN_VERSION', '1.3.3' );
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.4';
760+
$pro_latest_version = '1.1.5';
761761

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

languages/cbxuseronline.pot

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: CBX User Online & Last Login\n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2025-01-12 11:11+0000\n"
6+
"POT-Creation-Date: 2025-02-06 17:39+0000\n"
77
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
88
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
99
"Language-Team: \n"
@@ -148,7 +148,7 @@ msgid ""
148148
"%2$s</a> installed and activated - Codeboxr Team"
149149
msgstr ""
150150

151-
#: templates/dashboard-doc.php:170
151+
#: templates/dashboard-doc.php:175
152152
msgid "CBX User Online & Last Login Plugin Details"
153153
msgstr ""
154154

@@ -184,14 +184,6 @@ msgstr ""
184184
msgid "CBX: Online Users"
185185
msgstr ""
186186

187-
#: templates/dashboard-doc.php:79
188-
msgid "Changelog Core Plugin"
189-
msgstr ""
190-
191-
#: templates/dashboard-doc.php:119
192-
msgid "Changelog Pro Addon"
193-
msgstr ""
194-
195187
#. 1: Plugin setting url page 2. Documentation url
196188
#: includes/CBXUserOnlineAdmin.php:795 includes/CBXUserOnlineAdmin.php:813
197189
#, php-format
@@ -251,7 +243,7 @@ msgstr ""
251243
msgid "codeboxr"
252244
msgstr ""
253245

254-
#: templates/dashboard-doc.php:252
246+
#: templates/dashboard-doc.php:257
255247
msgid "Codeboxr News Updates"
256248
msgstr ""
257249

@@ -287,7 +279,11 @@ msgstr ""
287279
msgid "Copy"
288280
msgstr ""
289281

290-
#: templates/dashboard-doc.php:198
282+
#: templates/dashboard-doc.php:79
283+
msgid "Core Plugin Changelogs"
284+
msgstr ""
285+
286+
#: templates/dashboard-doc.php:203
291287
msgid "Core Plugin Support"
292288
msgstr ""
293289

@@ -342,7 +338,7 @@ msgstr ""
342338
msgid "Documentation"
343339
msgstr ""
344340

345-
#: templates/dashboard-doc.php:180
341+
#: templates/dashboard-doc.php:185
346342
msgid "Documentation & User Guide"
347343
msgstr ""
348344

@@ -378,7 +374,7 @@ msgstr ""
378374
msgid "Guest"
379375
msgstr ""
380376

381-
#: templates/dashboard-doc.php:159
377+
#: templates/dashboard-doc.php:164
382378
msgid "Help & Supports"
383379
msgstr ""
384380

@@ -527,7 +523,7 @@ msgstr ""
527523
msgid "Option Name"
528524
msgstr ""
529525

530-
#: templates/dashboard-doc.php:215
526+
#: templates/dashboard-doc.php:220
531527
msgid "Other WordPress Plugins"
532528
msgstr ""
533529

@@ -602,7 +598,11 @@ msgstr ""
602598
msgid "Please Select"
603599
msgstr ""
604600

605-
#: templates/dashboard-doc.php:208
601+
#: templates/dashboard-doc.php:119
602+
msgid "Pro Addon Changelogs"
603+
msgstr ""
604+
605+
#: templates/dashboard-doc.php:213
606606
msgid "Pro Addon Support"
607607
msgstr ""
608608

@@ -646,7 +646,7 @@ msgstr ""
646646
msgid "Reset option values and all tables created by this plugin"
647647
msgstr ""
648648

649-
#: templates/dashboard-doc.php:188
649+
#: templates/dashboard-doc.php:193
650650
msgid "Review & Rate CBX User Online & Last Login Plugin"
651651
msgstr ""
652652

@@ -658,7 +658,7 @@ msgstr ""
658658
msgid "save and close"
659659
msgstr ""
660660

661-
#: includes/CBXUseronlineSetting.php:1318 templates/dashboard-settings.php:40
661+
#: includes/CBXUseronlineSetting.php:1317 templates/dashboard-settings.php:40
662662
msgid "Save Settings"
663663
msgstr ""
664664

@@ -807,7 +807,7 @@ msgstr ""
807807
msgid "Title:"
808808
msgstr ""
809809

810-
#: includes/CBXUseronlineSetting.php:1293
810+
#: includes/CBXUseronlineSetting.php:1292
811811
msgid "Toggle All Sections"
812812
msgstr ""
813813

readme.txt

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

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

145145

146146
== Changelog ==
147+
= 1.3.3 =
148+
* [updated] Pro Addon V1.1.5 released
149+
* [updated] Dashboard plugin support page html markup fixed for changelogs
150+
147151
= 1.3.2 =
148152
* [updated] Dashboard style improvement
149153
* [updated] Pro Addon V1.1.4 released

templates/dashboard-doc.php

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,26 @@ class="button outline primary pull-right"><?php esc_attr_e( 'Global Settings', '
7676
<div class="cbx-backend-card dashboard-changelog">
7777
<div class="header">
7878
<div class="text">
79-
<h2><?php esc_attr_e( 'Changelog Core Plugin', 'cbxuseronline' ); ?></h2>
79+
<h2><?php esc_attr_e( 'Core Plugin Changelogs', 'cbxuseronline' ); ?></h2>
8080
</div>
8181
</div>
8282
<div class="content">
83+
<div class="cbx-backend-settings-row">
84+
<p>
85+
Version - 1.3.3
86+
</p>
87+
<ul>
88+
<li>[updated] Pro Addon V1.1.5 released</li>
89+
<li>[updated] Dashboard plugin support page html markup fixed for changelogs</li>
90+
</ul>
91+
</div>
8392
<div class="cbx-backend-settings-row">
8493
<p>
8594
Version - 1.3.2
8695
</p>
8796
<ul>
8897
<li>[updated] Dashboard style improvement</li>
89-
<li>[updated] Pro Addon V1.1.4 released/li>
98+
<li>[updated] Pro Addon V1.1.4 released</li>
9099
<li>[Updated] Plugin check plugin V1.4.0 compatible</li>
91100
</ul>
92101
</div>
@@ -102,25 +111,25 @@ class="button outline primary pull-right"><?php esc_attr_e( 'Global Settings', '
102111
<li>[updated] Pro Addon V1.1.3 released</li>
103112
</ul>
104113
</div>
105-
<div class="cbx-backend-settings-row">
106-
<p>
107-
Version - 1.2.13
108-
</p>
109-
<ul>
110-
<li>[new] Ignore new user role(s) for online user</li>
111-
<li>[bugfix] Setting reset database error fixed for table reset</li>
112-
<li>[update] Pro addon 1.1.1 released</li>
113-
</ul>
114-
</div>
115114
</div>
116115
</div>
117116
<div class="cbx-backend-card dashboard-changelog">
118117
<div class="header">
119118
<div class="text">
120-
<h2><?php esc_html_e( 'Changelog Pro Addon', 'cbxuseronline' ); ?></h2>
119+
<h2><?php esc_html_e( 'Pro Addon Changelogs', 'cbxuseronline' ); ?></h2>
121120
</div>
122121
</div>
123122
<div class="content">
123+
<div class="cbx-backend-settings-row">
124+
<p>
125+
Version - 1.1.5
126+
</p>
127+
<ul>
128+
<li>[fixed] Fixed the Ipstack api service bug</li>
129+
<li>[improvement] Login history excel export now shows warning if phpexcel library is not installed and improved the export feature</li>
130+
<li>[improvement] Dashboard login history display improved</li>
131+
</ul>
132+
</div>
124133
<div class="cbx-backend-settings-row">
125134
<p>
126135
Version - 1.1.4
@@ -145,23 +154,6 @@ class="button outline primary pull-right"><?php esc_attr_e( 'Global Settings', '
145154
<li>[Updated] Core plugin V1.3.1 released</li>
146155
</ul>
147156
</div>
148-
<div class="cbx-backend-settings-row">
149-
<p>
150-
Version - 1.1.1
151-
</p>
152-
<ul>
153-
<li>[new] Ignore new user role(s) for login history</li>
154-
<li>[bugfix] Setting reset database error fixed for table reset</li>
155-
</ul>
156-
</div>
157-
<div class="cbx-backend-settings-row">
158-
<p>
159-
Version - 1.1.0
160-
</p>
161-
<ul>
162-
<li>[improvements] Security improvements</li>
163-
</ul>
164-
</div>
165157
</div>
166158
</div>
167159
</div>

0 commit comments

Comments
 (0)