From f0fc9a897c472e7d218fca8169d76217f1fde3d8 Mon Sep 17 00:00:00 2001 From: Tom Stark Date: Tue, 25 Aug 2020 13:04:06 +0200 Subject: [PATCH] Bump version to 2.9.6 --- composer.json | 2 +- composer.lock | 2 +- gulpfile.js | 2 +- laterpay/README.txt | 11 ++++++++++- laterpay/languages/laterpay.po | 2 +- laterpay/laterpay.php | 2 +- package-lock.json | 2 +- package.json | 2 +- 8 files changed, 17 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index e444c61a1..e500bd449 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "laterpay/laterpay-wordpress-plugin", "description": "This is the official Laterpay plugin for selling digital content with WordPress", "license": "MIT", - "version": "2.9.5", + "version": "2.9.6", "config": { "vendor-dir": "laterpay/vendor", "secure-http": true diff --git a/composer.lock b/composer.lock index 093c6cbe1..d39772029 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ff47fe157130ee28adec45cde0f5bf27", + "content-hash": "14fe9417975f087838f562f0f36bbbc4", "packages": [ { "name": "laterpay/laterpay-client-php", diff --git a/gulpfile.js b/gulpfile.js index e9ee8cc3a..6600c0811 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -39,7 +39,7 @@ var gulp = require('gulp'), // OPTIONS ------------------------------------------------------------------------------------------------------------- var gulpKnownOptions = { string: 'version', - default: { version: '2.9.5' } + default: { version: '2.9.6' } }; var gulpOptions = minimist(process.argv.slice(2), gulpKnownOptions); gulpOptions.svn = {}; diff --git a/laterpay/README.txt b/laterpay/README.txt index a60f2a78d..bf5f57fbc 100644 --- a/laterpay/README.txt +++ b/laterpay/README.txt @@ -6,7 +6,7 @@ Tags: contribution, conversion, earn-money, micropayment, monetization, monetize Requires at least: 4.6 Tested up to: 5.5 Requires PHP: 5.6 -Stable tag: 2.9.5 +Stable tag: 2.9.6 Author URI: https://laterpay.net Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin License: MIT @@ -90,6 +90,12 @@ Yes! 7. The plugin provides a variety of advanced settings to customize the Laterpay plugin and adjust it to your needs. == Changelog == += 2.9.6 ( August 25, 2020 ) = +* Updated Laterpay logo. +* Updated 'Tested up to' tag to WordPress 5.5. +* Fixed minor issue with Contributions not rendering correct amounts in EU. +* Fixed issue when dynamic pricing sliders were not working properly because of overlapping element. + = 2.9.5 ( May 28, 2020 ) = * Added proper validation for custom voucher codes. * Fixes minor issue with cache validation message. @@ -714,6 +720,9 @@ KNOWN BUGS: == Upgrade notice == += 2.9.6 = +Updated Laterpay logo and compatibility with WordPress 5.5. + = 2.9.5 = Added proper validation for custom voucher codes. diff --git a/laterpay/languages/laterpay.po b/laterpay/languages/laterpay.po index 21a6297fc..ad1b9f6bb 100644 --- a/laterpay/languages/laterpay.po +++ b/laterpay/languages/laterpay.po @@ -2,7 +2,7 @@ # This file is distributed under the same license as the Laterpay plugin. msgid "" msgstr "" -"Project-Id-Version: Laterpay 2.9.5\n" +"Project-Id-Version: Laterpay 2.9.6\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/laterpay\n" "Last-Translator: Kimberly Moore \n" "Language-Team: LANGUAGE \n" diff --git a/laterpay/laterpay.php b/laterpay/laterpay.php index add78c05c..debead3d3 100644 --- a/laterpay/laterpay.php +++ b/laterpay/laterpay.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin * Description: Sell digital content with Laterpay. It allows super easy and fast payments from as little as 5 cent up to 149.99 Euro at a 15% fee and no fixed costs. * Author: Laterpay - * Version: 2.9.5 + * Version: 2.9.6 * Author URI: https://laterpay.net/ * Textdomain: laterpay * Domain Path: /languages diff --git a/package-lock.json b/package-lock.json index c151a696a..92b08b8ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "laterpay-wordpress-plugin", - "version": "2.9.5", + "version": "2.9.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a63542494..7e727942a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laterpay-wordpress-plugin", - "version": "2.9.5", + "version": "2.9.6", "description": "Laterpay WordPress plugin", "main": "index.js", "dependencies": {},