Changeset 2948438
- Timestamp:
- 08/07/2023 08:46:00 AM (3 years ago)
- Location:
- avecdo-for-woocommerce
- Files:
-
- 6 deleted
- 2 edited
- 6 copied
-
tags/1.6.1 (copied) (copied from avecdo-for-woocommerce/trunk)
-
tags/1.6.1/SDK (deleted)
-
tags/1.6.1/avecdo.php (copied) (copied from avecdo-for-woocommerce/trunk/avecdo.php) (2 diffs)
-
tags/1.6.1/classes (deleted)
-
tags/1.6.1/models (deleted)
-
tags/1.6.1/readme.txt (copied) (copied from avecdo-for-woocommerce/trunk/readme.txt) (2 diffs)
-
tags/1.6.1/src (copied) (copied from avecdo-for-woocommerce/trunk/src)
-
tags/1.6.1/vendor (copied) (copied from avecdo-for-woocommerce/trunk/vendor)
-
tags/1.6.1/views/index.php (copied) (copied from avecdo-for-woocommerce/trunk/views/index.php)
-
trunk/SDK (deleted)
-
trunk/avecdo.php (modified) (2 diffs)
-
trunk/classes (deleted)
-
trunk/models (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
avecdo-for-woocommerce/tags/1.6.1/avecdo.php
r2948430 r2948438 4 4 * Plugin URI: https://avecdo.com/ 5 5 * Description: avecdo connector plugin for WooCommerce 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Modified Solutions ApS 8 8 * Author URI: https://www.modified.dk/ … … 34 34 * @var string Version string 35 35 */ 36 define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.6. 0');36 define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.6.1'); 37 37 38 38 /** -
avecdo-for-woocommerce/tags/1.6.1/readme.txt
r2948430 r2948438 4 4 Requires at least: 4.5 5 5 Tested up to: 6.3 6 Stable tag: 1.6. 06 Stable tag: 1.6.1 7 7 License: Mozilla Public License Version 2.0 8 8 License URI: https://www.mozilla.org/en-US/MPL/2.0/ … … 45 45 46 46 == Changelog == 47 48 = 1.6.1 = 49 * Removed old SDK files. 47 50 48 51 = 1.6.0 = -
avecdo-for-woocommerce/trunk/avecdo.php
r2948430 r2948438 4 4 * Plugin URI: https://avecdo.com/ 5 5 * Description: avecdo connector plugin for WooCommerce 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Modified Solutions ApS 8 8 * Author URI: https://www.modified.dk/ … … 34 34 * @var string Version string 35 35 */ 36 define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.6. 0');36 define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.6.1'); 37 37 38 38 /** -
avecdo-for-woocommerce/trunk/readme.txt
r2948430 r2948438 4 4 Requires at least: 4.5 5 5 Tested up to: 6.3 6 Stable tag: 1.6. 06 Stable tag: 1.6.1 7 7 License: Mozilla Public License Version 2.0 8 8 License URI: https://www.mozilla.org/en-US/MPL/2.0/ … … 45 45 46 46 == Changelog == 47 48 = 1.6.1 = 49 * Removed old SDK files. 47 50 48 51 = 1.6.0 =
Note: See TracChangeset
for help on using the changeset viewer.