Skip to content

Commit

Permalink
Changelog and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Jul 31, 2024
1 parent f6147a0 commit 2ab5992
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function pmprogl_discount_code_after_settings( $discount_code_id ) {
/**
* Add Gift Codes to edit member panels.
*
* @since TBD
* @since 1.1
*
* @param array $panels Array of panels.
*/
Expand Down
4 changes: 2 additions & 2 deletions pmpro-gift-levels.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Plugin Name: Paid Memberships Pro - Gift Levels Add On
Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-gift-levels/
Description: Sell a gift certificate that generates a unique gift code for membership to your site.
Version: 1.0.4
Version: 1.1
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-gift-levels
Domain Path: /languages
*/

define( 'PMPROGL_VERSION', '1.0.4' );
define( 'PMPROGL_VERSION', '1.1' );
define( 'PMPROGL_BASE_FILE', __FILE__ );
define( 'PMPROGL_DIR', dirname( __FILE__ ) );

Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: strangerstudios
Tags: pmpro, paid memberships pro, membership, gift, gift level, gift card, giftcard, gift certificate
Requires at least: 4.5
Tested up to: 6.4
Stable tag: 1.0.4
Stable tag: 1.1

== Description ==

Expand Down Expand Up @@ -32,6 +32,11 @@ Refer to the [Gift Levels Add On documentation page](https://www.paidmemberships
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-gift-levels/issues

== Changelog ==
= 1.1 - 2024-07-31 =
* ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1. #71 (@dparker1005, @kimcoleman)
* BUG FIX: Fixed conflict with the PMPro Pay By Check Add On. #70 (@dparker1005)
* DEPRECATED: Removed `sample-setup.php` as settings can now be configured on the Edit Level page. #72 (@kimcoleman)

= 1.0.4 - 2023-12-11 =
* ENHANCEMENT: Updating `<h3>` tags to `<h2>` tags for better accessibility. #66 (@michaelbeil)
* BUG FIX: Fixed issue where gift level emails may not be sent when using Stripe Checkout or other asynchronous gateways. #64 (@dparker1005)
Expand Down

0 comments on commit 2ab5992

Please sign in to comment.