Changeset 1761053
- Timestamp:
- 11/08/2017 09:48:07 PM (8 years ago)
- Location:
- stackcommerce-connect/trunk
- Files:
-
- 3 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stackcommerce-connect/trunk/index.php
r1761045 r1761053 5 5 * Plugin URI: https://wordpress.org/plugins/stackcommerce-connect/ 6 6 * Description: The Connect plugin by StackCommerce connects your WordPress CMS to the StackCommerce Articles repository. 7 * Version: 1.6. 17 * Version: 1.6.2 8 8 * Author: StackCommerce, Inc 9 9 * Author URI: https://www.stackcommerce.com … … 19 19 define( 'SCWP_REQUIRED_WP_VERSION', '4.4' ); 20 20 define( 'SCWP_API_VERSION', '1' ); 21 define( 'SCWP_PLUGIN_VERSION', '1.6. 1' );21 define( 'SCWP_PLUGIN_VERSION', '1.6.2' ); 22 22 define( 'CMS_API_ENDPOINT', 'https://hive.stackcommerce.net' ); 23 23 -
stackcommerce-connect/trunk/readme.txt
r1761045 r1761053 4 4 Requires at least: 4.4 5 5 Tested up to: 4.8 6 Stable tag: 1.6. 06 Stable tag: 1.6.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 == Changelog == 54 54 55 = 1.6. 1=55 = 1.6.2 = 56 56 * Fix bug that caused post status to be ignored. 57 57 * Fix bug that caused images not to be uploaded to Media Library. -
stackcommerce-connect/trunk/version.txt
r1761045 r1761053 1 1.6. 11 1.6.2
Note: See TracChangeset
for help on using the changeset viewer.