Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
Update Changelog
  • Loading branch information
thrijith committed Oct 25, 2018
1 parent cdb479c commit 52be4fa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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.2.0",
"version": "2.2.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 @@ -36,7 +36,7 @@ var gulp = require('gulp'),
// OPTIONS -------------------------------------------------------------------------------------------------------------
var gulpKnownOptions = {
string: 'version',
default: { version: '2.2.0' }
default: { version: '2.2.1' }
};
var gulpOptions = minimist(process.argv.slice(2), gulpKnownOptions);
gulpOptions.svn = {};
Expand Down
7 changes: 5 additions & 2 deletions laterpay/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ 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.1 ( October 25, 2018 ) Hotfix Release =
Fix warnings on Install/Update due to GA settings.

= 2.2.0 ( October 25, 2018 ) =
* Integrate Google Analytics to send data to the user and LaterPay GA account.
* Fix issues with Gutenberg Compatibility.
Expand Down Expand Up @@ -662,8 +665,8 @@ KNOWN BUGS:

== Upgrade notice ==

= 2.2.0 ( October 25, 2018 ) =
Integrated Google Analytics, Fixes for Gutenberg Compatibility, Restored [laterpay_premium_download] shortcode and minor updates with LaterPay functionality.
= 2.2.1 ( October 25, 2018 ) =
Fix warnings on Install/Update due to GA settings.

== Arbitrary section ==

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.2.0
* Version: 2.2.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.2.0",
"version": "2.2.1",
"description": "LaterPay WordPress plugin",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit 52be4fa

Please sign in to comment.