Skip to content

Commit

Permalink
Merge pull request #1089 from laterpay/version-update/2.4.1
Browse files Browse the repository at this point in the history
Version Update 2.4.1
  • Loading branch information
thrijith authored Jan 11, 2019
2 parents 395eef9 + 8d4790e commit 934e7a3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.4.0",
"version": "2.4.1",
"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 @@ -38,7 +38,7 @@ var gulp = require('gulp'),
// OPTIONS -------------------------------------------------------------------------------------------------------------
var gulpKnownOptions = {
string: 'version',
default: { version: '2.4.0' }
default: { version: '2.4.1' }
};
var gulpOptions = minimist(process.argv.slice(2), gulpKnownOptions);
gulpOptions.svn = {};
Expand Down
8 changes: 6 additions & 2 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
Requires at least: 4.6
Tested up to: 5.0.2
Stable tag: 2.4.0
Stable tag: 2.4.1
Author URI: https://laterpay.net
Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin
License: MIT
Expand Down Expand Up @@ -185,6 +185,10 @@ 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.4.1 ( January 11, 2019 ) =
* Fix issue with multiple categories in exclude feature for TimePass and Subscription.
* Fix issue with missing categories data in Post Publish GA event.

= 2.4.0 ( January 10, 2019 ) =
* Add support for multiple categories to be included or excluded.
* Add GA events to capture Merchant Usage Data.
Expand Down Expand Up @@ -687,7 +691,7 @@ KNOWN BUGS:

== Upgrade notice ==

= 2.4.0 ( January 10, 2019 ) =
= 2.4.1 ( January 11, 2019 ) =
Updated plugin initialization hook, Added support for multiple categories, Added GA events to capture Merchant usage data, Fixed Duplicate query issues and minor updates with LaterPay functionality.

== Arbitrary section ==
Expand Down
Binary file modified laterpay/languages/laterpay-de_DE.mo
Binary file not shown.
8 changes: 2 additions & 6 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-01-10 16:14+0530\n"
"PO-Revision-Date: 2019-01-10 16:14+0530\n"
"POT-Creation-Date: 2019-01-11 14:42+0530\n"
"PO-Revision-Date: 2019-01-11 14:43+0530\n"
"Last-Translator: lpadmin <[email protected]>\n"
"Language-Team: German\n"
"Language: de_DE\n"
Expand Down Expand Up @@ -1781,10 +1781,6 @@ msgstr ""
"Kaufen Sie einen Zeitpass oder ein Abo und zahlen Sie mit einer "
"Zahlungsmethode, der Sie vertrauen."

#: built_assets/js/laterpay-common.js:1
msgid "lp_ga_purchased"
msgstr ""

#: built_assets/js/vendor/velocity.min.js:3
msgid "translateX"
msgstr ""
Expand Down
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, Mihail Turalenka and Aliaksandr Vahura
* Version: 2.4.0
* Version: 2.4.1
* 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.4.0",
"version": "2.4.1",
"description": "LaterPay WordPress plugin",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit 934e7a3

Please sign in to comment.