diff --git a/composer.json b/composer.json index 907c306c4..8db89dd7d 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": "0.9.27", + "version": "0.9.27.1", "config": { "vendor-dir": "laterpay/vendor", "secure-http": true diff --git a/laterpay/README.txt b/laterpay/README.txt index 11cdb0641..1a0960e16 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 Requires at least: 3.5.2 Tested up to: 4.8.2 -Stable tag: 0.9.27 +Stable tag: 0.9.27.1 Author URI: https://laterpay.net Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin License: MIT @@ -195,6 +195,9 @@ Please see the "Test and Live Mode" section. == Changelog == += 0.9.27.1 (November 23, 2017): Bugfix Release (v1.0 RC25) = +* Fixed issue with plugin update + = 0.9.27 (November 23, 2017): Bugfix Release (v1.0 RC24) = * Added a new, highly customizable appearance option which shows all purchase options in the same overlay. * Optimized and reduced necessary API requests. diff --git a/laterpay/laterpay.php b/laterpay/laterpay.php index 869fd311d..846d593fe 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: 0.9.27 + * Version: 0.9.27.1 * Author URI: https://laterpay.net/ * Textdomain: laterpay * Domain Path: /languages diff --git a/package.json b/package.json index bc711f15d..96b7d03c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laterpay-wordpress-plugin", - "version": "0.9.27", + "version": "0.9.27.1", "description": "LaterPay WordPress plugin", "main": "index.js", "dependencies": {},