Skip to content

Commit d1e60eb

Browse files
committed
bookmark version 1.9.5 released
1 parent e584fd3 commit d1e60eb

4 files changed

Lines changed: 29 additions & 49 deletions

File tree

admin/class-cbxwpbookmark-admin.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ public function plugin_upgrader_process_complete() {
753753

754754
// Update the saved version
755755
update_option('cbxwpbookmark_version', CBXWPBOOKMARK_PLUGIN_VERSION);
756+
757+
//deactivate mycred addon
756758
}
757759
}//end plugin_upgrader_process_complete
758760

@@ -827,7 +829,7 @@ public function custom_message_after_plugin_row_proaddon($plugin_file, $plugin_d
827829
if(defined('CBXWPBOOKMARKADDON_PLUGIN_NAME')) return;
828830

829831
$pro_addon_version = CBXWPBookmarkHelper::get_any_plugin_version('cbxwpbookmarkaddon/cbxwpbookmarkaddon.php');
830-
$pro_latest_version = '1.5.0';
832+
$pro_latest_version = '1.5.1';
831833

832834
if($pro_addon_version != '' && version_compare( $pro_addon_version, $pro_latest_version, '<' ) ){
833835
// 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.3
18+
* Version: 1.9.5
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.3' );
34+
defined( 'CBXWPBOOKMARK_PLUGIN_VERSION' ) or define( 'CBXWPBOOKMARK_PLUGIN_VERSION', '1.9.5' );
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: 8 additions & 29 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.7.2
6-
Stable tag: 1.9.3
6+
Stable tag: 1.9.5
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

171171
== Changelog ==
172+
= 1.9.5 =
173+
* [updated] Misc changes
174+
* [updated] Pro addon plugin 1.5.1 released
175+
176+
= 1.9.4 =
177+
* [fixed] Setting variable related issues fixed
178+
172179
= 1.9.3 =
173180
* [fixed] Setting variable related issues fixed
174181

@@ -196,31 +203,3 @@ How to install the plugin and get it working.
196203
= 1.8.10 =
197204
* [improvement] Plugin on upgrade migration process improved
198205
* [improvement] Style improvement
199-
200-
= 1.8.9 =
201-
* [improvement] Login form/url improved
202-
* [improvement] Login form/url improved
203-
* [fixed] Visual composer param php error fixed
204-
* [updated] Pro addon plugin new version(1.4.4) released
205-
* [updated] myCred addon plugin new version(1.0.5) released
206-
* [improvement] Plugin check latest check
207-
* [added] Added new method for plugin update checker
208-
209-
= 1.8.8 =
210-
* [fixed] PHP error fixed for login form
211-
212-
= 1.8.6 =
213-
* [fixed] Style related issues
214-
215-
= 1.8.5 =
216-
* [fixed] Fixed icon missing bug after last icons update
217-
* [improvement] Accessibility improvement
218-
* [updated] Pro addon plugin new version(1.4.3) released
219-
220-
= 1.8.4 =
221-
* [improvement] Accessibility improvement modal close button for guest modal
222-
223-
= 1.8.3 =
224-
* [new] Fresh new icons
225-
* [improvement] Accessibility improvement
226-
* [updated] Pro addon new version(1.4.2) released

templates/admin/dashboard.php

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -167,28 +167,27 @@
167167
<div class="content">
168168
<div class="cbx-backend-settings-row">
169169
<p>
170-
Version - 1.9.3
170+
Version - 1.9.5
171171
</p>
172172
<ul>
173-
<li>[fixed] Setting variable related issues fixed</li>
173+
<li>[updated] Misc changes</li>
174+
<li>[updated] Pro addon plugin 1.5.1 released</li>
174175
</ul>
175176
</div>
176177
<div class="cbx-backend-settings-row">
177178
<p>
178-
Version - 1.9.2
179+
Version - 1.9.4
179180
</p>
180181
<ul>
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>
182+
<li>[fixed] Setting variable related issues fixed</li>
183183
</ul>
184184
</div>
185185
<div class="cbx-backend-settings-row">
186186
<p>
187-
Version - 1.9.1
187+
Version - 1.9.3
188188
</p>
189189
<ul>
190-
<li>[updated] Minor improvement</li>
191-
<li>[updated] Pro addon plugin 1.4.8 released</li>
190+
<li>[fixed] Setting variable related issues fixed</li>
192191
</ul>
193192
</div>
194193
</div>
@@ -202,28 +201,29 @@
202201
<div class="content">
203202
<div class="cbx-backend-settings-row">
204203
<p>
205-
Version - 1.5.0
204+
Version - 1.5.1
206205
</p>
207206
<ul>
208-
<li>[fixed] Setting variable related issues fixed</li>
207+
<li>[updated] Merged mycred addon with pro addon.</li>
208+
<li>[new] Add gamipress support from V1.5.1</li>
209+
<li>[updated] Core plugin V1.9.5 released</li>
209210
</ul>
210211
</div>
211212
<div class="cbx-backend-settings-row">
212213
<p>
213-
Version - 1.4.9
214+
Version - 1.5.0
214215
</p>
215216
<ul>
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>
217+
<li>[fixed] Setting variable related issues fixed</li>
218218
</ul>
219219
</div>
220220
<div class="cbx-backend-settings-row">
221221
<p>
222-
Version - 1.4.8
222+
Version - 1.4.9
223223
</p>
224224
<ul>
225-
<li>[updated] Plugin update checker updated</li>
226-
<li>[updated] Core plugin 1.9.1 compatible</li>
225+
<li>[fixed] Fixed the method 'get_opt' in core and updated the pro addon based on that.</li>
226+
<li>[updated] Core plugin 1.9.2 compatible</li>
227227
</ul>
228228
</div>
229229
</div>
@@ -417,7 +417,6 @@
417417
</div>
418418
<div class="content">
419419
<?php
420-
421420
$items = CBXWPBookmarkHelper::codeboxr_news_feed();
422421
if ( $items !== false && count( $items ) > 0 ) {
423422
foreach ( $items as $item ) {

0 commit comments

Comments
 (0)