Plugin Directory

Changeset 3351806


Ignore:
Timestamp:
08/28/2025 08:51:08 AM (6 months ago)
Author:
raster02
Message:

tagging version 2.16.1

Location:
paid-member-subscriptions
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • paid-member-subscriptions/tags/2.16.1/includes/functions-content-restriction.php

    r3350083 r3351806  
    450450    function pmsc_exclude_post_from_query( $query ) {
    451451
    452         if( !function_exists( 'pms_is_post_restricted' ) || is_admin() )
     452        if( !function_exists( 'pms_is_post_restricted' ) || is_admin() || is_single() )
    453453            return;
    454454
  • paid-member-subscriptions/tags/2.16.1/index.php

    r3350083 r3351806  
    44 * Plugin URI: http://www.cozmoslabs.com/
    55 * Description: Accept payments, create subscription plans and restrict content on your membership website.
    6  * Version: 2.16.0
     6 * Version: 2.16.1
    77 * Author: Cozmoslabs
    88 * Author URI: http://www.cozmoslabs.com/
     
    1212 * WC requires at least: 3.0.0
    1313 * WC tested up to: 10.1
    14  * Elementor tested up to: 3.31.2
    15  * Elementor Pro tested up to: 3.31.2
     14 * Elementor tested up to: 3.31.3
     15 * Elementor Pro tested up to: 3.31.3
    1616 *
    1717 * == Copyright ==
     
    4040    public function __construct() {
    4141
    42         define( 'PMS_VERSION', '2.16.0' );
     42        define( 'PMS_VERSION', '2.16.1' );
    4343        define( 'PMS_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
    4444        define( 'PMS_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
  • paid-member-subscriptions/tags/2.16.1/readme.txt

    r3350083 r3351806  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 2.16.0
     8Stable tag: 2.16.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    263263
    264264== Changelog ==
     265= 2.16.1 =
     266* Fix: Issue with post content restriction not working correctly
     267
    265268= 2.16.0 =
    266269* 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  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2025-08-26 06:43+0000\n"
     9"POT-Creation-Date: 2025-08-28 08:47+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"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  
    450450    function pmsc_exclude_post_from_query( $query ) {
    451451
    452         if( !function_exists( 'pms_is_post_restricted' ) || is_admin() )
     452        if( !function_exists( 'pms_is_post_restricted' ) || is_admin() || is_single() )
    453453            return;
    454454
  • paid-member-subscriptions/trunk/index.php

    r3350083 r3351806  
    44 * Plugin URI: http://www.cozmoslabs.com/
    55 * Description: Accept payments, create subscription plans and restrict content on your membership website.
    6  * Version: 2.16.0
     6 * Version: 2.16.1
    77 * Author: Cozmoslabs
    88 * Author URI: http://www.cozmoslabs.com/
     
    1212 * WC requires at least: 3.0.0
    1313 * WC tested up to: 10.1
    14  * Elementor tested up to: 3.31.2
    15  * Elementor Pro tested up to: 3.31.2
     14 * Elementor tested up to: 3.31.3
     15 * Elementor Pro tested up to: 3.31.3
    1616 *
    1717 * == Copyright ==
     
    4040    public function __construct() {
    4141
    42         define( 'PMS_VERSION', '2.16.0' );
     42        define( 'PMS_VERSION', '2.16.1' );
    4343        define( 'PMS_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
    4444        define( 'PMS_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
  • paid-member-subscriptions/trunk/readme.txt

    r3350083 r3351806  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 2.16.0
     8Stable tag: 2.16.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    263263
    264264== Changelog ==
     265= 2.16.1 =
     266* Fix: Issue with post content restriction not working correctly
     267
    265268= 2.16.0 =
    266269* 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  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2025-08-26 06:43+0000\n"
     9"POT-Creation-Date: 2025-08-28 08:47+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"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.