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 Jan 4, 2024
1 parent 4ff750d commit 0e8a6a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pmpro-variable-pricing.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Paid Memberships Pro - Variable Pricing Add On
* Plugin URI: https://www.paidmembershipspro.com/add-ons/variable-pricing-add-on/
* Description: Allow customers to set their own price when checking out for your membership levels.
* Version: 0.4.5
* Version: 0.4.6
* Author: Paid Memberships Pro
* Author URI: https://www.paidmembershipspro.com
* Text Domain: pmpro-variable-pricing
Expand All @@ -20,7 +20,7 @@
- Set price is the "suggested price"
*/

define( 'PMPROVP_VERSION', '0.4.4' );
define( 'PMPROVP_VERSION', '0.4.6' );

/*
Load plugin textdomain.
Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Paid Memberships Pro - Variable Pricing Add On ===
Contributors: strangerstudios
Tags: paid memberships pro, pmpro, membership, donate, donations, charity, charities
Requires at least: 4.0
Tested up to: 5.4
Stable tag: .4.4
Requires at least: 5.2
Tested up to: 6.4
Stable tag: 0.4.6

Allow customers to set their own price when checking out for your membership levels.

Expand All @@ -23,6 +23,11 @@ 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-variable-pricing/issues

== Changelog ==
= 0.4.6 - 2024-01-04 =
* ENHANCEMENT: Updating `<h3>` tags to `<h2>` tags for better accessibility. #44 (@ipokkel)
* BUG FIX: Fixed PHP warning if an empty level ID is passed to `pmprovp_get_settings()`. #43 (@dparker1005)
* REFACTOR: No longer pulling the checkout level from the `$_REQUEST` variable. #43 (@dparker1005)
* REFACTOR: Now using `get_option()` instead of `pmpro_getOption()`. #42 (@JarrydLong)

= 0.4.5 - 2023-01-30 =
* ENHANCEMENT: Improved translation logic within the plugin and translated some missing strings.
Expand Down

0 comments on commit 0e8a6a0

Please sign in to comment.