Skip to content

Commit

Permalink
Merge pull request #1266 from laterpay/version-update/2.6.2
Browse files Browse the repository at this point in the history
Version Update 2.6.2
  • Loading branch information
thrijith authored Aug 8, 2019
2 parents dc1868d + 79afce1 commit 221c4e1
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 11 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.1",
"version": "2.6.2",
"config": {
"vendor-dir": "laterpay/vendor",
"secure-http": true
Expand Down
2 changes: 1 addition & 1 deletion 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.1' }
default: { version: '2.6.2' }
};
var gulpOptions = minimist(process.argv.slice(2), gulpKnownOptions);
gulpOptions.svn = {};
Expand Down
12 changes: 9 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.1
Stable tag: 2.6.2
Author URI: https://laterpay.net
Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin
License: MIT
Expand Down Expand Up @@ -88,6 +88,12 @@ Yes!
6. The plugin provides a variety of advanced settings to customize the LaterPay plugin and adjust it to your needs.

== Changelog ==
= 2.6.2 ( August 8, 2019 ) =
* Add [laterpay_check_access] shortcode and function so that merchant can show or hide content based on the level of access a user has purchased.
* Add content_type="link" type to [laterpay_premium_download] shortcode.
* Add Wisdom Tracking Library for collecting plugin usage data.
* Fix Pricing bugs in Edit Post Page.

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

== Upgrade notice ==

= 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.
= 2.6.2 ( August 8, 2019 ) =
New shortcode to check access based on various options to help merchant customize site experience, Premium Download shortcode adds support for link type, Added Wisdom Tracking Library for plugin usage stats and minor bug fixes with LaterPay functionality.

== Arbitrary section ==

Expand Down
Binary file modified laterpay/languages/laterpay-de_CH.mo
Binary file not shown.
Binary file modified laterpay/languages/laterpay-de_CH_informal.mo
Binary file not shown.
Binary file modified laterpay/languages/laterpay-de_DE.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions laterpay/languages/laterpay-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LaterPay 0.9.6\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/laterpay\n"
"POT-Creation-Date: 2019-08-07 12:56+0530\n"
"PO-Revision-Date: 2019-08-07 12:57+0530\n"
"POT-Creation-Date: 2019-08-07 16:35+0530\n"
"PO-Revision-Date: 2019-08-07 16:36+0530\n"
"Last-Translator: Sample Blogger <[email protected]>\n"
"Language-Team: German\n"
"Language: de_DE\n"
Expand Down Expand Up @@ -1927,7 +1927,7 @@ msgstr "Der Parameter \"%s\" fehlt oder hat einen ungültigen Wert."
msgid "Post with id \"%s\" not exist"
msgstr "Es existiert kein Beitrag mit der ID \"%s\"."

#: application/Helper/Post.php:326
#: application/Helper/Post.php:320
msgid "(more&hellip;)"
msgstr ""

Expand Down
Binary file modified laterpay/languages/laterpay-de_DE_formal.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion laterpay/laterpay.php
Original file line number Diff line number Diff line change
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
* Version: 2.6.1
* Version: 2.6.2
* Author URI: https://laterpay.net/
* Textdomain: laterpay
* Domain Path: /languages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laterpay-wordpress-plugin",
"version": "2.6.1",
"version": "2.6.2",
"description": "LaterPay WordPress plugin",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit 221c4e1

Please sign in to comment.