Plugin Directory

Changeset 2795616


Ignore:
Timestamp:
10/07/2022 12:01:58 PM (3 years ago)
Author:
orderable
Message:

Update to version 1.6.1 from GitHub

Location:
orderable
Files:
12 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • orderable/tags/1.6.1/inc/vendor/wp-settings-framework/wp-settings-framework.php

    r2789129 r2795616  
    13801380                    ?>
    13811381                    <li class="wpsf-nav__item <?php echo esc_attr( $active ); ?>">
    1382                         <a class="wpsf-nav__item-link <?php echo esc_attr( $tab_data['class'] ); ?>" href="#tab-<?php echo esc_attr( $tab_data['id'] ); ?>"><?php echo esc_html( $tab_data['title'] ); ?></a>
     1382                        <a class="wpsf-nav__item-link <?php echo esc_attr( $tab_data['class'] ); ?>" href="#tab-<?php echo esc_attr( $tab_data['id'] ); ?>"><?php echo wp_kses_post( $tab_data['title'] ); ?></a>
    13831383                    </li>
    13841384                    <?php
  • orderable/tags/1.6.1/languages/orderable.pot

    r2789129 r2795616  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
     9"POT-Creation-Date: 2022-09-23 07:09+0000\n"
    910"X-Poedit-Basepath: ..\n"
    1011"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • orderable/tags/1.6.1/orderable.php

    r2789129 r2795616  
    44 * Author URI: https://orderable.com
    55 * Description: Take local online ordering to a whole new level with Orderable.
    6  * Version: 1.6.0
     6 * Version: 1.6.1
    77 * Author: Orderable
    88 * Text Domain: orderable
    99 * WC requires at least: 5.4.0
    10  * WC tested up to: 6.9.3
     10 * WC tested up to: 6.9.4
    1111 */
    1212
     
    2020     * @var string Plugin version.
    2121     */
    22     public static $version = '1.6.0';
     22    public static $version = '1.6.1';
    2323
    2424    /**
  • orderable/tags/1.6.1/readme.txt

    r2789129 r2795616  
    55Tested up to: 6.0
    66Requires PHP: 5.6
    7 Stable tag: 1.6.0
     7Stable tag: 1.6.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    142142
    143143== Changelog ==
     144**v1.6.1** (07 Oct 2022)
     145[fix] Missing jquery-ui.css file
     146
    144147**v1.6.0** (23 Sep 2022)
    145148[update] Add filter to update hero image size orderable_product_hero_image_size
  • orderable/trunk/inc/vendor/wp-settings-framework/wp-settings-framework.php

    r2789129 r2795616  
    13801380                    ?>
    13811381                    <li class="wpsf-nav__item <?php echo esc_attr( $active ); ?>">
    1382                         <a class="wpsf-nav__item-link <?php echo esc_attr( $tab_data['class'] ); ?>" href="#tab-<?php echo esc_attr( $tab_data['id'] ); ?>"><?php echo esc_html( $tab_data['title'] ); ?></a>
     1382                        <a class="wpsf-nav__item-link <?php echo esc_attr( $tab_data['class'] ); ?>" href="#tab-<?php echo esc_attr( $tab_data['id'] ); ?>"><?php echo wp_kses_post( $tab_data['title'] ); ?></a>
    13831383                    </li>
    13841384                    <?php
  • orderable/trunk/languages/orderable.pot

    r2789129 r2795616  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
     9"POT-Creation-Date: 2022-09-23 07:09+0000\n"
    910"X-Poedit-Basepath: ..\n"
    1011"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • orderable/trunk/orderable.php

    r2789129 r2795616  
    44 * Author URI: https://orderable.com
    55 * Description: Take local online ordering to a whole new level with Orderable.
    6  * Version: 1.6.0
     6 * Version: 1.6.1
    77 * Author: Orderable
    88 * Text Domain: orderable
    99 * WC requires at least: 5.4.0
    10  * WC tested up to: 6.9.3
     10 * WC tested up to: 6.9.4
    1111 */
    1212
     
    2020     * @var string Plugin version.
    2121     */
    22     public static $version = '1.6.0';
     22    public static $version = '1.6.1';
    2323
    2424    /**
  • orderable/trunk/readme.txt

    r2789129 r2795616  
    55Tested up to: 6.0
    66Requires PHP: 5.6
    7 Stable tag: 1.6.0
     7Stable tag: 1.6.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    142142
    143143== Changelog ==
     144**v1.6.1** (07 Oct 2022)
     145[fix] Missing jquery-ui.css file
     146
    144147**v1.6.0** (23 Sep 2022)
    145148[update] Add filter to update hero image size orderable_product_hero_image_size
Note: See TracChangeset for help on using the changeset viewer.