Changeset 2942186
- Timestamp:
- 07/23/2023 05:44:04 PM (3 years ago)
- Location:
- sitepack-connect/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
sitepack-connect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sitepack-connect/trunk/readme.txt
r2932299 r2942186 2 2 Contributors: sitepack 3 3 Tags: connect, woocommerce, cyclesoftware, wilmar, sitepack 4 Requires at least: 5.05 Tested up to: 6. 26 Stable tag: 1.2. 14 Requires at least: 6.0 5 Tested up to: 6.3 6 Stable tag: 1.2.2 7 7 License: GPLv2 or later 8 8 … … 109 109 == Changelog == 110 110 111 = 1.2.2 = 112 113 Release date: 2023-07-23 114 115 #### Enhancements 116 117 * Tested WordPress up-to version 6.3 for compatibility 118 119 #### Bugfixes 120 121 None 122 111 123 = 1.2.1 = 112 124 … … 119 131 #### Bugfixes 120 132 121 * Include path fixed in the SitePack Connect service m, a stock model caused a PHP warning133 * Include path fixed in the SitePack Connect service, a stock model caused a PHP warning 122 134 123 135 = 1.2.0 = -
sitepack-connect/trunk/sitepack-connect.php
r2932299 r2942186 8 8 Plugin URI: https://sitepack.nl/integraties 9 9 Description: Connect your eCommerce store with external APIs, using SitePack Connect. Import products with stock information and export orders to your favorite third party software. 10 Version: 1.2. 110 Version: 1.2.2 11 11 Author: SitePack B.V. 12 12 Author URI: https://sitepack.nl … … 23 23 define('SITEPACK_PLUGIN_BASENAME', plugin_basename(__FILE__)); 24 24 define('SITEPACK_PLUGIN_FILE', __FILE__); 25 define('SITEPACK_CONNECT_VERSION', '1.2. 1');25 define('SITEPACK_CONNECT_VERSION', '1.2.2'); 26 26 define('SITEPACK_CONNECT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 27 27
Note: See TracChangeset
for help on using the changeset viewer.