Skip to content

Commit

Permalink
Bump version to 2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstark committed Aug 25, 2020
1 parent 60988bc commit f0fc9a8
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down
11 changes: 10 additions & 1 deletion laterpay/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion laterpay/languages/laterpay.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion laterpay/laterpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laterpay-wordpress-plugin",
"version": "2.9.5",
"version": "2.9.6",
"description": "Laterpay WordPress plugin",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit f0fc9a8

Please sign in to comment.