Skip to content

Commit

Permalink
Version bump and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfae committed Apr 18, 2022
1 parent 14fe834 commit a2edb49
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions book-database.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Book Database
* Plugin URI: https://shop.nosegraze.com/product/book-database/
* Description: Maintain a database of books and reviews.
* Version: 1.3-alpha1
* Version: 1.3
* Author: Ashley Gibson
* Author URI: http://www.nosegraze.com
* License: GPL2 License
Expand All @@ -25,14 +25,14 @@
* along with Book Database. If not, see <http://www.gnu.org/licenses/>.
*
* @package book-database
* @copyright Copyright (c) 2021, Ashley Gibson
* @copyright Copyright (c) 2022, Ashley Gibson
* @license GPL2+
*/

namespace Book_Database;

if (! defined('BDB_VERSION')) {
define('BDB_VERSION', '1.3-alpha1');
define('BDB_VERSION', '1.3');
}
if (! defined('BDB_DIR')) {
define('BDB_DIR', plugin_dir_path(__FILE__));
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Author URI: https://www.nosegraze.com
Plugin URI: https://shop.nosegraze.com/product/book-database/
Requires at least: 4.4
Tested up to: 5.8.3
Tested up to: 5.9.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -21,6 +21,14 @@ Maintain a database of books and reviews.

== Changelog ==

= 1.3 - 18 April, 2022 =

* Requirements: Minimum PHP version is now 7.1.
* New Anonymous server data is now collected for analytics (PHP version, WP version, etc.).
* Refactor: Update deprecated `block_categories` filter usage.
* Dev: Set up Composer / autoloading.
* Dev: Add Alpine.js.

= 1.2.2 - 13 February, 2022 =

* Fix: Admin "Unowned Books" filter not working.
Expand Down

0 comments on commit a2edb49

Please sign in to comment.