Skip to content

Commit

Permalink
Merge pull request #964 from rtCamp/version-update/2.0.0
Browse files Browse the repository at this point in the history
Version Update 2.0.0
  • Loading branch information
PatelUtkarsh authored Sep 11, 2018
2 parents ceb506e + b3df018 commit 3340bf5
Show file tree
Hide file tree
Showing 8 changed files with 417 additions and 280 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": "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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Binary file modified laterpay/languages/laterpay-de_DE.mo
Binary file not shown.
Loading

0 comments on commit 3340bf5

Please sign in to comment.