Changeset 2932299
- Timestamp:
- 06/29/2023 01:33:34 PM (3 years ago)
- Location:
- sitepack-connect/trunk
- Files:
-
- 3 edited
-
class.sitepack-connect.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sitepack-connect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sitepack-connect/trunk/class.sitepack-connect.php
r2931825 r2932299 1 1 <?php 2 2 3 include SITEPACK_CONNECT_PLUGIN_DIR . ' /models/class.sitepack-stock.php';4 include SITEPACK_CONNECT_PLUGIN_DIR . ' /models/class.sitepack-stock-location.php';3 include SITEPACK_CONNECT_PLUGIN_DIR . 'models/class.sitepack-stock.php'; 4 include SITEPACK_CONNECT_PLUGIN_DIR . 'models/class.sitepack-stock-location.php'; 5 5 6 6 class SitePackConnect -
sitepack-connect/trunk/readme.txt
r2931837 r2932299 4 4 Requires at least: 5.0 5 5 Tested up to: 6.2 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 … … 109 109 == Changelog == 110 110 111 = 1.2.1 = 112 113 Release date: 2023-06-29 114 115 #### Enhancements 116 117 None 118 119 #### Bugfixes 120 121 * Include path fixed in the SitePack Connect servicem, a stock model caused a PHP warning 122 111 123 = 1.2.0 = 112 124 -
sitepack-connect/trunk/sitepack-connect.php
r2931825 r2932299 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. 010 Version: 1.2.1 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. 0');25 define('SITEPACK_CONNECT_VERSION', '1.2.1'); 26 26 define('SITEPACK_CONNECT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 27 27
Note: See TracChangeset
for help on using the changeset viewer.