Plugin Directory

Changeset 2188804


Ignore:
Timestamp:
11/09/2019 10:11:06 AM (6 years ago)
Author:
gpriday
Message:

2.10.13 release

Location:
siteorigin-panels
Files:
8 added
8 deleted
5 edited
12 copied

Legend:

Unmodified
Added
Removed
  • siteorigin-panels/tags/2.10.13/inc/widgets/post-loop-helper.php

    r2185928 r2188804  
    1919            foreach( $templates as $template ) {
    2020                // Is this template being added by a plugin?
    21                 $filename = locate_template( $template );
    22                 if ( ! $filename ) {
    23                     // Template added by a plugin
    24                     $filename = WP_PLUGIN_DIR ."/$template";
    25                 }
     21                $filename = SiteOrigin_Panels_Widgets_PostLoop::locate_template( $template );
    2622                $headers = get_file_data( $filename, array(
    2723                    'loop_name' => 'Loop Name',
  • siteorigin-panels/tags/2.10.13/inc/widgets/post-loop.php

    r2185928 r2188804  
    189189        self::$current_loop_template = $instance['template'];
    190190       
    191         // Is $file being added by a plugin?
    192         if ( strpos( $instance['template'], '/content' ) !== false ) {
     191        if ( preg_match( '/\/content*/', '/' . $instance['template'] ) ) {
    193192            while( have_posts() ) {
    194193                the_post();
    195                 $this->locate_template($instance['template'], true, false);
     194                self::locate_template($instance['template'], true, false);
    196195            }
    197196        } else {
    198             $this->locate_template($instance['template'], true, false);
     197            self::locate_template($instance['template'], true, false);
    199198        }
    200199       
     
    258257                        <option value="<?php echo esc_attr($template) ?>" <?php selected($instance['template'], $template) ?>>
    259258                            <?php
    260                             $headers = get_file_data( $this->locate_template($template), array(
     259                            $headers = get_file_data( self::locate_template($template), array(
    261260                                'loop_name' => 'Loop Name',
    262261                            ) );
     
    372371        $template_dirs = apply_filters( 'siteorigin_panels_postloop_template_directory', $template_dirs );
    373372        $template_dirs = array_unique( $template_dirs );
     373       
    374374        foreach( $template_dirs  as $dir ){
    375375            foreach( $template_files as $template_file ) {
     
    403403           
    404404            // And it exists
    405             ( locate_template( $filename ) != '' || file_exists( WP_PLUGIN_DIR . '/' . $filename ) )
     405            self::locate_template( $filename ) != ''
    406406        );
    407407    }
     
    416416     * @return string The template location.
    417417     */
    418     public function locate_template( $template_names, $load = false, $require_once = true )
     418    public static function locate_template( $template_names, $load = false, $require_once = true )
    419419    {
    420420        $located = '';
  • siteorigin-panels/tags/2.10.13/lang/siteorigin-panels.pot

    r2185928 r2188804  
    10061006msgstr ""
    10071007
    1008 #: inc/styles.php:246, widgets/widgets.php:635, widgets/widgets.php:757, inc/widgets/post-loop.php:330
     1008#: inc/styles.php:246, widgets/widgets.php:635, widgets/widgets.php:757, inc/widgets/post-loop.php:329
    10091009msgid "Default"
    10101010msgstr ""
     
    13221322msgstr ""
    13231323
    1324 #: widgets/widgets.php:594, inc/widgets/post-loop.php:288
     1324#: widgets/widgets.php:594, inc/widgets/post-loop.php:287
    13251325msgid "Post Type"
    13261326msgstr ""
    13271327
    1328 #: widgets/widgets.php:601, inc/widgets/post-loop.php:297
     1328#: widgets/widgets.php:601, inc/widgets/post-loop.php:296
    13291329msgid "Posts Per Page"
    13301330msgstr ""
    13311331
    1332 #: widgets/widgets.php:606, inc/widgets/post-loop.php:302
     1332#: widgets/widgets.php:606, inc/widgets/post-loop.php:301
    13331333msgid "Order By"
    13341334msgstr ""
    13351335
    1336 #: widgets/widgets.php:608, widgets/widgets.php:783, inc/widgets/post-content.php:60, inc/widgets/post-loop.php:304
     1336#: widgets/widgets.php:608, widgets/widgets.php:783, inc/widgets/post-content.php:60, inc/widgets/post-loop.php:303
    13371337msgid "None"
    13381338msgstr ""
    13391339
    1340 #: widgets/widgets.php:609, inc/widgets/post-loop.php:305
     1340#: widgets/widgets.php:609, inc/widgets/post-loop.php:304
    13411341msgid "Post ID"
    13421342msgstr ""
    13431343
    1344 #: widgets/widgets.php:610, inc/widgets/post-loop.php:306
     1344#: widgets/widgets.php:610, inc/widgets/post-loop.php:305
    13451345msgid "Author"
    13461346msgstr ""
    13471347
    1348 #: widgets/widgets.php:611, widgets/widgets.php:612, inc/widgets/post-loop.php:307, inc/widgets/post-loop.php:308, widgets/widgets/testimonial/testimonial.php:15
     1348#: widgets/widgets.php:611, widgets/widgets.php:612, inc/widgets/post-loop.php:306, inc/widgets/post-loop.php:307, widgets/widgets/testimonial/testimonial.php:15
    13491349msgid "Name"
    13501350msgstr ""
    13511351
    1352 #: widgets/widgets.php:613, inc/widgets/post-loop.php:309
     1352#: widgets/widgets.php:613, inc/widgets/post-loop.php:308
    13531353msgid "Date"
    13541354msgstr ""
    13551355
    1356 #: widgets/widgets.php:614, inc/widgets/post-loop.php:310
     1356#: widgets/widgets.php:614, inc/widgets/post-loop.php:309
    13571357msgid "Modified"
    13581358msgstr ""
    13591359
    1360 #: widgets/widgets.php:615, inc/widgets/post-loop.php:311
     1360#: widgets/widgets.php:615, inc/widgets/post-loop.php:310
    13611361msgid "Parent"
    13621362msgstr ""
    13631363
    1364 #: widgets/widgets.php:616, inc/widgets/post-loop.php:312
     1364#: widgets/widgets.php:616, inc/widgets/post-loop.php:311
    13651365msgid "Random"
    13661366msgstr ""
    13671367
    1368 #: widgets/widgets.php:617, inc/widgets/post-loop.php:313
     1368#: widgets/widgets.php:617, inc/widgets/post-loop.php:312
    13691369msgid "Comment Count"
    13701370msgstr ""
    13711371
    1372 #: widgets/widgets.php:618, inc/widgets/post-loop.php:314
     1372#: widgets/widgets.php:618, inc/widgets/post-loop.php:313
    13731373msgid "Menu Order"
    13741374msgstr ""
    13751375
    1376 #: widgets/widgets.php:624, inc/widgets/post-loop.php:320
     1376#: widgets/widgets.php:624, inc/widgets/post-loop.php:319
    13771377msgid "Order"
    13781378msgstr ""
    13791379
    1380 #: widgets/widgets.php:626, inc/widgets/post-loop.php:323
     1380#: widgets/widgets.php:626, inc/widgets/post-loop.php:322
    13811381msgid "Ascending"
    13821382msgstr ""
    13831383
    1384 #: widgets/widgets.php:627, inc/widgets/post-loop.php:322
     1384#: widgets/widgets.php:627, inc/widgets/post-loop.php:321
    13851385msgid "Descending"
    13861386msgstr ""
    13871387
    1388 #: widgets/widgets.php:633, inc/widgets/post-loop.php:328
     1388#: widgets/widgets.php:633, inc/widgets/post-loop.php:327
    13891389msgid "Sticky Posts"
    13901390msgstr ""
    13911391
    1392 #: widgets/widgets.php:636, inc/widgets/post-loop.php:331
     1392#: widgets/widgets.php:636, inc/widgets/post-loop.php:330
    13931393msgid "Ignore Sticky"
    13941394msgstr ""
    13951395
    1396 #: widgets/widgets.php:637, inc/widgets/post-loop.php:332
     1396#: widgets/widgets.php:637, inc/widgets/post-loop.php:331
    13971397msgid "Exclude Sticky"
    13981398msgstr ""
    13991399
    1400 #: widgets/widgets.php:638, inc/widgets/post-loop.php:333
     1400#: widgets/widgets.php:638, inc/widgets/post-loop.php:332
    14011401msgid "Only Sticky"
    14021402msgstr ""
     
    14061406msgstr ""
    14071407
    1408 #: widgets/widgets.php:648, inc/widgets/post-loop.php:345
     1408#: widgets/widgets.php:648, inc/widgets/post-loop.php:344
    14091409msgid "Additional query arguments. See 1{query_posts}."
    14101410msgstr ""
     
    15951595msgstr ""
    15961596
    1597 #: inc/widgets/post-content.php:61, inc/widgets/post-loop-helper.php:45, inc/widgets/post-loop.php:251, widgets/widgets/call-to-action/call-to-action.php:15, widgets/widgets/list/list.php:15, widgets/widgets/price-box/price-box.php:15
     1597#: inc/widgets/post-content.php:61, inc/widgets/post-loop-helper.php:41, inc/widgets/post-loop.php:250, widgets/widgets/call-to-action/call-to-action.php:15, widgets/widgets/list/list.php:15, widgets/widgets/price-box/price-box.php:15
    15981598msgid "Title"
    15991599msgstr ""
     
    16071607msgstr ""
    16081608
    1609 #: inc/widgets/post-loop-helper.php:35, inc/widgets/post-loop.php:23
     1609#: inc/widgets/post-loop-helper.php:31, inc/widgets/post-loop.php:23
    16101610msgid "Post Loop"
    16111611msgstr ""
    16121612
    1613 #: inc/widgets/post-loop-helper.php:37, inc/widgets/post-loop.php:25
     1613#: inc/widgets/post-loop-helper.php:33, inc/widgets/post-loop.php:25
    16141614msgid "Displays a post loop."
    16151615msgstr ""
    16161616
    1617 #: inc/widgets/post-loop-helper.php:49, inc/widgets/post-loop.php:255
     1617#: inc/widgets/post-loop-helper.php:45, inc/widgets/post-loop.php:254
    16181618msgid "Template"
    16191619msgstr ""
    16201620
    1621 #: inc/widgets/post-loop-helper.php:56, inc/widgets/post-loop.php:273
     1621#: inc/widgets/post-loop-helper.php:52, inc/widgets/post-loop.php:272
    16221622msgid "If the template supports it, cut posts and display the more link."
    16231623msgstr ""
    16241624
    1625 #: inc/widgets/post-loop.php:221
     1625#: inc/widgets/post-loop.php:220
    16261626msgid "Your theme doesn't have any post loops."
    16271627msgstr ""
    16281628
    1629 #: inc/widgets/post-loop.php:271
     1629#: inc/widgets/post-loop.php:270
    16301630msgid "More Link"
    16311631msgstr ""
    16321632
    1633 #: inc/widgets/post-loop.php:315
     1633#: inc/widgets/post-loop.php:314
    16341634msgid "Post In Order"
    16351635msgstr ""
    16361636
    1637 #: inc/widgets/post-loop.php:338
     1637#: inc/widgets/post-loop.php:337
    16381638msgid "Additional "
    16391639msgstr ""
  • siteorigin-panels/tags/2.10.13/readme.txt

    r2185928 r2188804  
    33Requires at least: 4.7
    44Tested up to: 5.3
    5 Stable tag: 2.10.12
    6 Build time: 2019-11-04T10:18:30+02:00
     5Stable tag: 2.10.13
     6Build time: 2019-11-09T12:06:24+02:00
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl.html
     
    9696
    9797== Changelog ==
     98
     99= 2.10.13 - 9 November 2019 =
     100* Fixed check for content.php post loop templates
     101* Add `builderType` argument when fetching a selected prebuilt layout.
    98102
    99103= 2.10.12 - 4 November 2019 =
  • siteorigin-panels/tags/2.10.13/siteorigin-panels.php

    r2185928 r2188804  
    44Plugin URI: https://siteorigin.com/page-builder/
    55Description: A drag and drop, responsive page builder that simplifies building your website.
    6 Version: 2.10.12
     6Version: 2.10.13
    77Author: SiteOrigin
    88Author URI: https://siteorigin.com
     
    1212*/
    1313
    14 define( 'SITEORIGIN_PANELS_VERSION', '2.10.12' );
     14define( 'SITEORIGIN_PANELS_VERSION', '2.10.13' );
    1515if ( ! defined( 'SITEORIGIN_PANELS_JS_SUFFIX' ) ) {
    1616    define( 'SITEORIGIN_PANELS_JS_SUFFIX', '.min' );
    1717}
    1818define( 'SITEORIGIN_PANELS_CSS_SUFFIX', '.min' );
    19 define( 'SITEORIGIN_PANELS_VERSION_SUFFIX', '-21012' );
     19define( 'SITEORIGIN_PANELS_VERSION_SUFFIX', '-21013' );
    2020
    2121require_once plugin_dir_path( __FILE__ ) . 'inc/functions.php';
  • siteorigin-panels/trunk/inc/widgets/post-loop-helper.php

    r2185928 r2188804  
    1919            foreach( $templates as $template ) {
    2020                // Is this template being added by a plugin?
    21                 $filename = locate_template( $template );
    22                 if ( ! $filename ) {
    23                     // Template added by a plugin
    24                     $filename = WP_PLUGIN_DIR ."/$template";
    25                 }
     21                $filename = SiteOrigin_Panels_Widgets_PostLoop::locate_template( $template );
    2622                $headers = get_file_data( $filename, array(
    2723                    'loop_name' => 'Loop Name',
  • siteorigin-panels/trunk/inc/widgets/post-loop.php

    r2185928 r2188804  
    189189        self::$current_loop_template = $instance['template'];
    190190       
    191         // Is $file being added by a plugin?
    192         if ( strpos( $instance['template'], '/content' ) !== false ) {
     191        if ( preg_match( '/\/content*/', '/' . $instance['template'] ) ) {
    193192            while( have_posts() ) {
    194193                the_post();
    195                 $this->locate_template($instance['template'], true, false);
     194                self::locate_template($instance['template'], true, false);
    196195            }
    197196        } else {
    198             $this->locate_template($instance['template'], true, false);
     197            self::locate_template($instance['template'], true, false);
    199198        }
    200199       
     
    258257                        <option value="<?php echo esc_attr($template) ?>" <?php selected($instance['template'], $template) ?>>
    259258                            <?php
    260                             $headers = get_file_data( $this->locate_template($template), array(
     259                            $headers = get_file_data( self::locate_template($template), array(
    261260                                'loop_name' => 'Loop Name',
    262261                            ) );
     
    372371        $template_dirs = apply_filters( 'siteorigin_panels_postloop_template_directory', $template_dirs );
    373372        $template_dirs = array_unique( $template_dirs );
     373       
    374374        foreach( $template_dirs  as $dir ){
    375375            foreach( $template_files as $template_file ) {
     
    403403           
    404404            // And it exists
    405             ( locate_template( $filename ) != '' || file_exists( WP_PLUGIN_DIR . '/' . $filename ) )
     405            self::locate_template( $filename ) != ''
    406406        );
    407407    }
     
    416416     * @return string The template location.
    417417     */
    418     public function locate_template( $template_names, $load = false, $require_once = true )
     418    public static function locate_template( $template_names, $load = false, $require_once = true )
    419419    {
    420420        $located = '';
  • siteorigin-panels/trunk/lang/siteorigin-panels.pot

    r2185928 r2188804  
    10061006msgstr ""
    10071007
    1008 #: inc/styles.php:246, widgets/widgets.php:635, widgets/widgets.php:757, inc/widgets/post-loop.php:330
     1008#: inc/styles.php:246, widgets/widgets.php:635, widgets/widgets.php:757, inc/widgets/post-loop.php:329
    10091009msgid "Default"
    10101010msgstr ""
     
    13221322msgstr ""
    13231323
    1324 #: widgets/widgets.php:594, inc/widgets/post-loop.php:288
     1324#: widgets/widgets.php:594, inc/widgets/post-loop.php:287
    13251325msgid "Post Type"
    13261326msgstr ""
    13271327
    1328 #: widgets/widgets.php:601, inc/widgets/post-loop.php:297
     1328#: widgets/widgets.php:601, inc/widgets/post-loop.php:296
    13291329msgid "Posts Per Page"
    13301330msgstr ""
    13311331
    1332 #: widgets/widgets.php:606, inc/widgets/post-loop.php:302
     1332#: widgets/widgets.php:606, inc/widgets/post-loop.php:301
    13331333msgid "Order By"
    13341334msgstr ""
    13351335
    1336 #: widgets/widgets.php:608, widgets/widgets.php:783, inc/widgets/post-content.php:60, inc/widgets/post-loop.php:304
     1336#: widgets/widgets.php:608, widgets/widgets.php:783, inc/widgets/post-content.php:60, inc/widgets/post-loop.php:303
    13371337msgid "None"
    13381338msgstr ""
    13391339
    1340 #: widgets/widgets.php:609, inc/widgets/post-loop.php:305
     1340#: widgets/widgets.php:609, inc/widgets/post-loop.php:304
    13411341msgid "Post ID"
    13421342msgstr ""
    13431343
    1344 #: widgets/widgets.php:610, inc/widgets/post-loop.php:306
     1344#: widgets/widgets.php:610, inc/widgets/post-loop.php:305
    13451345msgid "Author"
    13461346msgstr ""
    13471347
    1348 #: widgets/widgets.php:611, widgets/widgets.php:612, inc/widgets/post-loop.php:307, inc/widgets/post-loop.php:308, widgets/widgets/testimonial/testimonial.php:15
     1348#: widgets/widgets.php:611, widgets/widgets.php:612, inc/widgets/post-loop.php:306, inc/widgets/post-loop.php:307, widgets/widgets/testimonial/testimonial.php:15
    13491349msgid "Name"
    13501350msgstr ""
    13511351
    1352 #: widgets/widgets.php:613, inc/widgets/post-loop.php:309
     1352#: widgets/widgets.php:613, inc/widgets/post-loop.php:308
    13531353msgid "Date"
    13541354msgstr ""
    13551355
    1356 #: widgets/widgets.php:614, inc/widgets/post-loop.php:310
     1356#: widgets/widgets.php:614, inc/widgets/post-loop.php:309
    13571357msgid "Modified"
    13581358msgstr ""
    13591359
    1360 #: widgets/widgets.php:615, inc/widgets/post-loop.php:311
     1360#: widgets/widgets.php:615, inc/widgets/post-loop.php:310
    13611361msgid "Parent"
    13621362msgstr ""
    13631363
    1364 #: widgets/widgets.php:616, inc/widgets/post-loop.php:312
     1364#: widgets/widgets.php:616, inc/widgets/post-loop.php:311
    13651365msgid "Random"
    13661366msgstr ""
    13671367
    1368 #: widgets/widgets.php:617, inc/widgets/post-loop.php:313
     1368#: widgets/widgets.php:617, inc/widgets/post-loop.php:312
    13691369msgid "Comment Count"
    13701370msgstr ""
    13711371
    1372 #: widgets/widgets.php:618, inc/widgets/post-loop.php:314
     1372#: widgets/widgets.php:618, inc/widgets/post-loop.php:313
    13731373msgid "Menu Order"
    13741374msgstr ""
    13751375
    1376 #: widgets/widgets.php:624, inc/widgets/post-loop.php:320
     1376#: widgets/widgets.php:624, inc/widgets/post-loop.php:319
    13771377msgid "Order"
    13781378msgstr ""
    13791379
    1380 #: widgets/widgets.php:626, inc/widgets/post-loop.php:323
     1380#: widgets/widgets.php:626, inc/widgets/post-loop.php:322
    13811381msgid "Ascending"
    13821382msgstr ""
    13831383
    1384 #: widgets/widgets.php:627, inc/widgets/post-loop.php:322
     1384#: widgets/widgets.php:627, inc/widgets/post-loop.php:321
    13851385msgid "Descending"
    13861386msgstr ""
    13871387
    1388 #: widgets/widgets.php:633, inc/widgets/post-loop.php:328
     1388#: widgets/widgets.php:633, inc/widgets/post-loop.php:327
    13891389msgid "Sticky Posts"
    13901390msgstr ""
    13911391
    1392 #: widgets/widgets.php:636, inc/widgets/post-loop.php:331
     1392#: widgets/widgets.php:636, inc/widgets/post-loop.php:330
    13931393msgid "Ignore Sticky"
    13941394msgstr ""
    13951395
    1396 #: widgets/widgets.php:637, inc/widgets/post-loop.php:332
     1396#: widgets/widgets.php:637, inc/widgets/post-loop.php:331
    13971397msgid "Exclude Sticky"
    13981398msgstr ""
    13991399
    1400 #: widgets/widgets.php:638, inc/widgets/post-loop.php:333
     1400#: widgets/widgets.php:638, inc/widgets/post-loop.php:332
    14011401msgid "Only Sticky"
    14021402msgstr ""
     
    14061406msgstr ""
    14071407
    1408 #: widgets/widgets.php:648, inc/widgets/post-loop.php:345
     1408#: widgets/widgets.php:648, inc/widgets/post-loop.php:344
    14091409msgid "Additional query arguments. See 1{query_posts}."
    14101410msgstr ""
     
    15951595msgstr ""
    15961596
    1597 #: inc/widgets/post-content.php:61, inc/widgets/post-loop-helper.php:45, inc/widgets/post-loop.php:251, widgets/widgets/call-to-action/call-to-action.php:15, widgets/widgets/list/list.php:15, widgets/widgets/price-box/price-box.php:15
     1597#: inc/widgets/post-content.php:61, inc/widgets/post-loop-helper.php:41, inc/widgets/post-loop.php:250, widgets/widgets/call-to-action/call-to-action.php:15, widgets/widgets/list/list.php:15, widgets/widgets/price-box/price-box.php:15
    15981598msgid "Title"
    15991599msgstr ""
     
    16071607msgstr ""
    16081608
    1609 #: inc/widgets/post-loop-helper.php:35, inc/widgets/post-loop.php:23
     1609#: inc/widgets/post-loop-helper.php:31, inc/widgets/post-loop.php:23
    16101610msgid "Post Loop"
    16111611msgstr ""
    16121612
    1613 #: inc/widgets/post-loop-helper.php:37, inc/widgets/post-loop.php:25
     1613#: inc/widgets/post-loop-helper.php:33, inc/widgets/post-loop.php:25
    16141614msgid "Displays a post loop."
    16151615msgstr ""
    16161616
    1617 #: inc/widgets/post-loop-helper.php:49, inc/widgets/post-loop.php:255
     1617#: inc/widgets/post-loop-helper.php:45, inc/widgets/post-loop.php:254
    16181618msgid "Template"
    16191619msgstr ""
    16201620
    1621 #: inc/widgets/post-loop-helper.php:56, inc/widgets/post-loop.php:273
     1621#: inc/widgets/post-loop-helper.php:52, inc/widgets/post-loop.php:272
    16221622msgid "If the template supports it, cut posts and display the more link."
    16231623msgstr ""
    16241624
    1625 #: inc/widgets/post-loop.php:221
     1625#: inc/widgets/post-loop.php:220
    16261626msgid "Your theme doesn't have any post loops."
    16271627msgstr ""
    16281628
    1629 #: inc/widgets/post-loop.php:271
     1629#: inc/widgets/post-loop.php:270
    16301630msgid "More Link"
    16311631msgstr ""
    16321632
    1633 #: inc/widgets/post-loop.php:315
     1633#: inc/widgets/post-loop.php:314
    16341634msgid "Post In Order"
    16351635msgstr ""
    16361636
    1637 #: inc/widgets/post-loop.php:338
     1637#: inc/widgets/post-loop.php:337
    16381638msgid "Additional "
    16391639msgstr ""
  • siteorigin-panels/trunk/readme.txt

    r2185928 r2188804  
    33Requires at least: 4.7
    44Tested up to: 5.3
    5 Stable tag: 2.10.12
    6 Build time: 2019-11-04T10:18:30+02:00
     5Stable tag: 2.10.13
     6Build time: 2019-11-09T12:06:24+02:00
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl.html
     
    9696
    9797== Changelog ==
     98
     99= 2.10.13 - 9 November 2019 =
     100* Fixed check for content.php post loop templates
     101* Add `builderType` argument when fetching a selected prebuilt layout.
    98102
    99103= 2.10.12 - 4 November 2019 =
  • siteorigin-panels/trunk/siteorigin-panels.php

    r2185928 r2188804  
    44Plugin URI: https://siteorigin.com/page-builder/
    55Description: A drag and drop, responsive page builder that simplifies building your website.
    6 Version: 2.10.12
     6Version: 2.10.13
    77Author: SiteOrigin
    88Author URI: https://siteorigin.com
     
    1212*/
    1313
    14 define( 'SITEORIGIN_PANELS_VERSION', '2.10.12' );
     14define( 'SITEORIGIN_PANELS_VERSION', '2.10.13' );
    1515if ( ! defined( 'SITEORIGIN_PANELS_JS_SUFFIX' ) ) {
    1616    define( 'SITEORIGIN_PANELS_JS_SUFFIX', '.min' );
    1717}
    1818define( 'SITEORIGIN_PANELS_CSS_SUFFIX', '.min' );
    19 define( 'SITEORIGIN_PANELS_VERSION_SUFFIX', '-21012' );
     19define( 'SITEORIGIN_PANELS_VERSION_SUFFIX', '-21013' );
    2020
    2121require_once plugin_dir_path( __FILE__ ) . 'inc/functions.php';
Note: See TracChangeset for help on using the changeset viewer.