From dd498ab8666274f2ba70b3ccc4b2a675802d4418 Mon Sep 17 00:00:00 2001 From: Thrijith Thankachan Date: Mon, 22 Jul 2019 13:09:57 +0530 Subject: [PATCH] Bump version to 2.6.1 Update Changelog --- composer.json | 2 +- composer.lock | 2 +- gulpfile.js | 2 +- laterpay/README.txt | 13 ++++++++++--- laterpay/laterpay.php | 2 +- package.json | 2 +- 6 files changed, 15 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 14fd3016d..7dc7099a1 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.6.0", + "version": "2.6.1", "config": { "vendor-dir": "laterpay/vendor", "secure-http": true diff --git a/composer.lock b/composer.lock index f3df3e12a..4e7efbe14 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": "2a6b3e28f6c0c0be7069586ee325ab80", + "content-hash": "f86c1277f755046211a4a6bd5924792c", "packages": [ { "name": "laterpay/laterpay-client-php", diff --git a/gulpfile.js b/gulpfile.js index 53c4a522b..11dd15f85 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -38,7 +38,7 @@ var gulp = require('gulp'), // OPTIONS ------------------------------------------------------------------------------------------------------------- var gulpKnownOptions = { string: 'version', - default: { version: '2.6.0' } + default: { version: '2.6.1' } }; var gulpOptions = minimist(process.argv.slice(2), gulpKnownOptions); gulpOptions.svn = {}; diff --git a/laterpay/README.txt b/laterpay/README.txt index 6439a00cd..7b532b2f0 100644 --- a/laterpay/README.txt +++ b/laterpay/README.txt @@ -5,7 +5,7 @@ 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, conversion, paygate, monetization Requires at least: 4.6 Tested up to: 5.2.2 -Stable tag: 2.6.0 +Stable tag: 2.6.1 Author URI: https://laterpay.net Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin License: MIT @@ -88,6 +88,13 @@ Yes! 6. The plugin provides a variety of advanced settings to customize the LaterPay plugin and adjust it to your needs. == Changelog == += 2.6.1 ( July 22, 2019 ) = +* Add option to customize purchase options in Purchase Overlay. +* Add option to pre-select purchase option for Purchase Overlay. +* Add voucher support for Single Post Purchase. +* Update Contextual help information. +* Fix Dynamic pricing bug. + = 2.6.0 ( June 27, 2019 ) = * Combine content layout preview into one interface. * Update color scheme settings for new preview layout. @@ -643,8 +650,8 @@ KNOWN BUGS: == Upgrade notice == -= 2.6.0 ( June 27, 2019 ) = -Update appearance tab to combine layout preview into one interface, Add info for clear instruction on each tab and various improvements with LaterPay functionality. += 2.6.1 ( July 22, 2019 ) = +Add option to customzie purchase options in overlay, Add support for vouchers in single post purchase and various improvements with LaterPay functionality. == Arbitrary section == diff --git a/laterpay/laterpay.php b/laterpay/laterpay.php index 120d5357a..c44d12df3 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 - * Version: 2.6.0 + * Version: 2.6.1 * Author URI: https://laterpay.net/ * Textdomain: laterpay * Domain Path: /languages diff --git a/package.json b/package.json index d1e67a138..8f6188ab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laterpay-wordpress-plugin", - "version": "2.6.0", + "version": "2.6.1", "description": "LaterPay WordPress plugin", "main": "index.js", "dependencies": {},