Skip to content

Commit

Permalink
[Prerelease] Bumped version number 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaksandrVahura-ScienceSoft committed Apr 7, 2016
1 parent 4507ece commit a79d397
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 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": "0.9.13",
"version": "0.9.14",
"config": {
"vendor-dir": "laterpay/vendor"
},
Expand Down
13 changes: 12 additions & 1 deletion laterpay/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributors: laterpay, dominik-rodler, mihail-turalenka, avahura
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: 3.5.2
Tested up to: 4.4.1
Tested up to: 4.4.2
Stable tag: trunk
Author URI: https://laterpay.net
Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin
Expand Down Expand Up @@ -201,6 +201,17 @@ plugin backend. After we've checked your documents, we will send you an e-mail w

== Changelog ==

== 0.9.14( April 7, 2016 ): ==
* Fixed category default price can't be saved as PPUL
* Fixed category default price is not set automatically
* Fixed issue with download request after purchasing attachment not fired.
* Fixed issue when voucher codes can't be fully deleted.
* Fixed error during category deletion.
* Fixed incorrect attachments purchase url.
* Fixed undefined offset error after update.
* Removed advanced setting for collecting statics data
* Removed statistics functionalities

== 0.9.13 (February 2, 2016 ): Bugfix Release (v1.0 RC6) ==
* Fixed videos not displayed in teaser
* Remove deprecated features from plugin backend
Expand Down
4 changes: 2 additions & 2 deletions laterpay/laterpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Plugin Name: LaterPay
* 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 and Mihail Turalenka
* Version: 0.9.13
* Author: LaterPay GmbH, Mihail Turalenka and Aliaksandr Vahura
* Version: 0.9.14
* 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": "0.9.13",
"version": "0.9.14",
"description": "LaterPay WordPress plugin",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit a79d397

Please sign in to comment.