Skip to content

Commit

Permalink
version number + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickposner committed Jan 4, 2025
1 parent 59d5854 commit 480eb8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: static site generator, performance, security, jamstack
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 3.2.5.2
Stable tag: 3.2.5.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -247,6 +247,13 @@ Simply Static creates a static copy of your WordPress site that is intended to b

== Changelog ==

= 3.2.5.3 =

* downgraded WP Background Processing package to 1.3.1 again (issues with ajax)
* responsive design for admin UI
* improved Basic Auth Handling for different server types (NGINX, Apache, Windows IIS)
* fixed automated feed handling on running exports

= 3.2.5.2 =

* upgraded WP Background Processing package
Expand Down
4 changes: 2 additions & 2 deletions simply-static.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin Name: Simply Static
* Plugin URI: https://patrickposner.dev
* Description: A static site generator to create fast and secure static versions of your WordPress website.
* Version: 3.2.5.2
* Version: 3.2.5.3
* Author: Patrick Posner
* Author URI: https://patrickposner.dev
* License: GPL-2.0+
Expand All @@ -19,7 +19,7 @@

define( 'SIMPLY_STATIC_PATH', plugin_dir_path( __FILE__ ) );
define( 'SIMPLY_STATIC_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
define( 'SIMPLY_STATIC_VERSION', '3.2.5.2' );
define( 'SIMPLY_STATIC_VERSION', '3.2.5.3' );

// Check PHP version.
if ( version_compare( PHP_VERSION, '7.4', '<' ) ) {
Expand Down

0 comments on commit 480eb8c

Please sign in to comment.