Skip to content

Commit

Permalink
Merge pull request #1245 from laterpay/develop
Browse files Browse the repository at this point in the history
Tag 2.6.1
  • Loading branch information
thrijith authored Jul 22, 2019
2 parents 30a89bf + e8e8e25 commit 22ea38f
Show file tree
Hide file tree
Showing 49 changed files with 10,998 additions and 6,798 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": "2.6.0",
"version": "2.6.1",
"config": {
"vendor-dir": "laterpay/vendor",
"secure-http": true
Expand Down
22 changes: 11 additions & 11 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 @@ -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 = {};
Expand Down
14 changes: 11 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, 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
Expand Down Expand Up @@ -88,6 +88,14 @@ 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 option to set an individual Post as FREE.
* 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.
Expand Down Expand Up @@ -643,8 +651,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 ==

Expand Down
Loading

0 comments on commit 22ea38f

Please sign in to comment.