Plugin Directory

Changeset 1761053


Ignore:
Timestamp:
11/08/2017 09:48:07 PM (8 years ago)
Author:
stackcommerce
Message:

Release 1.6.2

Location:
stackcommerce-connect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stackcommerce-connect/trunk/index.php

    r1761045 r1761053  
    55 * Plugin URI: https://wordpress.org/plugins/stackcommerce-connect/
    66 * Description: The Connect plugin by StackCommerce connects your WordPress CMS to the StackCommerce Articles repository.
    7  * Version: 1.6.1
     7 * Version: 1.6.2
    88 * Author: StackCommerce, Inc
    99 * Author URI: https://www.stackcommerce.com
     
    1919define( 'SCWP_REQUIRED_WP_VERSION',  '4.4' );
    2020define( 'SCWP_API_VERSION', '1' );
    21 define( 'SCWP_PLUGIN_VERSION', '1.6.1' );
     21define( 'SCWP_PLUGIN_VERSION', '1.6.2' );
    2222define( 'CMS_API_ENDPOINT',  'https://hive.stackcommerce.net' );
    2323
  • stackcommerce-connect/trunk/readme.txt

    r1761045 r1761053  
    44Requires at least: 4.4
    55Tested up to: 4.8
    6 Stable tag: 1.6.0
     6Stable tag: 1.6.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353== Changelog ==
    5454
    55 = 1.6.1 =
     55= 1.6.2 =
    5656* Fix bug that caused post status to be ignored.
    5757* Fix bug that caused images not to be uploaded to Media Library.
  • stackcommerce-connect/trunk/version.txt

    r1761045 r1761053  
    1 1.6.1
     11.6.2
Note: See TracChangeset for help on using the changeset viewer.