Skip to content

Commit

Permalink
Merge pull request #37 from ashleyfae/chore/version-bump-1-2-3
Browse files Browse the repository at this point in the history
Version bump to 1.2.3
  • Loading branch information
ashleyfae authored Mar 7, 2024
2 parents 20624c5 + fb2d4b4 commit f9af55f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions novelist.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Novelist
* Plugin URI: https://novelistplugin.com
* Description: Easily organize and display your portfolio of books
* Version: 1.2.2
* Version: 1.2.3
* Author: Nose Graze
* Author URI: https://www.nosegraze.com
* License: GPL2
Expand Down Expand Up @@ -136,7 +136,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'NOVELIST_VERSION' ) ) {
define( 'NOVELIST_VERSION', '1.2.2' );
define( 'NOVELIST_VERSION', '1.2.3' );
}

// Plugin Folder Path.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "novelist",
"version": "1.2.0",
"version": "1.2.3",
"description": "Easily organize and display your portfolio of books.",
"author": "Nose Graze",
"license": "GPL-2.0-or-later",
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,14 @@ function agNovelistDisableArchives($args) {

== Upgrade Notice ==

= 1.2.2 =
Fix potential fatal error on certain settings pages.
= 1.2.3 =
Security fix

== Changelog ==

= 1.2.3 - 7 March 2024 =
* Security Fix (CSRF)

= 1.2.2 - 24 September 2023 =
* Fix: Potential fatal error on certain settings pages.

Expand Down

0 comments on commit f9af55f

Please sign in to comment.