Skip to content

Commit

Permalink
Bump version to 2.5.3
Browse files Browse the repository at this point in the history
Update Changelog
  • Loading branch information
thrijith committed May 7, 2019
1 parent 67c73e4 commit 4346bc2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 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.5.2",
"version": "2.5.3",
"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 @@ -38,7 +38,7 @@ var gulp = require('gulp'),
// OPTIONS -------------------------------------------------------------------------------------------------------------
var gulpKnownOptions = {
string: 'version',
default: { version: '2.5.2' }
default: { version: '2.5.3' }
};
var gulpOptions = minimist(process.argv.slice(2), gulpKnownOptions);
gulpOptions.svn = {};
Expand Down
14 changes: 10 additions & 4 deletions laterpay/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Contributors: laterpay, dominik-rodler, mihail-turalenka, avahura, ahryb
Donate link: https://laterpay.net
Tags: laterpay, accept micropayments, accept payments, access control, billing, buy now pay later, content monetization, creditcard, debitcard, free to read, laterpay for wordpress, laterpay payment, laterpay plugin, micropayments, monetize, paid content, pay button, pay per use, payments, paywall, PPU, sell digital content, sell digital goods, single sale, wordpress laterpay, Payments, Content Monetization, Paywall, Paid Content, Publisher, Blogger
Requires at least: 4.6
Tested up to: 5.1.1
Stable tag: 2.5.2
Tested up to: 5.2
Stable tag: 2.5.3
Author URI: https://laterpay.net
Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin
License: MIT
Expand Down Expand Up @@ -88,6 +88,12 @@ Yes!
6. The plugin provides a variety of advanced settings to customize the LaterPay plugin and adjust it to your needs.

== Changelog ==
= 2.5.3 ( May 7, 2019 ) =
* Optimize code and use internal cache, to reduce queries.
* Add warning for subscription with invalid price.
* Lower Subscription Minimum value to $1.99 and 1.49€ for US and EU region respectively.
* Remove Hyperlinks from Obfuscated text.

= 2.5.2 ( April 2, 2019 ) =
* Add Advanced Tab, to inform about all advanced feature.
* Add disclaimer for Subscription voucher.
Expand Down Expand Up @@ -622,8 +628,8 @@ KNOWN BUGS:

== Upgrade notice ==

= 2.5.2 ( April 2, 2019 ) =
A new "Advanced" Tab containing information of advanced feature, updated plugin mode toggle behaviour and improvements with LaterPay functionality.
= 2.5.3 ( May 7, 2019 ) =
Code optimizations for reducing DB calls, reduced Subscription minimum value for both regions and minor improvements with LaterPay functionality.

== Arbitrary section ==

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 GmbH, Mihail Turalenka and Aliaksandr Vahura
* Version: 2.5.2
* Version: 2.5.3
* Author URI: https://laterpay.net/
* Textdomain: laterpay
* Domain Path: /languages
Expand Down
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.5.2",
"version": "2.5.3",
"description": "LaterPay WordPress plugin",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit 4346bc2

Please sign in to comment.