From 4346bc2260cbc27e6623f5587207aa728720ea14 Mon Sep 17 00:00:00 2001 From: Thrijith Thankachan Date: Tue, 7 May 2019 12:57:07 +0530 Subject: [PATCH] Bump version to 2.5.3 Update Changelog --- composer.json | 2 +- composer.lock | 2 +- gulpfile.js | 2 +- laterpay/README.txt | 14 ++++++++++---- laterpay/laterpay.php | 2 +- package.json | 2 +- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index aed04a413..80725bff3 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.5.2", + "version": "2.5.3", "config": { "vendor-dir": "laterpay/vendor", "secure-http": true diff --git a/composer.lock b/composer.lock index 4e22712c7..d1b5661ff 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": "f7ebc8b3af366240a7c6fd7bb42f1b9a", + "content-hash": "38a9940d01fb8f5122bdfc0b30cf3a2b", "packages": [ { "name": "laterpay/laterpay-client-php", diff --git a/gulpfile.js b/gulpfile.js index c63ff049c..0e30e45fd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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 = {}; diff --git a/laterpay/README.txt b/laterpay/README.txt index 7df703dd3..5c98345ad 100644 --- a/laterpay/README.txt +++ b/laterpay/README.txt @@ -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 @@ -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. @@ -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 == diff --git a/laterpay/laterpay.php b/laterpay/laterpay.php index d42dc13f7..8cc5476de 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 GmbH, Mihail Turalenka and Aliaksandr Vahura - * Version: 2.5.2 + * Version: 2.5.3 * Author URI: https://laterpay.net/ * Textdomain: laterpay * Domain Path: /languages diff --git a/package.json b/package.json index cd595df8b..17515700d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laterpay-wordpress-plugin", - "version": "2.5.2", + "version": "2.5.3", "description": "LaterPay WordPress plugin", "main": "index.js", "dependencies": {},