Changeset 3062121
- Timestamp:
- 04/01/2024 01:35:58 PM (21 months ago)
- Location:
- nd-shortcodes/trunk
- Files:
-
- 3 edited
-
inc/settings/import-elementor/index.php (modified) (5 diffs)
-
nd-shortcodes.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nd-shortcodes/trunk/inc/settings/import-elementor/index.php
r2999457 r3062121 192 192 $nd_options_i_d = 1; 193 193 $nd_options_step_demo_2_bakery = ''; 194 $nd_options_demos_list = ''; 195 194 196 foreach( $nd_options_import_demos->demo as $nd_options_import_demo ) { 195 197 … … 217 219 }else{ 218 220 219 220 221 $nd_options_demos_list .= ' 221 222 … … 596 597 597 598 $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 = ''; 598 603 599 604 … … 601 606 if ( nd_options_are_server_settings_ok() == 0 ) { 602 607 603 608 604 609 605 610 //memory_limit … … 610 615 611 616 $nd_options_memory_limit_class = 'nd_options_color_d63638'; 617 $nd_options_memory_limit_content = ''; 612 618 $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>'; 613 619 -
nd-shortcodes/trunk/nd-shortcodes.php
r2999457 r3062121 3 3 Plugin Name: ND Shortcodes 4 4 Description: 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. 25 Version: 7.3 6 6 Plugin URI: https://nicdark.com 7 7 Author: Nicdark -
nd-shortcodes/trunk/readme.txt
r2999457 r3062121 4 4 Requires at least: 4.5 5 5 Tested up to: 6.4 6 Stable tag: 7. 26 Stable tag: 7.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 == Changelog == 29 30 = 7.3 = 31 * fixed undefined variable notices on imported elementor demo feature 29 32 30 33 = 7.2 =
Note: See TracChangeset
for help on using the changeset viewer.