Plugin Directory

Changeset 3269986


Ignore:
Timestamp:
04/09/2025 08:07:38 PM (11 months ago)
Author:
LCweb Projects
Message:

v1.0.3

Location:
privatecontent-free
Files:
256 added
4 edited

Legend:

Unmodified
Added
Removed
  • privatecontent-free/trunk/classes/pc_static.php

    r3267439 r3269986  
    13151315
    13161316
    1317             tb_show("'. esc_html__('Icons picker', 'privatecontent-free') .'", `#TB_inline?inlineId=<?php echo esc_js($prefix) ?>_icons_list`);
     1317            tb_show("'. esc_html__('Icons picker', 'privatecontent-free') .'", `#TB_inline?inlineId='. esc_js($prefix) .'_icons_list`);
    13181318            setTimeout(function() {
    13191319                $(`#TB_window`).addClass(`'. esc_js($prefix) .'_icon_picker_lb`)
  • privatecontent-free/trunk/main_includes/front_ajax.php

    r3269139 r3269986  
    8181                get_option('pg_registration_cat');
    8282           
    83             if(isset($_POST['pc_cc']) && !empty($_POST['pc_cc'])) {
    84                 $GLOBALS['pvtcont_escape_no_reg_cats'] = true;
    85             } // flag to bypass reg cats restrictions
     83            $GLOBALS['pvtcont_escape_no_reg_cats'] = true; // flag to bypass reg cats restrictions
    8684        }
    8785
  • privatecontent-free/trunk/privatecontent-free.php

    r3269513 r3269986  
    66Author: Luca Montanari (LCweb)
    77Author URI: https://lcweb.it
    8 Version: 1.0.2
     8Version: 1.0.3
    99License: GPLv2 or later
    1010Requires at least: 5.0
     
    3232
    3333// plugin version
    34 define('PC_VERS', '1.0.2');
     34define('PC_VERS', '1.0.3');
    3535
    3636// indovina indovinello
  • privatecontent-free/trunk/readme.txt

    r3269699 r3269986  
    66Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    127127== Changelog ==
    128128
     129= 1.0.3 =
     130* fixed: registration error when using a predefined user category assignment and that category is marked as "no registration"
     131* fixed: icon picker not loading
     132
     133
    129134= 1.0.2 =
    130135* fixed: settings view
Note: See TracChangeset for help on using the changeset viewer.