Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
Update Changelog
  • Loading branch information
thrijith committed Sep 11, 2018
1 parent 7574b0f commit b3df018
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
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": "0.12.2",
"version": "2.0.0",
"config": {
"vendor-dir": "laterpay/vendor",
"secure-http": true
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -36,7 +36,7 @@ var gulp = require('gulp'),
// OPTIONS -------------------------------------------------------------------------------------------------------------
var gulpKnownOptions = {
string: 'version',
default: { version: '0.12.2' }
default: { version: '2.0.0' }
};
var gulpOptions = minimist(process.argv.slice(2), gulpKnownOptions);
gulpOptions.svn = {};
Expand Down
13 changes: 10 additions & 3 deletions laterpay/README.txt
Expand Up @@ -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: 4.6
Tested up to: 4.9.8
Stable tag: 0.12.2
Stable tag: 2.0.0
Author URI: https://laterpay.net
Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin
License: MIT
Expand Down Expand Up @@ -185,6 +185,13 @@ Please see the "Test and Live Mode" section.
6. The plugin provides a variety of advanced settings to customize the LaterPay plugin and adjust it to your needs.

== Changelog ==
= 2.0.0 ( September 12, 2018 ) =
* Add Intro section in LaterPay Account tab to improve on-boarding.
* Add notice to inform if account setup is incomplete and/or plugin is invisible to users.
* Improve Category Pricing UX.
* Add section to inform about Revenue Model in Global Default Price section.
* Minor Bug Fixes

= 0.12.2 (August 24, 2018): Bugfix Release (v1.0 RC33) =
* Add FAQ section in account tab, to inform users about known issues.
* Fix issue with edit screen pointers.
Expand Down Expand Up @@ -636,8 +643,8 @@ KNOWN BUGS:

== Upgrade notice ==

= 0.12.2 ( August 24, 2018 ): Bugfix Release (v1.0 RC33) =
Added FAQ section in Account tab and Fixed various bugs with laterpay functionality.
= 2.0.0 ( September 12, 2018 ) =
Improved UX and Fixed bugs with LaterPay functionality.

== Arbitrary section ==

Expand Down
2 changes: 1 addition & 1 deletion laterpay/laterpay.php
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: 0.12.2
* Version: 2.0.0
* Author URI: https://laterpay.net/
* Textdomain: laterpay
* Domain Path: /languages
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "laterpay-wordpress-plugin",
"version": "0.12.2",
"version": "2.0.0",
"description": "LaterPay WordPress plugin",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit b3df018

Please sign in to comment.