Skip to content

Commit f0fc9a8

Browse files
committed
Bump version to 2.9.6
1 parent 60988bc commit f0fc9a8

8 files changed

Lines changed: 17 additions & 8 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "laterpay/laterpay-wordpress-plugin",
33
"description": "This is the official Laterpay plugin for selling digital content with WordPress",
44
"license": "MIT",
5-
"version": "2.9.5",
5+
"version": "2.9.6",
66
"config": {
77
"vendor-dir": "laterpay/vendor",
88
"secure-http": true

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var gulp = require('gulp'),
3939
// OPTIONS -------------------------------------------------------------------------------------------------------------
4040
var gulpKnownOptions = {
4141
string: 'version',
42-
default: { version: '2.9.5' }
42+
default: { version: '2.9.6' }
4343
};
4444
var gulpOptions = minimist(process.argv.slice(2), gulpKnownOptions);
4545
gulpOptions.svn = {};

laterpay/README.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: contribution, conversion, earn-money, micropayment, monetization, monetize
66
Requires at least: 4.6
77
Tested up to: 5.5
88
Requires PHP: 5.6
9-
Stable tag: 2.9.5
9+
Stable tag: 2.9.6
1010
Author URI: https://laterpay.net
1111
Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin
1212
License: MIT
@@ -90,6 +90,12 @@ Yes!
9090
7. The plugin provides a variety of advanced settings to customize the Laterpay plugin and adjust it to your needs.
9191

9292
== Changelog ==
93+
= 2.9.6 ( August 25, 2020 ) =
94+
* Updated Laterpay logo.
95+
* Updated 'Tested up to' tag to WordPress 5.5.
96+
* Fixed minor issue with Contributions not rendering correct amounts in EU.
97+
* Fixed issue when dynamic pricing sliders were not working properly because of overlapping element.
98+
9399
= 2.9.5 ( May 28, 2020 ) =
94100
* Added proper validation for custom voucher codes.
95101
* Fixes minor issue with cache validation message.
@@ -714,6 +720,9 @@ KNOWN BUGS:
714720

715721
== Upgrade notice ==
716722

723+
= 2.9.6 =
724+
Updated Laterpay logo and compatibility with WordPress 5.5.
725+
717726
= 2.9.5 =
718727
Added proper validation for custom voucher codes.
719728

laterpay/languages/laterpay.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the Laterpay plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Laterpay 2.9.5\n"
5+
"Project-Id-Version: Laterpay 2.9.6\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/laterpay\n"
77
"Last-Translator: Kimberly Moore <kmoore@laterpay.net>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

laterpay/laterpay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin
55
* 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.
66
* Author: Laterpay
7-
* Version: 2.9.5
7+
* Version: 2.9.6
88
* Author URI: https://laterpay.net/
99
* Textdomain: laterpay
1010
* Domain Path: /languages

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laterpay-wordpress-plugin",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"description": "Laterpay WordPress plugin",
55
"main": "index.js",
66
"dependencies": {},

0 commit comments

Comments
 (0)