🔞 ADULT: Changeset/ - Uncensored 2025

Changeset 3062121


Ignore:
Timestamp:
04/01/2024 01:35:58 PM (21 months ago)
Author:
nicdark
Message:

edit files for version 7.3

Location:
nd-shortcodes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • nd-shortcodes/trunk/inc/settings/import-elementor/index.php

    r2999457 r3062121  
    192192                $nd_options_i_d = 1;
    193193                $nd_options_step_demo_2_bakery = '';
     194                $nd_options_demos_list = '';
     195
    194196                foreach( $nd_options_import_demos->demo as $nd_options_import_demo ) {
    195197
     
    217219                  }else{
    218220
    219 
    220221                    $nd_options_demos_list .= '
    221222
     
    596597
    597598            $nd_options_memory_limit_content = '';
     599            $nd_options_post_max_size_content = '';
     600            $nd_options_upload_max_filesize_content = '';
     601            $nd_options_max_execution_time_content = '';
     602            $nd_options_max_input_vars_content = '';
    598603           
    599604
     
    601606            if ( nd_options_are_server_settings_ok() == 0 ) {
    602607
    603 
     608             
    604609
    605610                //memory_limit
     
    610615
    611616                        $nd_options_memory_limit_class = 'nd_options_color_d63638';
     617                $nd_options_memory_limit_content = '';
    612618                        $nd_options_memory_limit_content .= '<p class="nd_options_color_666666 nd_options_section nd_options_margin_0 nd_options_margin_top_10">'.esc_html__('Your current value is insufficient. Please adjust the value to','nd-shortcodes').' <span class="nd_options_color_00a32a">'.size_format($nd_options_memory_limit_opt).'</span> '.esc_html__('in order to meet WordPress requirements.','nd-shortcodes').'</p>';
    613619
  • nd-shortcodes/trunk/nd-shortcodes.php

    r2999457 r3062121  
    33Plugin Name:       ND Shortcodes
    44Description:       The plugin adds some useful components to your page builder ( Elementor or WP Bakery Page Builder ). All components are full responsive and retina ready.
    5 Version:           7.2
     5Version:           7.3
    66Plugin URI:        https://nicdark.com
    77Author:            Nicdark
  • nd-shortcodes/trunk/readme.txt

    r2999457 r3062121  
    44Requires at least: 4.5
    55Tested up to: 6.4
    6 Stable tag: 7.2
     6Stable tag: 7.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    2828== Changelog ==
     29
     30= 7.3 =
     31* fixed undefined variable notices on imported elementor demo feature
    2932
    3033= 7.2 =
Note: See TracChangeset for help on using the changeset viewer.