Skip to content

Commit e584fd3

Browse files
committed
version 1.9.3 released
1 parent a7ee40f commit e584fd3

7 files changed

Lines changed: 25 additions & 31 deletions

File tree

admin/class-cbxwpbookmark-admin.php

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

829829
$pro_addon_version = CBXWPBookmarkHelper::get_any_plugin_version('cbxwpbookmarkaddon/cbxwpbookmarkaddon.php');
830-
$pro_latest_version = '1.4.9';
830+
$pro_latest_version = '1.5.0';
831831

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

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.2
18+
* Version: 1.9.3
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.2' );
34+
defined( 'CBXWPBOOKMARK_PLUGIN_VERSION' ) or define( 'CBXWPBOOKMARK_PLUGIN_VERSION', '1.9.3' );
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__ ) );

includes/class-cbxwpbookmark-helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ public static function cbxbookmark_post_html( $instance ) {
722722
echo cbxwpbookmark_get_template_html( 'bookmarkpost/single.php', [
723723
'item' => $item,
724724
'instance' => $instance,
725-
'setting' => $settings,
725+
'settings' => $settings,
726726
'action_html' => $action_html,
727727
'sub_item_class' => $sub_item_class, //used in category widget to display sub list
728728

@@ -876,7 +876,7 @@ public static function cbxbookmark_most_html( $instance, $attr = [] ) {
876876
echo cbxwpbookmark_get_template_html( 'bookmarkmost/single.php', [
877877
'item' => $item,
878878
'instance' => $instance,
879-
'setting' => $settings,
879+
'settings' => $settings,
880880
'li_class' => $li_class,
881881
'show_count_html' => $show_count_html
882882
] );

readme.txt

Lines changed: 4 additions & 1 deletion
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.7.2
6-
Stable tag: 1.9.2
6+
Stable tag: 1.9.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

171171
== Changelog ==
172+
= 1.9.3 =
173+
* [fixed] Setting variable related issues fixed
174+
172175
= 1.9.2 =
173176
* [fixed] Fixed the method 'get_opt' in core and updated the pro addon based on that.
174177
* [updated] Pro addon plugin 1.4.9 compatible

templates/admin/bookmark_category_edit.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
global $wpdb;
1010
$log_id = ( isset( $_GET['id'] ) && absint( $_GET['id'] ) > 0 ) ? absint( $_GET['id'] ) : 0; //phpcs:ignore WordPress.Security.NonceVerification.Recommended
11-
12-
//$settings = new CBXWPBookmark_Settings_API();
1311
?>
1412

1513
<?php

templates/admin/dashboard.php

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -167,30 +167,28 @@
167167
<div class="content">
168168
<div class="cbx-backend-settings-row">
169169
<p>
170-
Version - 1.9.2
170+
Version - 1.9.3
171171
</p>
172172
<ul>
173-
<li>[fixed] Fixed the method 'get_opt' in core and updated the pro addon based on that.</li>
174-
<li>[updated] Pro addon plugin 1.4.9 compatible</li>
173+
<li>[fixed] Setting variable related issues fixed</li>
175174
</ul>
176175
</div>
177176
<div class="cbx-backend-settings-row">
178177
<p>
179-
Version - 1.9.1
178+
Version - 1.9.2
180179
</p>
181180
<ul>
182-
<li>[updated] Minor improvement</li>
183-
<li>[updated] Pro addon plugin 1.4.8 released</li>
181+
<li>[fixed] Fixed the method 'get_opt' in core and updated the pro addon based on that.</li>
182+
<li>[updated] Pro addon plugin 1.4.9 compatible</li>
184183
</ul>
185184
</div>
186185
<div class="cbx-backend-settings-row">
187186
<p>
188-
Version - 1.9.0
187+
Version - 1.9.1
189188
</p>
190189
<ul>
191-
<li>[fixed] Dashboard category, bookmark listing delete fixed</li>
192-
<li>[updated] WordPress 6.7.2 compatible</li>
193-
<li>[updated] Pro addon plugin 1.4.7 released</li>
190+
<li>[updated] Minor improvement</li>
191+
<li>[updated] Pro addon plugin 1.4.8 released</li>
194192
</ul>
195193
</div>
196194
</div>
@@ -204,29 +202,28 @@
204202
<div class="content">
205203
<div class="cbx-backend-settings-row">
206204
<p>
207-
Version - 1.4.9
205+
Version - 1.5.0
208206
</p>
209207
<ul>
210-
<li>[fixed] Fixed the method 'get_opt' in core and updated the pro addon based on that.</li>
211-
<li>[updated] Core plugin 1.9.2 compatible</li>
208+
<li>[fixed] Setting variable related issues fixed</li>
212209
</ul>
213210
</div>
214211
<div class="cbx-backend-settings-row">
215212
<p>
216-
Version - 1.4.8
213+
Version - 1.4.9
217214
</p>
218215
<ul>
219-
<li>[updated] Plugin update checker updated</li>
220-
<li>[updated] Core plugin 1.9.1 compatible</li>
216+
<li>[fixed] Fixed the method 'get_opt' in core and updated the pro addon based on that.</li>
217+
<li>[updated] Core plugin 1.9.2 compatible</li>
221218
</ul>
222219
</div>
223220
<div class="cbx-backend-settings-row">
224221
<p>
225-
Version - 1.4.7
222+
Version - 1.4.8
226223
</p>
227224
<ul>
228-
<li>[updated] WordPress 6.7.2 compatible</li>
229-
<li>[updated] Core plugin 1.9.0 compatible</li>
225+
<li>[updated] Plugin update checker updated</li>
226+
<li>[updated] Core plugin 1.9.1 compatible</li>
230227
</ul>
231228
</div>
232229
</div>

widgets/classic_widgets/most-widget/cbxwpbookmark-most-widget.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ public function widget( $args, $instance ) {
104104

105105
$instance['title'] = '';
106106

107-
/*$widget_string .= cbxwpbookmark_get_template_html( 'widgets/cbxwpbookmarkmost-widget.php', array(
108-
'instance' => $instance
109-
) );*/
110-
111107
$attr = [];
112108

113109
$type = $instance['type'];

0 commit comments

Comments
 (0)