Plugin Directory

Changeset 3471137


Ignore:
Timestamp:
02/27/2026 02:27:13 PM (4 weeks ago)
Author:
cbutlerjr
Message:

3.5.6 release

Location:
wp-members/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-members/trunk/includes/class-wp-members-products.php

    r3468716 r3471137  
    494494            $order    = in_array( strtoupper( $order ), $allowed_order, true ) ? $order : 'ASC';
    495495            $order_by = in_array( strtolower( $order_by ), $allowed_order_by, true ) ? $order_by : 'ID';
    496 
    497496           
    498497            // Add post stem to order by value.
  • wp-members/trunk/includes/install.php

    r3465358 r3471137  
    720720
    721721        $show_release_notes = true;
    722         $release_notes_link = "https://rocketgeek.com/release-announcements/wp-members-3-5-5-1/";
     722        $release_notes_link = "https://rocketgeek.com/release-announcements/wp-members-3-5-6/";
    723723
    724724        if ( 'new_install' == $wpmem->install_state ) {
  • wp-members/trunk/readme.txt

    r3465358 r3471137  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 3.5.5.1
     6Stable tag: 3.5.6
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    108108== Upgrade Notice ==
    109109
    110 WP-Members 3.5.5.1 is a bug fix release. WP-Members 3.5.5 is a feature update release. It fixes some minor bugs and adds new filters and some additional features.  WP-Members 3.5.0 is a major update. See changelog for a list of updates. Minimum WP version is 4.0.
     110WP-Members 3.5.6 is a security release. WP-Members 3.5.5 is a feature update release. It fixes some minor bugs and adds new filters and some additional features.  WP-Members 3.5.0 is a major update. See changelog for a list of updates. Minimum WP version is 4.0.
    111111
    112112
     
    134134= 3.5.6 =
    135135
    136 * Security update to [wpmem_user_membership_posts] shortcode. Limits the "order by" options.
     136* Security update to [wpmem_user_membership_posts] shortcode. Limits the "order" and "order by" options in the shortcode.
    137137* Bug fix for checking expiration memberships that require a specific role.  The bug from 3.5.5 causes a user with the role to be viewed as having access even if they are expireed.
    138138* Improves file path update in 3.5.5 to equalize https/http when checking if a file to be moved exists. This allows it to check url paths in the attachment meta data that may have been improperly set or were set in http and not updated if the site was changed to https.
Note: See TracChangeset for help on using the changeset viewer.