Plugin Directory

Changeset 2417960


Ignore:
Timestamp:
11/13/2020 01:33:28 PM (5 years ago)
Author:
checkrobin
Message:

RELEASE 0.0.9 (CORRECTION)

Location:
checkrobin/trunk
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • checkrobin/trunk/checkrobin.php

    r2410353 r2417960  
    1414 * Plugin URI:        https://www.checkrobin.com/de/integration
    1515 * Description:       The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    16  * Version:           0.0.8
     16 * Version:           0.0.9
    1717 * Requires at least: 4.0
    1818 * Requires PHP:      7.2
     
    5252 **/
    5353if (!defined('CHECKROBIN_PLUGIN_VERSION')) {
    54     define('CHECKROBIN_PLUGIN_VERSION', '0.0.8');
     54    define('CHECKROBIN_PLUGIN_VERSION', '0.0.9');
    5555}
    5656
  • checkrobin/trunk/src/Activator.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/Admin.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/CheckrobinHelper.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/CheckrobinToken.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/Deactivator.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/Frontend.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/I18n.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/Loader.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/Plugin.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/Settings.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/Tools.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/src/constants.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/templates/page.backend.settings.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/templates/page.backend.tracking.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
  • checkrobin/trunk/uninstall.php

    r2410353 r2417960  
    44 * The Checkrobin plugin enables you to transfer order data from your WooCommerce shop directly to Checkrobin.
    55 *
    6  * @version 0.0.8
     6 * @version 0.0.9
    77 * @link https://www.checkrobin.com/de/integration
    88 * @license GPLv2
Note: See TracChangeset for help on using the changeset viewer.