Plugin Directory

Changeset 2856240


Ignore:
Timestamp:
01/28/2023 11:21:32 AM (3 years ago)
Author:
zionbuilder
Message:

Release v3.6.1

Location:
zionbuilder/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • zionbuilder/trunk/includes/Editor/Preview.php

    r2855951 r2856240  
    105105        ?>
    106106            <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                }
    108117            </script>
    109118        <?php
     
    130139            Plugin::instance()->get_version()
    131140        );
    132 
    133         wp_localize_script( 'znpb-preview-frame-scripts', 'ZnPbInitialData', $this->get_preview_initial_data() );
    134141
    135142        do_action( 'zionbuilder/preview/after_load_scripts', $this );
     
    173180                'ajax_url'          => admin_url( 'admin-ajax.php', 'relative' ),
    174181            ],
    175 
    176182            'user_data'               => User::get_user_data(),
    177183        ];
  • zionbuilder/trunk/includes/Elements/Button/Button.php

    r2855951 r2856240  
    298298                    ],
    299299                    [
    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',
    310310                    ],
    311311                ],
  • zionbuilder/trunk/languages/zionbuilder.pot

    r2855951 r2856240  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Zion Builder 3.6.0\n"
     5"Project-Id-Version: Zion Builder 3.6.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/zionbuilder\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-01-27T15:28:56+00:00\n"
     12"POT-Creation-Date: 2023-01-28T11:19:58+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
  • zionbuilder/trunk/readme.txt

    r2855951 r2856240  
    44Requires at least: 5.0.0
    55Tested up to: 6.1.1
    6 Stable tag: 3.6.0
     6Stable tag: 3.6.1
    77Requires PHP: 5.6.20
    88License: GPLv3 or later
     
    226226
    227227== Changelog ==
    228 = 3.5.0 2023-27-01 =
     228= 3.6.1 2023-28-01 =
     229Fixed: Icon position CSS class for button element is translatable
     230Fixed: Compatibility with Zion Extras
     231
     232= 3.6.0 2023-27-01 =
    229233Improved: Moved element class and pseudo selector at the top of the element options panel
    230234Improved: Number unit option type
  • zionbuilder/trunk/vendor/composer/InstalledVersions.php

    r2855951 r2856240  
    3030    array (
    3131    ),
    32     'reference' => 'd0ce3d304999e2a447fccce2d12e178a450a1db0',
     32    'reference' => '3c6d1a7a48c0c0fc8ea7f93ef16f54ef5eac4ae8',
    3333    'name' => 'zionbuilder/zionbuilder',
    3434  ),
     
    238238      array (
    239239      ),
    240       'reference' => 'd0ce3d304999e2a447fccce2d12e178a450a1db0',
     240      'reference' => '3c6d1a7a48c0c0fc8ea7f93ef16f54ef5eac4ae8',
    241241    ),
    242242  ),
  • zionbuilder/trunk/vendor/composer/installed.php

    r2855951 r2856240  
    77    array (
    88    ),
    9     'reference' => 'd0ce3d304999e2a447fccce2d12e178a450a1db0',
     9    'reference' => '3c6d1a7a48c0c0fc8ea7f93ef16f54ef5eac4ae8',
    1010    'name' => 'zionbuilder/zionbuilder',
    1111  ),
     
    215215      array (
    216216      ),
    217       'reference' => 'd0ce3d304999e2a447fccce2d12e178a450a1db0',
     217      'reference' => '3c6d1a7a48c0c0fc8ea7f93ef16f54ef5eac4ae8',
    218218    ),
    219219  ),
  • zionbuilder/trunk/zionbuilder.php

    r2855951 r2856240  
    44Plugin URI: https://zionbuilder.io/?utm_campaign=plugin-uri&utm_medium=wp-dashboard-plugins
    55Description: The page builder you always wanted. Create any design you want using live editor.
    6 Version: 3.6.0
     6Version: 3.6.1
    77Author: zionbuilder.io
    88Author URI: https://zionbuilder.io/?utm_campaign=plugin-uri&utm_medium=wp-dashboard-plugins
Note: See TracChangeset for help on using the changeset viewer.