Skip to content

Commit

Permalink
Merge pull request #1030 from laterpay/develop
Browse files Browse the repository at this point in the history
Tag 2.2.0
  • Loading branch information
PatelUtkarsh authored Oct 25, 2018
2 parents 86011b7 + 2878331 commit 5263044
Show file tree
Hide file tree
Showing 36 changed files with 2,417 additions and 671 deletions.
4 changes: 2 additions & 2 deletions 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": "2.1.0",
"version": "2.2.0",
"config": {
"vendor-dir": "laterpay/vendor",
"secure-http": true
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"require-dev": {
"wp-coding-standards/wpcs": "*",
"automattic/vipwpcs": "dev-master",
"automattic/vipwpcs": "^0.3.0",
"wimg/php-compatibility": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4"
},
Expand Down
309 changes: 309 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: '2.1.0' }
default: { version: '2.2.0' }
};
var gulpOptions = minimist(process.argv.slice(2), gulpKnownOptions);
gulpOptions.svn = {};
Expand Down
20 changes: 15 additions & 5 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: 2.1.0
Stable tag: 2.2.0
Author URI: https://laterpay.net
Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin
License: MIT
Expand Down Expand Up @@ -185,21 +185,31 @@ 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.2.0 ( October 25, 2018 ) =
* Integrate Google Analytics to send data to the user and LaterPay GA account.
* Fix issues with Gutenberg Compatibility.
* Fix issue with plugin invisible warning message in LIVE mode.
* Restore [laterpay_premium_download] shortcode .
* Enable all default editor configuration in teaser metabox.
* Update Post Edit page according to Global Default Pricing.
* Update Post List page according to Global Default Pricing.
* Update Category Default Prices panel according to Global Default Pricing.

= 2.1.0 ( October 11, 2018 ) =
* Add Voucher to Subscriptions.
* Add Voucher information to identify purchase made using Voucher Code.
* Add New cases to Global Default Pricing to support backwards compatibility.
* Fix issue with Voucher price exceeding time pass price.
* Remove redeem count display.
* Update Post Preview Widget permission only to be displayed to Admin User.
* Minor Bug Fixes
* Minor Bug Fixes.

= 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
* 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.
Expand Down Expand Up @@ -652,8 +662,8 @@ KNOWN BUGS:

== Upgrade notice ==

= 2.1.0 ( September 12, 2018 ) =
Voucher Improvements, Backward Compatibility and Fixed Bugs with LaterPay functionality.
= 2.2.0 ( October 25, 2018 ) =
Integrated Google Analytics, Fixes for Gutenberg Compatibility, Restored [laterpay_premium_download] shortcode and minor updates with LaterPay functionality.

== Arbitrary section ==

Expand Down
Loading

0 comments on commit 5263044

Please sign in to comment.