Changeset 3471137
- Timestamp:
- 02/27/2026 02:27:13 PM (4 weeks ago)
- Location:
- wp-members/trunk
- Files:
-
- 3 edited
-
includes/class-wp-members-products.php (modified) (1 diff)
-
includes/install.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-members/trunk/includes/class-wp-members-products.php
r3468716 r3471137 494 494 $order = in_array( strtoupper( $order ), $allowed_order, true ) ? $order : 'ASC'; 495 495 $order_by = in_array( strtolower( $order_by ), $allowed_order_by, true ) ? $order_by : 'ID'; 496 497 496 498 497 // Add post stem to order by value. -
wp-members/trunk/includes/install.php
r3465358 r3471137 720 720 721 721 $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/"; 723 723 724 724 if ( 'new_install' == $wpmem->install_state ) { -
wp-members/trunk/readme.txt
r3465358 r3471137 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 3.5. 5.16 Stable tag: 3.5.6 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 108 108 == Upgrade Notice == 109 109 110 WP-Members 3.5. 5.1 is a bug fixrelease. 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.110 WP-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. 111 111 112 112 … … 134 134 = 3.5.6 = 135 135 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. 137 137 * 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. 138 138 * 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.