diff --git a/changelog.txt b/changelog.txt index 7aca75d1..4a21c099 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,8 @@ -= 3.2.0 - TBD - -- Fixed: Modern view tempalte path to quote marks was not correct. -- Changed: Removed license functionality + 3.2.0 - 13.11.2024 - +- Fixed: Modern view tempalte path to quote marks was not correct. ( [#474](https://github.com/WPChill/strong-testimonials/issues/474) ) +- Removed: License functionality +- Fixed: Upsells fix ( [#477](https://github.com/WPChill/strong-testimonials/issues/477) ) +- Changed: Removed the About link ( [#476](https://github.com/WPChill/strong-testimonials/issues/476) ) = 3.1.20 - 02.09.2024 - - Fixed: Fixed fatal errors occurring after applying WPCS. diff --git a/readme.txt b/readme.txt index cb2bc1da..84ccf557 100644 --- a/readme.txt +++ b/readme.txt @@ -199,9 +199,11 @@ No. If you already have testimonials in another plugin or theme, you will have t 8. View editor == Changelog == -= 3.2.0 - TBD - += 3.2.0 - 13.11.2024 - - Fixed: Modern view tempalte path to quote marks was not correct. ( [#474](https://github.com/WPChill/strong-testimonials/issues/474) ) - Removed: License functionality +- Fixed: Upsells fix ( [#477](https://github.com/WPChill/strong-testimonials/issues/477) ) +- Changed: Removed the About link ( [#476](https://github.com/WPChill/strong-testimonials/issues/476) ) = 3.1.20 - 02.09.2024 - - Fixed: Fixed fatal errors occurring after applying WPCS. diff --git a/strong-testimonials.php b/strong-testimonials.php index 316f55ff..8ca3dfc2 100644 --- a/strong-testimonials.php +++ b/strong-testimonials.php @@ -5,7 +5,7 @@ * Description: Collect and display your testimonials or reviews. * Author: WPChill * Author URI: https://wpchill.com/ - * Version: 3.1.20 + * Version: 3.2.0 * Text Domain: strong-testimonials * Domain Path: /languages * Requires: 4.6 or higher @@ -45,7 +45,7 @@ exit; } -define( 'WPMTST_VERSION', '3.1.20' ); +define( 'WPMTST_VERSION', '3.2.0' ); define( 'WPMTST_PLUGIN', plugin_basename( __FILE__ ) ); // strong-testimonials/strong-testimonials.php define( 'WPMTST', dirname( WPMTST_PLUGIN ) ); // strong-testimonials