Plugin Directory

Changeset 2942186


Ignore:
Timestamp:
07/23/2023 05:44:04 PM (3 years ago)
Author:
sitepack
Message:

Plugin update released

Location:
sitepack-connect/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sitepack-connect/trunk/readme.txt

    r2932299 r2942186  
    22Contributors: sitepack
    33Tags: connect, woocommerce, cyclesoftware, wilmar, sitepack
    4 Requires at least: 5.0
    5 Tested up to: 6.2
    6 Stable tag: 1.2.1
     4Requires at least: 6.0
     5Tested up to: 6.3
     6Stable tag: 1.2.2
    77License: GPLv2 or later
    88
     
    109109== Changelog ==
    110110
     111= 1.2.2 =
     112
     113Release date: 2023-07-23
     114
     115#### Enhancements
     116
     117* Tested WordPress up-to version 6.3 for compatibility
     118
     119#### Bugfixes
     120
     121None
     122
    111123= 1.2.1 =
    112124
     
    119131#### Bugfixes
    120132
    121 * Include path fixed in the SitePack Connect servicem, a stock model caused a PHP warning
     133* Include path fixed in the SitePack Connect service, a stock model caused a PHP warning
    122134
    123135= 1.2.0 =
  • sitepack-connect/trunk/sitepack-connect.php

    r2932299 r2942186  
    88Plugin URI: https://sitepack.nl/integraties
    99Description: 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.1
     10Version: 1.2.2
    1111Author: SitePack B.V.
    1212Author URI: https://sitepack.nl
     
    2323define('SITEPACK_PLUGIN_BASENAME', plugin_basename(__FILE__));
    2424define('SITEPACK_PLUGIN_FILE', __FILE__);
    25 define('SITEPACK_CONNECT_VERSION', '1.2.1');
     25define('SITEPACK_CONNECT_VERSION', '1.2.2');
    2626define('SITEPACK_CONNECT_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2727
Note: See TracChangeset for help on using the changeset viewer.