Changeset 3351806
- Timestamp:
- 08/28/2025 08:51:08 AM (6 months ago)
- Location:
- paid-member-subscriptions
- Files:
-
- 8 edited
- 1 copied
-
tags/2.16.1 (copied) (copied from paid-member-subscriptions/trunk)
-
tags/2.16.1/includes/functions-content-restriction.php (modified) (1 diff)
-
tags/2.16.1/index.php (modified) (3 diffs)
-
tags/2.16.1/readme.txt (modified) (2 diffs)
-
tags/2.16.1/translations/paid-member-subscriptions.pot (modified) (1 diff)
-
trunk/includes/functions-content-restriction.php (modified) (1 diff)
-
trunk/index.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/translations/paid-member-subscriptions.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
paid-member-subscriptions/tags/2.16.1/includes/functions-content-restriction.php
r3350083 r3351806 450 450 function pmsc_exclude_post_from_query( $query ) { 451 451 452 if( !function_exists( 'pms_is_post_restricted' ) || is_admin() )452 if( !function_exists( 'pms_is_post_restricted' ) || is_admin() || is_single() ) 453 453 return; 454 454 -
paid-member-subscriptions/tags/2.16.1/index.php
r3350083 r3351806 4 4 * Plugin URI: http://www.cozmoslabs.com/ 5 5 * Description: Accept payments, create subscription plans and restrict content on your membership website. 6 * Version: 2.16. 06 * Version: 2.16.1 7 7 * Author: Cozmoslabs 8 8 * Author URI: http://www.cozmoslabs.com/ … … 12 12 * WC requires at least: 3.0.0 13 13 * WC tested up to: 10.1 14 * Elementor tested up to: 3.31. 215 * Elementor Pro tested up to: 3.31. 214 * Elementor tested up to: 3.31.3 15 * Elementor Pro tested up to: 3.31.3 16 16 * 17 17 * == Copyright == … … 40 40 public function __construct() { 41 41 42 define( 'PMS_VERSION', '2.16. 0' );42 define( 'PMS_VERSION', '2.16.1' ); 43 43 define( 'PMS_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) ); 44 44 define( 'PMS_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) ); -
paid-member-subscriptions/tags/2.16.1/readme.txt
r3350083 r3351806 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 2.16. 08 Stable tag: 2.16.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 263 263 264 264 == Changelog == 265 = 2.16.1 = 266 * Fix: Issue with post content restriction not working correctly 267 265 268 = 2.16.0 = 266 269 * Fix: Security issue regarding broken access control. Thanks to MD Ismail and the Patchstack team -
paid-member-subscriptions/tags/2.16.1/translations/paid-member-subscriptions.pot
r3350083 r3351806 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2025-08-2 6 06:43+0000\n"9 "POT-Creation-Date: 2025-08-28 08:47+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" -
paid-member-subscriptions/trunk/includes/functions-content-restriction.php
r3350083 r3351806 450 450 function pmsc_exclude_post_from_query( $query ) { 451 451 452 if( !function_exists( 'pms_is_post_restricted' ) || is_admin() )452 if( !function_exists( 'pms_is_post_restricted' ) || is_admin() || is_single() ) 453 453 return; 454 454 -
paid-member-subscriptions/trunk/index.php
r3350083 r3351806 4 4 * Plugin URI: http://www.cozmoslabs.com/ 5 5 * Description: Accept payments, create subscription plans and restrict content on your membership website. 6 * Version: 2.16. 06 * Version: 2.16.1 7 7 * Author: Cozmoslabs 8 8 * Author URI: http://www.cozmoslabs.com/ … … 12 12 * WC requires at least: 3.0.0 13 13 * WC tested up to: 10.1 14 * Elementor tested up to: 3.31. 215 * Elementor Pro tested up to: 3.31. 214 * Elementor tested up to: 3.31.3 15 * Elementor Pro tested up to: 3.31.3 16 16 * 17 17 * == Copyright == … … 40 40 public function __construct() { 41 41 42 define( 'PMS_VERSION', '2.16. 0' );42 define( 'PMS_VERSION', '2.16.1' ); 43 43 define( 'PMS_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) ); 44 44 define( 'PMS_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) ); -
paid-member-subscriptions/trunk/readme.txt
r3350083 r3351806 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 2.16. 08 Stable tag: 2.16.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 263 263 264 264 == Changelog == 265 = 2.16.1 = 266 * Fix: Issue with post content restriction not working correctly 267 265 268 = 2.16.0 = 266 269 * Fix: Security issue regarding broken access control. Thanks to MD Ismail and the Patchstack team -
paid-member-subscriptions/trunk/translations/paid-member-subscriptions.pot
r3350083 r3351806 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2025-08-2 6 06:43+0000\n"9 "POT-Creation-Date: 2025-08-28 08:47+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
Note: See TracChangeset
for help on using the changeset viewer.