Changeset 2118244
- Timestamp:
- 07/05/2019 03:55:42 PM (7 years ago)
- Location:
- woocommerce-square/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
languages/woocommerce-square.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woocommerce-square.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-square/trunk/changelog.txt
r2069382 r2118244 1 1 *** WooCommerce Square Changelog *** 2 3 = 1.0.38 - 2019-07-05 = 4 * Fix - Re-deploy due to erroneous inclusion of trunk folder 2 5 3 6 = 1.0.37 - 2019-04-16 = -
woocommerce-square/trunk/languages/woocommerce-square.pot
r2069382 r2118244 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Square 1.0.3 7\n"5 "Project-Id-Version: WooCommerce Square 1.0.38\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://github.com/woocommerce/woocommerce-square/issues\n" 8 "POT-Creation-Date: 2019-0 4-16 14:35:33+00:00\n"8 "POT-Creation-Date: 2019-07-05 15:28:14+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" -
woocommerce-square/trunk/readme.txt
r2069598 r2118244 5 5 Tested up to: 5.1 6 6 Requires PHP: 5.6 7 Stable tag: 1.0.3 77 Stable tag: 1.0.38 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 58 58 == Changelog == 59 59 60 = 1.0.38 - 2019-07-05 = 61 * Fix - Re-deploy due to erroneous inclusion of trunk folder 62 60 63 = 1.0.37 - 2019-04-16 = 61 64 * Fix - Use correct assets loading scheme. -
woocommerce-square/trunk/woocommerce-square.php
r2069382 r2118244 2 2 /** 3 3 * Plugin Name: WooCommerce Square 4 * Version: 1.0.3 74 * Version: 1.0.38 5 5 * Plugin URI: https://woocommerce.com/products/square/ 6 6 * Description: Adds ability to sync inventory between WooCommerce and Square POS. In addition, you can also make purchases through the Square payment gateway. … … 24 24 if ( ! class_exists( 'Woocommerce_Square' ) ) : 25 25 26 define( 'WC_SQUARE_VERSION', '1.0.3 7' );26 define( 'WC_SQUARE_VERSION', '1.0.38' ); 27 27 28 28 /**
Note: See TracChangeset
for help on using the changeset viewer.