Skip to content

Commit a52a2e7

Browse files
committed
bookmaro 1.9.10 released
1 parent 51d78a6 commit a52a2e7

6 files changed

Lines changed: 28 additions & 34 deletions

File tree

admin/class-cbxwpbookmark-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ public function custom_message_after_plugin_row_proaddon($plugin_file, $plugin_d
830830
if(defined('CBXWPBOOKMARKADDON_PLUGIN_NAME')) return;
831831

832832
$pro_addon_version = CBXWPBookmarkHelper::get_any_plugin_version('cbxwpbookmarkaddon/cbxwpbookmarkaddon.php');
833-
$pro_latest_version = '1.5.2';
833+
$pro_latest_version = '1.5.3';
834834

835835
if($pro_addon_version != '' && version_compare( $pro_addon_version, $pro_latest_version, '<' ) ){
836836

assets/css/cbxwpbookmark-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/cbxwpbookmark-public.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.

cbxwpbookmark.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: CBX Bookmark & Favorite
1616
* Plugin URI: https://codeboxr.com/product/cbx-wordpress-bookmark
1717
* Description: List/category based bookmark for WordPress, create your own private or public list of favorite posts, page, custom object
18-
* Version: 1.9.9
18+
* Version: 1.9.10
1919
* Author: Codeboxr Team
2020
* Author URI: https://codeboxr.com
2121
* License: GPL-2.0+
@@ -31,7 +31,7 @@
3131

3232

3333
defined( 'CBXWPBOOKMARK_PLUGIN_NAME' ) or define( 'CBXWPBOOKMARK_PLUGIN_NAME', 'cbxwpbookmark' );
34-
defined( 'CBXWPBOOKMARK_PLUGIN_VERSION' ) or define( 'CBXWPBOOKMARK_PLUGIN_VERSION', '1.9.9' );
34+
defined( 'CBXWPBOOKMARK_PLUGIN_VERSION' ) or define( 'CBXWPBOOKMARK_PLUGIN_VERSION', '1.9.10' );
3535
defined( 'CBXWPBOOKMARK_BASE_NAME' ) or define( 'CBXWPBOOKMARK_BASE_NAME', plugin_basename( __FILE__ ) );
3636
defined( 'CBXWPBOOKMARK_ROOT_PATH' ) or define( 'CBXWPBOOKMARK_ROOT_PATH', plugin_dir_path( __FILE__ ) );
3737
defined( 'CBXWPBOOKMARK_ROOT_URL' ) or define( 'CBXWPBOOKMARK_ROOT_URL', plugin_dir_url( __FILE__ ) );

readme.txt

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: codeboxr, manchumahara
33
Tags: bookmark,favorite,collection,user collection,user bookmark
44
Requires at least: 5.3
55
Tested up to: 6.8
6-
Stable tag: 1.9.9
6+
Stable tag: 1.9.10
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -169,6 +169,11 @@ How to install the plugin and get it working.
169169
== Screenshots ==
170170

171171
== Changelog ==
172+
= 1.9.10 =
173+
* [updated] Pro addon plugin 1.5.3 released
174+
* [improved] Minor improvements
175+
176+
172177
= 1.9.9 =
173178
* [improved] WordPress version 6.8 compatibility checked
174179
* [updated] Pro addon plugin 1.5.2 released
@@ -190,17 +195,4 @@ How to install the plugin and get it working.
190195
* [fixed] Setting variable related issues fixed
191196

192197
= 1.9.3 =
193-
* [fixed] Setting variable related issues fixed
194-
195-
= 1.9.2 =
196-
* [fixed] Fixed the method 'get_opt' in core and updated the pro addon based on that.
197-
* [updated] Pro addon plugin 1.4.9 compatible
198-
199-
= 1.9.1 =
200-
* [updated] Minor improvement
201-
* [updated] Pro addon plugin 1.4.8 released
202-
203-
= 1.9.0 =
204-
* [fixed] Dashboard category, bookmark listing delete fixed
205-
* [updated] WordPress 6.7.2 compatible
206-
* [updated] Pro addon plugin 1.4.7 released
198+
* [fixed] Setting variable related issues fixed

templates/admin/dashboard.php

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -167,27 +167,28 @@
167167
<div class="content">
168168
<div class="cbx-backend-settings-row">
169169
<p>
170-
Version - 1.9.9
170+
Version - 1.9.10
171171
</p>
172172
<ul>
173-
<li>[improved] WordPress version 6.8 compatibility checked</li>
174-
<li>[updated] Pro addon plugin 1.5.2 released</li>
173+
<li>[updated] Pro addon plugin 1.5.3 released</li>
174+
<li>[improved] Minor improvements</li>
175175
</ul>
176176
</div>
177177
<div class="cbx-backend-settings-row">
178178
<p>
179-
Version - 1.9.8
179+
Version - 1.9.9
180180
</p>
181181
<ul>
182-
<li>[improved] Bookmark button tooltip improved based on bookmarked or not <a href="https://wordpress.org/support/topic/return-to-page-message/">https://wordpress.org/support/topic/return-to-page-message/</a></li>
182+
<li>[improved] WordPress version 6.8 compatibility checked</li>
183+
<li>[updated] Pro addon plugin 1.5.2 released</li>
183184
</ul>
184185
</div>
185186
<div class="cbx-backend-settings-row">
186187
<p>
187-
Version - 1.9.7
188+
Version - 1.9.8
188189
</p>
189190
<ul>
190-
<li>[fixed] Frontend delete all bookmarks was not clearing the bookmarks display but was deleting properly. https://wordpress.org/support/topic/delete-all-bug/</li>
191+
<li>[improved] Bookmark button tooltip improved based on bookmarked or not <a href="https://wordpress.org/support/topic/return-to-page-message/">https://wordpress.org/support/topic/return-to-page-message/</a></li>
191192
</ul>
192193
</div>
193194
</div>
@@ -201,7 +202,7 @@
201202
<div class="content">
202203
<div class="cbx-backend-settings-row">
203204
<p>
204-
Version - 1.5.2
205+
Version - 1.5.3
205206
</p>
206207
<ul>
207208
<li>[improved] WordPress version 6.8 compatibility checked</li>
@@ -210,20 +211,21 @@
210211
</div>
211212
<div class="cbx-backend-settings-row">
212213
<p>
213-
Version - 1.5.1
214+
Version - 1.5.2
214215
</p>
215216
<ul>
216-
<li>[updated] Merged mycred addon with pro addon.</li>
217-
<li>[new] Add gamipress support from V1.5.1</li>
218-
<li>[updated] Core plugin V1.9.5 released</li>
217+
<li>[improved] WordPress version 6.8 compatibility checked</li>
218+
<li>[updated] Core plugin 1.9.9 released</li>
219219
</ul>
220220
</div>
221221
<div class="cbx-backend-settings-row">
222222
<p>
223-
Version - 1.5.0
223+
Version - 1.5.1
224224
</p>
225225
<ul>
226-
<li>[fixed] Setting variable related issues fixed</li>
226+
<li>[updated] Merged mycred addon with pro addon.</li>
227+
<li>[new] Add gamipress support from V1.5.1</li>
228+
<li>[updated] Core plugin V1.9.5 released</li>
227229
</ul>
228230
</div>
229231
</div>

0 commit comments

Comments
 (0)