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 Oct 24, 2024
1 parent d0b6a3c commit 9718d9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pmpro-group-accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Paid Memberships Pro - Group Accounts Add On
* Plugin URI: https://www.paidmembershipspro.com/add-ons/group-accounts/
* Description: Sell group memberships where one member pays for a collection of people to access your content individually.
* Version: 1.1
* Version: 1.2
* Author: Paid Memberships Pro
* Author URI: https://www.paidmembershipspro.com
* Text Domain: pmpro-group-accounts
Expand All @@ -13,7 +13,7 @@
define( 'PMPROGROUPACCT_BASE_FILE', __FILE__ );
define( 'PMPROGROUPACCT_BASENAME', plugin_basename( __FILE__ ) );
define( 'PMPROGROUPACCT_DIR', dirname( __FILE__ ) );
define( 'PMPROGROUPACCT_VERSION', '1.1' );
define( 'PMPROGROUPACCT_VERSION', '1.2' );

include_once( PMPROGROUPACCT_DIR . '/classes/class-pmprogroupacct-group.php' );
include_once( PMPROGROUPACCT_DIR . '/classes/class-pmprogroupacct-group-member.php' );
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: paid memberships pro, pmpro, group accounts, corporate accounts, team memberships
Requires at least: 5.4
Tested up to: 6.6
Stable tag: 1.1
Stable tag: 1.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -27,6 +27,11 @@ This plugin allows you to sell memberships to corporate organizations, families,
View full documentation at: https://www.paidmembershipspro.com/add-ons/group-accounts/

== Changelog ==
= 1.2 - 2024-10-24 =
* FEATURE: Now allowing group owners to add new users to their group from the Manage Group page. #46 (@dparker1005)
* ENHANCEMENT: Added translation files for Spanish. #45 (@MaximilianoRicoTabo)
* BUG FIX: Fixed a fatal error when trying to apply an invalid group code at checkout. #48 (@dparker1005)

= 1.1 - 2024-07-18 =
* ENHANCEMENT: Updated UI for compatibility with PMPro v3.1. #43 (@dparker1005, @kimcoleman)
* BUG FIX/ENHANCEMENT: Adding the `pmpro_alter_price` class to the "seats" field at checkout. #39 (@dwanjuki)
Expand Down

0 comments on commit 9718d9d

Please sign in to comment.