Skip to content

Commit 1ba0014

Browse files
committed
bookmark version 1.9.7 released
1 parent c8bc5fb commit 1ba0014

4 files changed

Lines changed: 21 additions & 25 deletions

File tree

assets/js/cbxwpbookmark-public.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,6 +1728,7 @@
17281728
e.preventDefault();
17291729

17301730
var $this = $(this);
1731+
var $parent = $this.closest('.cbxwpbookmark-title');
17311732
var $busy = Number($this.data('busy'));
17321733

17331734

@@ -1741,7 +1742,7 @@
17411742
};
17421743

17431744
var onOk = () => {
1744-
//notifier.info('You pressed OK');
1745+
17451746
$this.data('busy', 1);
17461747
$this.prop('disabled', true);
17471748
$this.addClass('running');
@@ -1758,17 +1759,17 @@
17581759
$this.removeClass('running');
17591760

17601761
if (response && response.code === 1) {
1761-
//alert(response.msg);
17621762
new AWN(awn_options).success(response.msg);
1763+
1764+
$parent.next('.cbxwpbookmark-list-generic').remove();
1765+
$parent.next('.cbxbookmark_cards_wrapper_postgrid').remove();
17631766
} else {
17641767
$this.data('busy', 0);
17651768
$this.prop('disabled', false);
17661769
$this.removeClass('cbxwpbookmark_deleteall_busy');
17671770
}
17681771
}
17691772
);
1770-
1771-
//$this.hide();
17721773
};
17731774

17741775
notifier.confirm(

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.6
18+
* Version: 1.9.7
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.6' );
34+
defined( 'CBXWPBOOKMARK_PLUGIN_VERSION' ) or define( 'CBXWPBOOKMARK_PLUGIN_VERSION', '1.9.7' );
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: 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.6
6+
Stable tag: 1.9.7
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.7 =
173+
* [fixed] Frontend delete all bookmarks was not clearing the bookmarks display but was deleting properly. https://wordpress.org/support/topic/delete-all-bug/
174+
172175
= 1.9.6 =
173176
* [updated] Category order and order by display changed for bookmark modal screen, new hooks
174177

templates/admin/dashboard.php

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
</div>
118118
<div class="content">
119119
<div class="row">
120-
<div class="col-6">
120+
<div class="col-12">
121121
<div class="cbx-backend-feature-card">
122122
<div class="feature-card-body static">
123123
<div class="feature-card-header">
@@ -136,7 +136,7 @@
136136
</div>
137137
</div>
138138
</div>
139-
<div class="col-6">
139+
<!--<div class="col-6">
140140
<div class="cbx-backend-feature-card">
141141
<div class="feature-card-body static">
142142
<div class="feature-card-header">
@@ -154,7 +154,7 @@
154154
</div>
155155
</div>
156156
</div>
157-
</div>
157+
</div>-->
158158
</div>
159159
</div>
160160
</div>
@@ -167,35 +167,27 @@
167167
<div class="content">
168168
<div class="cbx-backend-settings-row">
169169
<p>
170-
Version - 1.9.6
170+
Version - 1.9.7
171171
</p>
172172
<ul>
173-
<li>[updated] Category order and order by display changed for bookmark modal screen, new hooks</li>
173+
<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>
174174
</ul>
175175
</div>
176176
<div class="cbx-backend-settings-row">
177177
<p>
178-
Version - 1.9.5
179-
</p>
180-
<ul>
181-
<li>[updated] Misc changes</li>
182-
<li>[updated] Pro addon plugin 1.5.1 released</li>
183-
</ul>
184-
</div>
185-
<div class="cbx-backend-settings-row">
186-
<p>
187-
Version - 1.9.4
178+
Version - 1.9.6
188179
</p>
189180
<ul>
190-
<li>[fixed] Setting variable related issues fixed</li>
181+
<li>[updated] Category order and order by display changed for bookmark modal screen, new hooks</li>
191182
</ul>
192183
</div>
193184
<div class="cbx-backend-settings-row">
194185
<p>
195-
Version - 1.9.3
186+
Version - 1.9.5
196187
</p>
197188
<ul>
198-
<li>[fixed] Setting variable related issues fixed</li>
189+
<li>[updated] Misc changes</li>
190+
<li>[updated] Pro addon plugin 1.5.1 released</li>
199191
</ul>
200192
</div>
201193
</div>

0 commit comments

Comments
 (0)