Changeset 2856240
- Timestamp:
- 01/28/2023 11:21:32 AM (3 years ago)
- Location:
- zionbuilder/trunk
- Files:
-
- 7 edited
-
includes/Editor/Preview.php (modified) (3 diffs)
-
includes/Elements/Button/Button.php (modified) (1 diff)
-
languages/zionbuilder.pot (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
-
zionbuilder.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zionbuilder/trunk/includes/Editor/Preview.php
r2855951 r2856240 105 105 ?> 106 106 <script type="text/javascript"> 107 var ZnPbInitialData = <?php echo wp_json_encode( $this->get_preview_initial_data() ); ?> 107 var ZnPbInitialData = <?php echo wp_json_encode( $this->get_preview_initial_data() ); ?>; 108 109 /** 110 * Adds backwards compatibility with plugins that use this variable 111 * 112 * @deprecated 3.6.0 113 */ 114 var zionBuilderPaths = { 115 appName: 'zionbuilder' 116 } 108 117 </script> 109 118 <?php … … 130 139 Plugin::instance()->get_version() 131 140 ); 132 133 wp_localize_script( 'znpb-preview-frame-scripts', 'ZnPbInitialData', $this->get_preview_initial_data() );134 141 135 142 do_action( 'zionbuilder/preview/after_load_scripts', $this ); … … 173 180 'ajax_url' => admin_url( 'admin-ajax.php', 'relative' ), 174 181 ], 175 176 182 'user_data' => User::get_user_data(), 177 183 ]; -
zionbuilder/trunk/includes/Elements/Button/Button.php
r2855951 r2856240 298 298 ], 299 299 [ 300 ' id'=> __( 'right', 'zionbuilder' ),301 ' name'=> 'right',302 ], 303 [ 304 ' id'=> __( 'top', 'zionbuilder' ),305 ' name'=> 'top',306 ], 307 [ 308 ' id'=> __( 'bottom', 'zionbuilder' ),309 ' name'=> 'bottom',300 'name' => __( 'right', 'zionbuilder' ), 301 'id' => 'right', 302 ], 303 [ 304 'name' => __( 'top', 'zionbuilder' ), 305 'id' => 'top', 306 ], 307 [ 308 'name' => __( 'bottom', 'zionbuilder' ), 309 'id' => 'bottom', 310 310 ], 311 311 ], -
zionbuilder/trunk/languages/zionbuilder.pot
r2855951 r2856240 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Zion Builder 3.6. 0\n"5 "Project-Id-Version: Zion Builder 3.6.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/zionbuilder\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2023-01-2 7T15:28:56+00:00\n"12 "POT-Creation-Date: 2023-01-28T11:19:58+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.7.1\n" -
zionbuilder/trunk/readme.txt
r2855951 r2856240 4 4 Requires at least: 5.0.0 5 5 Tested up to: 6.1.1 6 Stable tag: 3.6. 06 Stable tag: 3.6.1 7 7 Requires PHP: 5.6.20 8 8 License: GPLv3 or later … … 226 226 227 227 == Changelog == 228 = 3.5.0 2023-27-01 = 228 = 3.6.1 2023-28-01 = 229 Fixed: Icon position CSS class for button element is translatable 230 Fixed: Compatibility with Zion Extras 231 232 = 3.6.0 2023-27-01 = 229 233 Improved: Moved element class and pseudo selector at the top of the element options panel 230 234 Improved: Number unit option type -
zionbuilder/trunk/vendor/composer/InstalledVersions.php
r2855951 r2856240 30 30 array ( 31 31 ), 32 'reference' => ' d0ce3d304999e2a447fccce2d12e178a450a1db0',32 'reference' => '3c6d1a7a48c0c0fc8ea7f93ef16f54ef5eac4ae8', 33 33 'name' => 'zionbuilder/zionbuilder', 34 34 ), … … 238 238 array ( 239 239 ), 240 'reference' => ' d0ce3d304999e2a447fccce2d12e178a450a1db0',240 'reference' => '3c6d1a7a48c0c0fc8ea7f93ef16f54ef5eac4ae8', 241 241 ), 242 242 ), -
zionbuilder/trunk/vendor/composer/installed.php
r2855951 r2856240 7 7 array ( 8 8 ), 9 'reference' => ' d0ce3d304999e2a447fccce2d12e178a450a1db0',9 'reference' => '3c6d1a7a48c0c0fc8ea7f93ef16f54ef5eac4ae8', 10 10 'name' => 'zionbuilder/zionbuilder', 11 11 ), … … 215 215 array ( 216 216 ), 217 'reference' => ' d0ce3d304999e2a447fccce2d12e178a450a1db0',217 'reference' => '3c6d1a7a48c0c0fc8ea7f93ef16f54ef5eac4ae8', 218 218 ), 219 219 ), -
zionbuilder/trunk/zionbuilder.php
r2855951 r2856240 4 4 Plugin URI: https://zionbuilder.io/?utm_campaign=plugin-uri&utm_medium=wp-dashboard-plugins 5 5 Description: The page builder you always wanted. Create any design you want using live editor. 6 Version: 3.6. 06 Version: 3.6.1 7 7 Author: zionbuilder.io 8 8 Author URI: https://zionbuilder.io/?utm_campaign=plugin-uri&utm_medium=wp-dashboard-plugins
Note: See TracChangeset
for help on using the changeset viewer.