Changeset 2795616
- Timestamp:
- 10/07/2022 12:01:58 PM (3 years ago)
- Location:
- orderable
- Files:
-
- 12 added
- 8 edited
- 1 copied
-
tags/1.6.1 (copied) (copied from orderable/trunk)
-
tags/1.6.1/changelog-dev.md (added)
-
tags/1.6.1/docs (added)
-
tags/1.6.1/docs/actions.json (added)
-
tags/1.6.1/docs/filters.json (added)
-
tags/1.6.1/inc/vendor/wp-settings-framework/assets/vendor/jquery-ui (added)
-
tags/1.6.1/inc/vendor/wp-settings-framework/assets/vendor/jquery-ui/jquery-ui.css (added)
-
tags/1.6.1/inc/vendor/wp-settings-framework/wp-settings-framework.php (modified) (1 diff)
-
tags/1.6.1/languages/orderable.pot (modified) (1 diff)
-
tags/1.6.1/orderable.php (modified) (2 diffs)
-
tags/1.6.1/readme.txt (modified) (2 diffs)
-
trunk/changelog-dev.md (added)
-
trunk/docs (added)
-
trunk/docs/actions.json (added)
-
trunk/docs/filters.json (added)
-
trunk/inc/vendor/wp-settings-framework/assets/vendor/jquery-ui (added)
-
trunk/inc/vendor/wp-settings-framework/assets/vendor/jquery-ui/jquery-ui.css (added)
-
trunk/inc/vendor/wp-settings-framework/wp-settings-framework.php (modified) (1 diff)
-
trunk/languages/orderable.pot (modified) (1 diff)
-
trunk/orderable.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orderable/tags/1.6.1/inc/vendor/wp-settings-framework/wp-settings-framework.php
r2789129 r2795616 1380 1380 ?> 1381 1381 <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> 1383 1383 </li> 1384 1384 <?php -
orderable/tags/1.6.1/languages/orderable.pot
r2789129 r2795616 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2022-09-23 07:09+0000\n" 9 10 "X-Poedit-Basepath: ..\n" 10 11 "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 4 4 * Author URI: https://orderable.com 5 5 * Description: Take local online ordering to a whole new level with Orderable. 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Orderable 8 8 * Text Domain: orderable 9 9 * WC requires at least: 5.4.0 10 * WC tested up to: 6.9. 310 * WC tested up to: 6.9.4 11 11 */ 12 12 … … 20 20 * @var string Plugin version. 21 21 */ 22 public static $version = '1.6. 0';22 public static $version = '1.6.1'; 23 23 24 24 /** -
orderable/tags/1.6.1/readme.txt
r2789129 r2795616 5 5 Tested up to: 6.0 6 6 Requires PHP: 5.6 7 Stable tag: 1.6. 07 Stable tag: 1.6.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 142 142 143 143 == Changelog == 144 **v1.6.1** (07 Oct 2022) 145 [fix] Missing jquery-ui.css file 146 144 147 **v1.6.0** (23 Sep 2022) 145 148 [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 1380 1380 ?> 1381 1381 <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> 1383 1383 </li> 1384 1384 <?php -
orderable/trunk/languages/orderable.pot
r2789129 r2795616 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2022-09-23 07:09+0000\n" 9 10 "X-Poedit-Basepath: ..\n" 10 11 "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 4 4 * Author URI: https://orderable.com 5 5 * Description: Take local online ordering to a whole new level with Orderable. 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Orderable 8 8 * Text Domain: orderable 9 9 * WC requires at least: 5.4.0 10 * WC tested up to: 6.9. 310 * WC tested up to: 6.9.4 11 11 */ 12 12 … … 20 20 * @var string Plugin version. 21 21 */ 22 public static $version = '1.6. 0';22 public static $version = '1.6.1'; 23 23 24 24 /** -
orderable/trunk/readme.txt
r2789129 r2795616 5 5 Tested up to: 6.0 6 6 Requires PHP: 5.6 7 Stable tag: 1.6. 07 Stable tag: 1.6.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 142 142 143 143 == Changelog == 144 **v1.6.1** (07 Oct 2022) 145 [fix] Missing jquery-ui.css file 146 144 147 **v1.6.0** (23 Sep 2022) 145 148 [update] Add filter to update hero image size orderable_product_hero_image_size
Note: See TracChangeset
for help on using the changeset viewer.