Skip to content

Commit

Permalink
Version bump to 1.8
Browse files Browse the repository at this point in the history
* Bumped version to 1.8
  • Loading branch information
andrewlimaza committed Jul 10, 2023
1 parent 824157c commit d56032b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pmpro-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: Paid Memberships Pro - WooCommerce Add On
* Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-woocommerce/
* Description: Integrate Paid Memberships Pro With WooCommerce.
* Version: 1.7.7
* WC requires at least: 6.0.0
* WC tested up to: 7.3.0
* Version: 1.8
* WC requires at least: 7.0.0
* WC tested up to: 7.8.2
* Author: Paid Memberships Pro
* Author URI: https://www.paidmembershipspro.com/
* Text Domain: pmpro-woocommerce
Expand Down Expand Up @@ -971,7 +971,7 @@ function pmpro_woocommerce_load_textdomain() {
* Confirm that PMPro WooCommerce is compatible with HPOS (Custom Order Tables).
* Generally we store things to products, not orders.
*
* @since TBD
* @since 1.8
*/
function pmprowoo_compatible_for_hpos() {
if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ Please post it in the issues section of GitHub and we'll fix it as soon as we ca
2. The "Set Membership Discount" field on the "Edit Membership Level" page (Memberships > Settings > Membership Levels > Edit).

== Changelog ==
= 1.8 - 2023-07-10 =
* ENHANCEMENT: Mark Paid Memberships Pro Integration with WooCommerce compatible with Custom Order Tables.
* ENHANCEMENT: Shows a message that the membership product is already in the cart when viewing the same product in the store.
* ENHANCEMENT: Stop Woocommerce subscription renewals from changing the user's membership level to the same level.
* BUG FIX: Fixed an issue where simple variation subscriptions were being discounted incorrectly, when set to not discount level products.

= 1.7.7 - 2023-02-02 =
* BUG FIX: Fixed an issue where the "Autocomplete Order Status" option wasn't saving correctly.

Expand Down

0 comments on commit d56032b

Please sign in to comment.