Skip to content

Commit

Permalink
version 1.8.11 released
Browse files Browse the repository at this point in the history
  • Loading branch information
manchumahara committed Jan 1, 2025
1 parent 4abe5e7 commit 3b914c5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions cbxwpbookmark.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: CBX Bookmark & Favorite
* Plugin URI: https://codeboxr.com/product/cbx-wordpress-bookmark
* Description: List/category based bookmark for WordPress, create your own private or public list of favorite posts, page, custom object
* Version: 1.8.10
* Version: 1.8.11
* Author: Codeboxr Team
* Author URI: https://codeboxr.com
* License: GPL-2.0+
Expand All @@ -31,7 +31,7 @@


defined( 'CBXWPBOOKMARK_PLUGIN_NAME' ) or define( 'CBXWPBOOKMARK_PLUGIN_NAME', 'cbxwpbookmark' );
defined( 'CBXWPBOOKMARK_PLUGIN_VERSION' ) or define( 'CBXWPBOOKMARK_PLUGIN_VERSION', '1.8.10' );
defined( 'CBXWPBOOKMARK_PLUGIN_VERSION' ) or define( 'CBXWPBOOKMARK_PLUGIN_VERSION', '1.8.11' );
defined( 'CBXWPBOOKMARK_BASE_NAME' ) or define( 'CBXWPBOOKMARK_BASE_NAME', plugin_basename( __FILE__ ) );
defined( 'CBXWPBOOKMARK_ROOT_PATH' ) or define( 'CBXWPBOOKMARK_ROOT_PATH', plugin_dir_path( __FILE__ ) );
defined( 'CBXWPBOOKMARK_ROOT_URL' ) or define( 'CBXWPBOOKMARK_ROOT_URL', plugin_dir_url( __FILE__ ) );
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: codeboxr, manchumahara
Tags: bookmark,favorite,collection,user collection,user bookmark
Requires at least: 5.3
Tested up to: 6.7.1
Stable tag: 1.8.10
Stable tag: 1.8.11
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -169,6 +169,10 @@ How to install the plugin and get it working.
== Screenshots ==

== Changelog ==
= 1.8.11 =
* [improvement] Minor improvement
* [new] Implemented WordPress Action based release. Github repo in sync https://github.com/codeboxrcodehub/cbxwpbookmark

= 1.8.10 =
* [improvement] Plugin on upgrade migration process improved
* [improvement] Style improvement
Expand Down
16 changes: 8 additions & 8 deletions templates/admin/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@
</div>
</div>
<div class="content">
<div class="cbx-backend-settings-row">
<p>
Version - 1.8.11
</p>
<ul>
<li>[improvement] Minor improvement</li>
</ul>
</div>
<div class="cbx-backend-settings-row">
<p>
Version - 1.8.10
Expand All @@ -187,14 +195,6 @@
<li>[added] Added new method for plugin update checker</li>
</ul>
</div>
<div class="cbx-backend-settings-row">
<p>
Version - 1.8.8
</p>
<ul>
<li>[fixed] PHP error fixed for login form</li>
</ul>
</div>
</div>
</div>
<div class="cbx-backend-card dashboard-changelog">
Expand Down

0 comments on commit 3b914c5

Please sign in to comment.