Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Oct 1, 2023
1 parent b7566cc commit 757254c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: ronalfy
Tags: AJAX, comments, lazy load, errors, refresh
Requires at least: 5.0
Tested up to: 6.3.1
Stable tag: 2.0.5
Stable tag: 2.0.7
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -92,6 +92,12 @@ If you have activated the plugin and are just getting started, please see our <a

== Changelog ==

= 2.0.7 =
* Released 2023-09-30
* Placed `gettext` call only on comment posting, improving performance.
* Resolved improper `functions.php` inclusion.
* New filter for changing options before they are output as JSON.

= 2.0.5 =
* Released 2023-09-28
* Refactoring lazy loading. It should be much more reliable now. It has been tested with Astra, Twenty Twenty-Three, and Genesis themes.
Expand Down Expand Up @@ -619,5 +625,5 @@ Bug-fix

== Upgrade Notice ==

= 2.0.5 =
Lazy loading should be much more reliable. Added out-of-the-box support for Genesis themes. Added options in Menu Helper to simulate lazy loading on or off.
= 2.0.7 =
Placed `gettext` call only on comment posting, improving performance. Resolved improper `functions.php` inclusion. New filter for changing options before they are output as JSON.
4 changes: 2 additions & 2 deletions wp-ajaxify-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
Description: Ajaxify Comments hooks into your current theme and adds AJAX functionality to the comment form.
Author: DLX Plugins
Author URI: https://dlxplugins.com
Version: 2.0.5
Version: 2.0.7
License: GPLv2
Text Domain: wpac
*/

namespace DLXPlugins\WPAC;

define( 'WPAC_VERSION', '2.0.5' );
define( 'WPAC_VERSION', '2.0.7' );
define( 'WPAC_PLUGIN_NAME', 'WP Ajaxify Comments' );
define( 'WPAC_SETTINGS_URL', 'admin.php?page=wp-ajaxify-comments' );
define( 'WPAC_DOMAIN', 'wpac' );
Expand Down

0 comments on commit 757254c

Please sign in to comment.