Changeset 2417960
- Timestamp:
- 11/13/2020 01:33:28 PM (5 years ago)
- Location:
- checkrobin/trunk
- Files:
-
- 16 edited
-
checkrobin.php (modified) (2 diffs)
-
src/Activator.php (modified) (1 diff)
-
src/Admin.php (modified) (1 diff)
-
src/CheckrobinHelper.php (modified) (1 diff)
-
src/CheckrobinToken.php (modified) (1 diff)
-
src/Deactivator.php (modified) (1 diff)
-
src/Frontend.php (modified) (1 diff)
-
src/I18n.php (modified) (1 diff)
-
src/Loader.php (modified) (1 diff)
-
src/Plugin.php (modified) (1 diff)
-
src/Settings.php (modified) (1 diff)
-
src/Tools.php (modified) (1 diff)
-
src/constants.php (modified) (1 diff)
-
templates/page.backend.settings.php (modified) (1 diff)
-
templates/page.backend.tracking.php (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
checkrobin/trunk/checkrobin.php
r2410353 r2417960 14 14 * Plugin URI: https://www.checkrobin.com/de/integration 15 15 * Description: The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 16 * Version: 0.0. 816 * Version: 0.0.9 17 17 * Requires at least: 4.0 18 18 * Requires PHP: 7.2 … … 52 52 **/ 53 53 if (!defined('CHECKROBIN_PLUGIN_VERSION')) { 54 define('CHECKROBIN_PLUGIN_VERSION', '0.0. 8');54 define('CHECKROBIN_PLUGIN_VERSION', '0.0.9'); 55 55 } 56 56 -
checkrobin/trunk/src/Activator.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/Admin.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/CheckrobinHelper.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/CheckrobinToken.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/Deactivator.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/Frontend.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/I18n.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/Loader.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/Plugin.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/Settings.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/Tools.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/src/constants.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/templates/page.backend.settings.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/templates/page.backend.tracking.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2 -
checkrobin/trunk/uninstall.php
r2410353 r2417960 4 4 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin. 5 5 * 6 * @version 0.0. 86 * @version 0.0.9 7 7 * @link https://www.checkrobin.com/de/integration 8 8 * @license GPLv2
Note: See TracChangeset
for help on using the changeset viewer.