Changeset 2612810
- Timestamp:
- 10/12/2021 06:29:21 AM (4 years ago)
- Location:
- kledo
- Files:
-
- 2 deleted
- 6 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from kledo/trunk)
-
tags/1.1.4/README.md (deleted)
-
tags/1.1.4/includes/admin/screen/class-wc-kledo-invoice.php (modified) (1 diff)
-
tags/1.1.4/kledo.php (modified) (2 diffs)
-
tags/1.1.4/readme.txt (modified) (2 diffs)
-
trunk/README.md (deleted)
-
trunk/includes/admin/screen/class-wc-kledo-invoice.php (modified) (1 diff)
-
trunk/kledo.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kledo/tags/1.1.4/includes/admin/screen/class-wc-kledo-invoice.php
r2591188 r2612810 205 205 'wc-kledo-invoice', 206 206 wc_kledo()->asset_dir_url() . '/js/invoice.js', 207 array( 'jquery', 'select 2' ),207 array( 'jquery', 'selectWoo' ), 208 208 WC_KLEDO_VERSION 209 209 ); -
kledo/tags/1.1.4/kledo.php
r2591205 r2612810 6 6 * Author: Kledo 7 7 * Author URI: https://kledo.com 8 * Version: 1. 0.08 * Version: 1.1.4 9 9 * Text Domain: wc-kledo 10 10 * WC requires at least: 3.5.0 … … 27 27 * @since 1.0.0 28 28 */ 29 const VERSION = '1.1. 3';29 const VERSION = '1.1.4'; 30 30 31 31 /** -
kledo/tags/1.1.4/readme.txt
r2591206 r2612810 4 4 Requires at least: 4.4 5 5 Tested up to: 5.8 6 Stable tag: 1.1. 36 Stable tag: 1.1.4 7 7 Requires PHP: 7.0.0 or greater 8 8 Text Domain: wc-kledo … … 31 31 == Changelog == 32 32 33 = 1.1.4 = 34 * Fix: select2 not displayed 35 33 36 = 1.1.3 = 34 37 * Tweak: Update the readme documentation -
kledo/trunk/includes/admin/screen/class-wc-kledo-invoice.php
r2591188 r2612810 205 205 'wc-kledo-invoice', 206 206 wc_kledo()->asset_dir_url() . '/js/invoice.js', 207 array( 'jquery', 'select 2' ),207 array( 'jquery', 'selectWoo' ), 208 208 WC_KLEDO_VERSION 209 209 ); -
kledo/trunk/kledo.php
r2591205 r2612810 6 6 * Author: Kledo 7 7 * Author URI: https://kledo.com 8 * Version: 1. 0.08 * Version: 1.1.4 9 9 * Text Domain: wc-kledo 10 10 * WC requires at least: 3.5.0 … … 27 27 * @since 1.0.0 28 28 */ 29 const VERSION = '1.1. 3';29 const VERSION = '1.1.4'; 30 30 31 31 /** -
kledo/trunk/readme.txt
r2591206 r2612810 4 4 Requires at least: 4.4 5 5 Tested up to: 5.8 6 Stable tag: 1.1. 36 Stable tag: 1.1.4 7 7 Requires PHP: 7.0.0 or greater 8 8 Text Domain: wc-kledo … … 31 31 == Changelog == 32 32 33 = 1.1.4 = 34 * Fix: select2 not displayed 35 33 36 = 1.1.3 = 34 37 * Tweak: Update the readme documentation
Note: See TracChangeset
for help on using the changeset viewer.