Skip to content

Commit

Permalink
updating readme and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Apr 10, 2020
1 parent 5d7eeb8 commit 608303c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pmpro-donations.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Paid Memberships Pro - Donations
Plugin URI: https://www.paidmembershipspro.com/add-ons/donations-add-on/
Description: Allow customers to set an additional donation amount at checkout.
Version: .5
Version: 1.0
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com/
Text Domain: pmpro-donations
Expand Down
13 changes: 8 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: strangerstudios
Tags: paid memberships pro, pmpro, membership, donate, donations, gifts, charity, charities
Requires at least: 4
Tested up to: 4.9.8
Stable tag: .5
Tested up to: 5.4
Stable tag: 1.0

Allow customers to set an additional donation amount with customized minimum, maxium, and suggested amounts via dropdown at checkout.

Expand All @@ -24,10 +24,13 @@ This plugin requires Paid Memberships Pro.
Please post it in the issues section of GitHub and we'll fix it as soon as we can. Thanks for helping. https://github.com/strangerstudios/pmpro-donations/issues

== Changelog ==

= .5.1 =
* BUG FIX: Fixed regular expression in pmprodon_getPriceComponents().
= 1.0 - 2020-04-09 =
* FEATURE: Added "Donations-Only Level" option.
* BUG FIX: Fixed bug where donation was not being added to order notes.
* BUG FIX: Now correctly hiding 'Other' option in donation dropdown menu if 'Other' is not allowed.
* BUG FIX: Fixed regular expression in pmprodon_getPriceComponents().
* BUG FIX/ENHANCEMENT: Fixed some strings that were using the wrong text domain and added translation files.
* REFACTOR: Organized code into separate files.

= .5 =
* BUG FIX: Making sure session is started before interacting with session vars.
Expand Down

0 comments on commit 608303c

Please sign in to comment.