Plugin Directory

Changeset 2625363


Ignore:
Timestamp:
11/06/2021 08:28:49 AM (4 years ago)
Author:
ecomailcz
Message:

Update to version 1.0.7

Location:
ecomail
Files:
34 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ecomail/tags/1.0.7/deps/autoload.php

    r2620837 r2625363  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitd984079cf7b2e02205fb06e5dbb65c4d::getLoader();
     7return ComposerAutoloaderInit05f1df44fe6002fc6b7a3c25927fbd41::getLoader();
  • ecomail/tags/1.0.7/deps/composer/InstalledVersions.php

    r2620837 r2625363  
    2323class InstalledVersions
    2424{
     25    /**
     26     * @var mixed[]|null
     27     * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null
     28     */
    2529    private static $installed;
     30    /**
     31     * @var bool|null
     32     */
    2633    private static $canGetVendors;
     34    /**
     35     * @var array[]
     36     * @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
     37     */
    2738    private static $installedByVendor = array();
    2839    /**
  • ecomail/tags/1.0.7/deps/composer/autoload_real.php

    r2620837 r2625363  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitd984079cf7b2e02205fb06e5dbb65c4d
     5class ComposerAutoloaderInit05f1df44fe6002fc6b7a3c25927fbd41
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInitd984079cf7b2e02205fb06e5dbb65c4d', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit05f1df44fe6002fc6b7a3c25927fbd41', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInitd984079cf7b2e02205fb06e5dbb65c4d', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit05f1df44fe6002fc6b7a3c25927fbd41', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5252
    5353        if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d::$files;
     54            $includeFiles = Composer\Autoload\ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41::$files;
    5555        } else {
    5656            $includeFiles = require __DIR__ . '/autoload_files.php';
    5757        }
    5858        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequired984079cf7b2e02205fb06e5dbb65c4d($fileIdentifier, $file);
     59            composerRequire05f1df44fe6002fc6b7a3c25927fbd41($fileIdentifier, $file);
    6060        }
    6161
     
    6464}
    6565
    66 function composerRequired984079cf7b2e02205fb06e5dbb65c4d($fileIdentifier, $file)
     66function composerRequire05f1df44fe6002fc6b7a3c25927fbd41($fileIdentifier, $file)
    6767{
    6868    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • ecomail/tags/1.0.7/deps/composer/autoload_static.php

    r2620837 r2625363  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d
     7class ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41
    88{
    99    public static $files = array (
     
    379379    {
    380380        return \Closure::bind(function () use ($loader) {
    381             $loader->prefixLengthsPsr4 = ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d::$prefixLengthsPsr4;
    382             $loader->prefixDirsPsr4 = ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d::$prefixDirsPsr4;
    383             $loader->classMap = ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d::$classMap;
     381            $loader->prefixLengthsPsr4 = ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41::$prefixLengthsPsr4;
     382            $loader->prefixDirsPsr4 = ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41::$prefixDirsPsr4;
     383            $loader->classMap = ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41::$classMap;
    384384
    385385        }, null, ClassLoader::class);
  • ecomail/tags/1.0.7/deps/composer/installed.json

    r2620837 r2625363  
    488488        {
    489489            "name": "psr\/container",
    490             "version": "1.1.1",
    491             "version_normalized": "1.1.1.0",
     490            "version": "1.1.2",
     491            "version_normalized": "1.1.2.0",
    492492            "source": {
    493493                "type": "git",
    494494                "url": "https:\/\/github.com\/php-fig\/container.git",
    495                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
    496             },
    497             "dist": {
    498                 "type": "zip",
    499                 "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/8622567409010282b7aeebe4bb841fe98b58dcaf",
    500                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
    501                 "shasum": ""
    502             },
    503             "require": {
    504                 "php": ">=7.2.0"
    505             },
    506             "time": "2021-03-05T17:36:06+00:00",
     495                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
     496            },
     497            "dist": {
     498                "type": "zip",
     499                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/513e0666f7216c7459170d56df27dfcefe1689ea",
     500                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
     501                "shasum": ""
     502            },
     503            "require": {
     504                "php": ">=7.4.0"
     505            },
     506            "time": "2021-11-05T16:50:12+00:00",
    507507            "type": "library",
    508508            "installation-source": "dist",
     
    533533            "support": {
    534534                "issues": "https:\/\/github.com\/php-fig\/container\/issues",
    535                 "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.1"
     535                "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.2"
    536536            },
    537537            "install-path": "..\/psr\/container"
  • ecomail/tags/1.0.7/deps/composer/installed.php

    r2620837 r2625363  
    33namespace EcomailDeps;
    44
    5 return array('root' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'name' => '__root__', 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'dev_requirement' => \false), 'doctrine/collections' => array('pretty_version' => '1.6.8', 'version' => '1.6.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/collections', 'aliases' => array(), 'reference' => '1958a744696c6bb3bb0d28db2611dc11610e78af', 'dev_requirement' => \false), 'ecomailcz/ecomail' => array('pretty_version' => 'dev-add-event', 'version' => 'dev-add-event', 'type' => 'library', 'install_path' => __DIR__ . '/../ecomailcz/ecomail', 'aliases' => array(), 'reference' => '27af61dac680cdd543f7c2ba0524ae34f6cd233b', 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '2.3.5', 'version' => '2.3.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'reference' => 'fd4380d6fc37626e2f799f29d91195040137eba9', 'dev_requirement' => \false), 'opis/closure' => array('pretty_version' => '3.6.2', 'version' => '3.6.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../opis/closure', 'aliases' => array(), 'reference' => '06e2ebd25f2869e54a306dda991f7db58066f7f6', 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'reference' => '5214cbe5aad066022cd845dbf313f0e47aed928f', 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '6.3.5', 'version' => '6.3.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'reference' => 'b8126d066ce144765300ee0ab040c1ed6c9ef588', 'dev_requirement' => \false), 'php-di/phpdoc-reader' => array('pretty_version' => '2.2.1', 'version' => '2.2.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/phpdoc-reader', 'aliases' => array(), 'reference' => '66daff34cbd2627740ffec9469ffbac9f8c8185c', 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0 || 2.0.0 || 3.0.0')), 'wpify/core' => array('pretty_version' => '5.0.x-dev', 'version' => '5.0.9999999.9999999-dev', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/core', 'aliases' => array(), 'reference' => '2e9a247de0295641918d096d78b40835e9a97b4c', 'dev_requirement' => \false), 'wpify/custom-fields' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/custom-fields', 'aliases' => array(), 'reference' => '5a358e9ba05478d9fb7f780a57fc19a2bbec65a3', 'dev_requirement' => \false)));
     5return array('root' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'name' => '__root__', 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'dev_requirement' => \false), 'doctrine/collections' => array('pretty_version' => '1.6.8', 'version' => '1.6.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/collections', 'aliases' => array(), 'reference' => '1958a744696c6bb3bb0d28db2611dc11610e78af', 'dev_requirement' => \false), 'ecomailcz/ecomail' => array('pretty_version' => 'dev-add-event', 'version' => 'dev-add-event', 'type' => 'library', 'install_path' => __DIR__ . '/../ecomailcz/ecomail', 'aliases' => array(), 'reference' => '27af61dac680cdd543f7c2ba0524ae34f6cd233b', 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '2.3.5', 'version' => '2.3.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'reference' => 'fd4380d6fc37626e2f799f29d91195040137eba9', 'dev_requirement' => \false), 'opis/closure' => array('pretty_version' => '3.6.2', 'version' => '3.6.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../opis/closure', 'aliases' => array(), 'reference' => '06e2ebd25f2869e54a306dda991f7db58066f7f6', 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'reference' => '5214cbe5aad066022cd845dbf313f0e47aed928f', 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '6.3.5', 'version' => '6.3.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'reference' => 'b8126d066ce144765300ee0ab040c1ed6c9ef588', 'dev_requirement' => \false), 'php-di/phpdoc-reader' => array('pretty_version' => '2.2.1', 'version' => '2.2.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/phpdoc-reader', 'aliases' => array(), 'reference' => '66daff34cbd2627740ffec9469ffbac9f8c8185c', 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.1.2', 'version' => '1.1.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea', 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0 || 2.0.0 || 3.0.0')), 'wpify/core' => array('pretty_version' => '5.0.x-dev', 'version' => '5.0.9999999.9999999-dev', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/core', 'aliases' => array(), 'reference' => '2e9a247de0295641918d096d78b40835e9a97b4c', 'dev_requirement' => \false), 'wpify/custom-fields' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/custom-fields', 'aliases' => array(), 'reference' => '5a358e9ba05478d9fb7f780a57fc19a2bbec65a3', 'dev_requirement' => \false)));
  • ecomail/tags/1.0.7/deps/psr/container/composer.json

    r2620837 r2625363  
    1919    ],
    2020    "require": {
    21         "php": ">=7.2.0"
     21        "php": ">=7.4.0"
    2222    },
    2323    "autoload": {
  • ecomail/tags/1.0.7/deps/psr/container/src/ContainerExceptionInterface.php

    r2620837 r2625363  
    33namespace EcomailDeps\Psr\Container;
    44
     5use Throwable;
    56/**
    67 * Base interface representing a generic exception in a container.
    78 */
    8 interface ContainerExceptionInterface
     9interface ContainerExceptionInterface extends Throwable
    910{
    1011}
  • ecomail/tags/1.0.7/ecomail.php

    r2620837 r2625363  
    55 * Plugin Name:       Ecomail
    66 * Description:       Official Ecomail integration for WordPress and WooCommerce
    7  * Version:           1.0.6
     7 * Version:           1.0.7
    88 * Requires PHP:      7.3.0
    99 * Requires at least: 5.3.0
  • ecomail/tags/1.0.7/readme.txt

    r2620837 r2625363  
    66Tested up to: 5.7
    77Requires PHP: 7.3
    8 Stable tag: 1.0.6
     8Stable tag: 1.0.7
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3939
    4040== Changelog ==
     41= 1.0.7 =
     42* Fix order line item category
    4143
    4244= 1.0.4 - 1.0.6 =
  • ecomail/tags/1.0.7/src/Models/WooOrderModel.php

    r2541789 r2625363  
    44
    55use EcomailDeps\Wpify\Core\Abstracts\AbstractWooOrderModel;
     6use EcomailDeps\Wpify\Core\Models\WooOrderItemProductModel;
    67
    78class WooOrderModel extends AbstractWooOrderModel {
     
    9697
    9798        foreach ( $this->get_line_items() as $item ) {
     99            /** @var WooOrderItemProductModel $item */
    98100            $category = '';
    99             foreach ( wp_get_post_terms( get_the_id(), 'product_cat' ) as $term ) {
     101            foreach ( wp_get_post_terms( $item->get_product_id(), 'product_cat' ) as $term ) {
    100102                $category = $term->name;
    101103                break;
    102104            }
     105
    103106            $data['transaction_items'][] = array(
    104107                'code'     => $item->get_sku() ?? $item->get_product_id(),
  • ecomail/tags/1.0.7/src/Plugin.php

    r2620837 r2625363  
    2222class Plugin extends AbstractPlugin {
    2323    /** Plugin version */
    24     public const VERSION = '1.0.6';
     24    public const VERSION = '1.0.7';
    2525
    2626    /** Plugin slug name */
  • ecomail/tags/1.0.7/vendor/autoload.php

    r2620837 r2625363  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitde84ab099513b42f5d8ad1690b263db0::getLoader();
     7return ComposerAutoloaderInit6da054a36b78ab1f73390161805abf5f::getLoader();
  • ecomail/tags/1.0.7/vendor/composer/InstalledVersions.php

    r2620788 r2625363  
    2525class InstalledVersions
    2626{
     27    /**
     28     * @var mixed[]|null
     29     * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null
     30     */
    2731    private static $installed;
     32
     33    /**
     34     * @var bool|null
     35     */
    2836    private static $canGetVendors;
     37
     38    /**
     39     * @var array[]
     40     * @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
     41     */
    2942    private static $installedByVendor = array();
    3043
  • ecomail/tags/1.0.7/vendor/composer/autoload_real.php

    r2620837 r2625363  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitde84ab099513b42f5d8ad1690b263db0
     5class ComposerAutoloaderInit6da054a36b78ab1f73390161805abf5f
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInitde84ab099513b42f5d8ad1690b263db0', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit6da054a36b78ab1f73390161805abf5f', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInitde84ab099513b42f5d8ad1690b263db0', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit6da054a36b78ab1f73390161805abf5f', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInitde84ab099513b42f5d8ad1690b263db0::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit6da054a36b78ab1f73390161805abf5f::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
  • ecomail/tags/1.0.7/vendor/composer/autoload_static.php

    r2620837 r2625363  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitde84ab099513b42f5d8ad1690b263db0
     7class ComposerStaticInit6da054a36b78ab1f73390161805abf5f
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    4242    {
    4343        return \Closure::bind(function () use ($loader) {
    44             $loader->prefixLengthsPsr4 = ComposerStaticInitde84ab099513b42f5d8ad1690b263db0::$prefixLengthsPsr4;
    45             $loader->prefixDirsPsr4 = ComposerStaticInitde84ab099513b42f5d8ad1690b263db0::$prefixDirsPsr4;
    46             $loader->classMap = ComposerStaticInitde84ab099513b42f5d8ad1690b263db0::$classMap;
     44            $loader->prefixLengthsPsr4 = ComposerStaticInit6da054a36b78ab1f73390161805abf5f::$prefixLengthsPsr4;
     45            $loader->prefixDirsPsr4 = ComposerStaticInit6da054a36b78ab1f73390161805abf5f::$prefixDirsPsr4;
     46            $loader->classMap = ComposerStaticInit6da054a36b78ab1f73390161805abf5f::$classMap;
    4747
    4848        }, null, ClassLoader::class);
  • ecomail/tags/1.0.7/vendor/composer/installed.php

    r2620837 r2625363  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => '1.0.6',
    4         'version' => '1.0.6.0',
     3        'pretty_version' => '1.0.7',
     4        'version' => '1.0.7.0',
    55        'type' => 'project',
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '6dc6688336147db8c844985a285c1fabc70260af',
     8        'reference' => 'f7719ba7141243c4f7506cafacbbd4b2e902ea11',
    99        'name' => 'ecomailcz/ecomail-woocommerce',
    1010        'dev' => false,
     
    1212    'versions' => array(
    1313        'ecomailcz/ecomail-woocommerce' => array(
    14             'pretty_version' => '1.0.6',
    15             'version' => '1.0.6.0',
     14            'pretty_version' => '1.0.7',
     15            'version' => '1.0.7.0',
    1616            'type' => 'project',
    1717            'install_path' => __DIR__ . '/../../',
    1818            'aliases' => array(),
    19             'reference' => '6dc6688336147db8c844985a285c1fabc70260af',
     19            'reference' => 'f7719ba7141243c4f7506cafacbbd4b2e902ea11',
    2020            'dev_requirement' => false,
    2121        ),
  • ecomail/trunk/deps/autoload.php

    r2620837 r2625363  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitd984079cf7b2e02205fb06e5dbb65c4d::getLoader();
     7return ComposerAutoloaderInit05f1df44fe6002fc6b7a3c25927fbd41::getLoader();
  • ecomail/trunk/deps/composer/InstalledVersions.php

    r2620837 r2625363  
    2323class InstalledVersions
    2424{
     25    /**
     26     * @var mixed[]|null
     27     * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null
     28     */
    2529    private static $installed;
     30    /**
     31     * @var bool|null
     32     */
    2633    private static $canGetVendors;
     34    /**
     35     * @var array[]
     36     * @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
     37     */
    2738    private static $installedByVendor = array();
    2839    /**
  • ecomail/trunk/deps/composer/autoload_real.php

    r2620837 r2625363  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitd984079cf7b2e02205fb06e5dbb65c4d
     5class ComposerAutoloaderInit05f1df44fe6002fc6b7a3c25927fbd41
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInitd984079cf7b2e02205fb06e5dbb65c4d', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit05f1df44fe6002fc6b7a3c25927fbd41', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInitd984079cf7b2e02205fb06e5dbb65c4d', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit05f1df44fe6002fc6b7a3c25927fbd41', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5252
    5353        if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d::$files;
     54            $includeFiles = Composer\Autoload\ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41::$files;
    5555        } else {
    5656            $includeFiles = require __DIR__ . '/autoload_files.php';
    5757        }
    5858        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequired984079cf7b2e02205fb06e5dbb65c4d($fileIdentifier, $file);
     59            composerRequire05f1df44fe6002fc6b7a3c25927fbd41($fileIdentifier, $file);
    6060        }
    6161
     
    6464}
    6565
    66 function composerRequired984079cf7b2e02205fb06e5dbb65c4d($fileIdentifier, $file)
     66function composerRequire05f1df44fe6002fc6b7a3c25927fbd41($fileIdentifier, $file)
    6767{
    6868    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • ecomail/trunk/deps/composer/autoload_static.php

    r2620837 r2625363  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d
     7class ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41
    88{
    99    public static $files = array (
     
    379379    {
    380380        return \Closure::bind(function () use ($loader) {
    381             $loader->prefixLengthsPsr4 = ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d::$prefixLengthsPsr4;
    382             $loader->prefixDirsPsr4 = ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d::$prefixDirsPsr4;
    383             $loader->classMap = ComposerStaticInitd984079cf7b2e02205fb06e5dbb65c4d::$classMap;
     381            $loader->prefixLengthsPsr4 = ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41::$prefixLengthsPsr4;
     382            $loader->prefixDirsPsr4 = ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41::$prefixDirsPsr4;
     383            $loader->classMap = ComposerStaticInit05f1df44fe6002fc6b7a3c25927fbd41::$classMap;
    384384
    385385        }, null, ClassLoader::class);
  • ecomail/trunk/deps/composer/installed.json

    r2620837 r2625363  
    488488        {
    489489            "name": "psr\/container",
    490             "version": "1.1.1",
    491             "version_normalized": "1.1.1.0",
     490            "version": "1.1.2",
     491            "version_normalized": "1.1.2.0",
    492492            "source": {
    493493                "type": "git",
    494494                "url": "https:\/\/github.com\/php-fig\/container.git",
    495                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
    496             },
    497             "dist": {
    498                 "type": "zip",
    499                 "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/8622567409010282b7aeebe4bb841fe98b58dcaf",
    500                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
    501                 "shasum": ""
    502             },
    503             "require": {
    504                 "php": ">=7.2.0"
    505             },
    506             "time": "2021-03-05T17:36:06+00:00",
     495                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
     496            },
     497            "dist": {
     498                "type": "zip",
     499                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/513e0666f7216c7459170d56df27dfcefe1689ea",
     500                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
     501                "shasum": ""
     502            },
     503            "require": {
     504                "php": ">=7.4.0"
     505            },
     506            "time": "2021-11-05T16:50:12+00:00",
    507507            "type": "library",
    508508            "installation-source": "dist",
     
    533533            "support": {
    534534                "issues": "https:\/\/github.com\/php-fig\/container\/issues",
    535                 "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.1"
     535                "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.2"
    536536            },
    537537            "install-path": "..\/psr\/container"
  • ecomail/trunk/deps/composer/installed.php

    r2620837 r2625363  
    33namespace EcomailDeps;
    44
    5 return array('root' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'name' => '__root__', 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'dev_requirement' => \false), 'doctrine/collections' => array('pretty_version' => '1.6.8', 'version' => '1.6.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/collections', 'aliases' => array(), 'reference' => '1958a744696c6bb3bb0d28db2611dc11610e78af', 'dev_requirement' => \false), 'ecomailcz/ecomail' => array('pretty_version' => 'dev-add-event', 'version' => 'dev-add-event', 'type' => 'library', 'install_path' => __DIR__ . '/../ecomailcz/ecomail', 'aliases' => array(), 'reference' => '27af61dac680cdd543f7c2ba0524ae34f6cd233b', 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '2.3.5', 'version' => '2.3.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'reference' => 'fd4380d6fc37626e2f799f29d91195040137eba9', 'dev_requirement' => \false), 'opis/closure' => array('pretty_version' => '3.6.2', 'version' => '3.6.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../opis/closure', 'aliases' => array(), 'reference' => '06e2ebd25f2869e54a306dda991f7db58066f7f6', 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'reference' => '5214cbe5aad066022cd845dbf313f0e47aed928f', 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '6.3.5', 'version' => '6.3.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'reference' => 'b8126d066ce144765300ee0ab040c1ed6c9ef588', 'dev_requirement' => \false), 'php-di/phpdoc-reader' => array('pretty_version' => '2.2.1', 'version' => '2.2.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/phpdoc-reader', 'aliases' => array(), 'reference' => '66daff34cbd2627740ffec9469ffbac9f8c8185c', 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0 || 2.0.0 || 3.0.0')), 'wpify/core' => array('pretty_version' => '5.0.x-dev', 'version' => '5.0.9999999.9999999-dev', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/core', 'aliases' => array(), 'reference' => '2e9a247de0295641918d096d78b40835e9a97b4c', 'dev_requirement' => \false), 'wpify/custom-fields' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/custom-fields', 'aliases' => array(), 'reference' => '5a358e9ba05478d9fb7f780a57fc19a2bbec65a3', 'dev_requirement' => \false)));
     5return array('root' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'name' => '__root__', 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'reference' => \NULL, 'dev_requirement' => \false), 'doctrine/collections' => array('pretty_version' => '1.6.8', 'version' => '1.6.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/collections', 'aliases' => array(), 'reference' => '1958a744696c6bb3bb0d28db2611dc11610e78af', 'dev_requirement' => \false), 'ecomailcz/ecomail' => array('pretty_version' => 'dev-add-event', 'version' => 'dev-add-event', 'type' => 'library', 'install_path' => __DIR__ . '/../ecomailcz/ecomail', 'aliases' => array(), 'reference' => '27af61dac680cdd543f7c2ba0524ae34f6cd233b', 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '2.3.5', 'version' => '2.3.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'reference' => 'fd4380d6fc37626e2f799f29d91195040137eba9', 'dev_requirement' => \false), 'opis/closure' => array('pretty_version' => '3.6.2', 'version' => '3.6.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../opis/closure', 'aliases' => array(), 'reference' => '06e2ebd25f2869e54a306dda991f7db58066f7f6', 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.2', 'version' => '2.3.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'reference' => '5214cbe5aad066022cd845dbf313f0e47aed928f', 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '6.3.5', 'version' => '6.3.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'reference' => 'b8126d066ce144765300ee0ab040c1ed6c9ef588', 'dev_requirement' => \false), 'php-di/phpdoc-reader' => array('pretty_version' => '2.2.1', 'version' => '2.2.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/phpdoc-reader', 'aliases' => array(), 'reference' => '66daff34cbd2627740ffec9469ffbac9f8c8185c', 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.1.2', 'version' => '1.1.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea', 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0 || 2.0.0 || 3.0.0')), 'wpify/core' => array('pretty_version' => '5.0.x-dev', 'version' => '5.0.9999999.9999999-dev', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/core', 'aliases' => array(), 'reference' => '2e9a247de0295641918d096d78b40835e9a97b4c', 'dev_requirement' => \false), 'wpify/custom-fields' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/custom-fields', 'aliases' => array(), 'reference' => '5a358e9ba05478d9fb7f780a57fc19a2bbec65a3', 'dev_requirement' => \false)));
  • ecomail/trunk/deps/psr/container/composer.json

    r2620837 r2625363  
    1919    ],
    2020    "require": {
    21         "php": ">=7.2.0"
     21        "php": ">=7.4.0"
    2222    },
    2323    "autoload": {
  • ecomail/trunk/deps/psr/container/src/ContainerExceptionInterface.php

    r2620837 r2625363  
    33namespace EcomailDeps\Psr\Container;
    44
     5use Throwable;
    56/**
    67 * Base interface representing a generic exception in a container.
    78 */
    8 interface ContainerExceptionInterface
     9interface ContainerExceptionInterface extends Throwable
    910{
    1011}
  • ecomail/trunk/ecomail.php

    r2620837 r2625363  
    55 * Plugin Name:       Ecomail
    66 * Description:       Official Ecomail integration for WordPress and WooCommerce
    7  * Version:           1.0.6
     7 * Version:           1.0.7
    88 * Requires PHP:      7.3.0
    99 * Requires at least: 5.3.0
  • ecomail/trunk/readme.txt

    r2620837 r2625363  
    66Tested up to: 5.7
    77Requires PHP: 7.3
    8 Stable tag: 1.0.6
     8Stable tag: 1.0.7
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3939
    4040== Changelog ==
     41= 1.0.7 =
     42* Fix order line item category
    4143
    4244= 1.0.4 - 1.0.6 =
  • ecomail/trunk/src/Models/WooOrderModel.php

    r2541789 r2625363  
    44
    55use EcomailDeps\Wpify\Core\Abstracts\AbstractWooOrderModel;
     6use EcomailDeps\Wpify\Core\Models\WooOrderItemProductModel;
    67
    78class WooOrderModel extends AbstractWooOrderModel {
     
    9697
    9798        foreach ( $this->get_line_items() as $item ) {
     99            /** @var WooOrderItemProductModel $item */
    98100            $category = '';
    99             foreach ( wp_get_post_terms( get_the_id(), 'product_cat' ) as $term ) {
     101            foreach ( wp_get_post_terms( $item->get_product_id(), 'product_cat' ) as $term ) {
    100102                $category = $term->name;
    101103                break;
    102104            }
     105
    103106            $data['transaction_items'][] = array(
    104107                'code'     => $item->get_sku() ?? $item->get_product_id(),
  • ecomail/trunk/src/Plugin.php

    r2620837 r2625363  
    2222class Plugin extends AbstractPlugin {
    2323    /** Plugin version */
    24     public const VERSION = '1.0.6';
     24    public const VERSION = '1.0.7';
    2525
    2626    /** Plugin slug name */
  • ecomail/trunk/vendor/autoload.php

    r2620837 r2625363  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitde84ab099513b42f5d8ad1690b263db0::getLoader();
     7return ComposerAutoloaderInit6da054a36b78ab1f73390161805abf5f::getLoader();
  • ecomail/trunk/vendor/composer/InstalledVersions.php

    r2620788 r2625363  
    2525class InstalledVersions
    2626{
     27    /**
     28     * @var mixed[]|null
     29     * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null
     30     */
    2731    private static $installed;
     32
     33    /**
     34     * @var bool|null
     35     */
    2836    private static $canGetVendors;
     37
     38    /**
     39     * @var array[]
     40     * @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
     41     */
    2942    private static $installedByVendor = array();
    3043
  • ecomail/trunk/vendor/composer/autoload_real.php

    r2620837 r2625363  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitde84ab099513b42f5d8ad1690b263db0
     5class ComposerAutoloaderInit6da054a36b78ab1f73390161805abf5f
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInitde84ab099513b42f5d8ad1690b263db0', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit6da054a36b78ab1f73390161805abf5f', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInitde84ab099513b42f5d8ad1690b263db0', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit6da054a36b78ab1f73390161805abf5f', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInitde84ab099513b42f5d8ad1690b263db0::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit6da054a36b78ab1f73390161805abf5f::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
  • ecomail/trunk/vendor/composer/autoload_static.php

    r2620837 r2625363  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitde84ab099513b42f5d8ad1690b263db0
     7class ComposerStaticInit6da054a36b78ab1f73390161805abf5f
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    4242    {
    4343        return \Closure::bind(function () use ($loader) {
    44             $loader->prefixLengthsPsr4 = ComposerStaticInitde84ab099513b42f5d8ad1690b263db0::$prefixLengthsPsr4;
    45             $loader->prefixDirsPsr4 = ComposerStaticInitde84ab099513b42f5d8ad1690b263db0::$prefixDirsPsr4;
    46             $loader->classMap = ComposerStaticInitde84ab099513b42f5d8ad1690b263db0::$classMap;
     44            $loader->prefixLengthsPsr4 = ComposerStaticInit6da054a36b78ab1f73390161805abf5f::$prefixLengthsPsr4;
     45            $loader->prefixDirsPsr4 = ComposerStaticInit6da054a36b78ab1f73390161805abf5f::$prefixDirsPsr4;
     46            $loader->classMap = ComposerStaticInit6da054a36b78ab1f73390161805abf5f::$classMap;
    4747
    4848        }, null, ClassLoader::class);
  • ecomail/trunk/vendor/composer/installed.php

    r2620837 r2625363  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => '1.0.6',
    4         'version' => '1.0.6.0',
     3        'pretty_version' => '1.0.7',
     4        'version' => '1.0.7.0',
    55        'type' => 'project',
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '6dc6688336147db8c844985a285c1fabc70260af',
     8        'reference' => 'f7719ba7141243c4f7506cafacbbd4b2e902ea11',
    99        'name' => 'ecomailcz/ecomail-woocommerce',
    1010        'dev' => false,
     
    1212    'versions' => array(
    1313        'ecomailcz/ecomail-woocommerce' => array(
    14             'pretty_version' => '1.0.6',
    15             'version' => '1.0.6.0',
     14            'pretty_version' => '1.0.7',
     15            'version' => '1.0.7.0',
    1616            'type' => 'project',
    1717            'install_path' => __DIR__ . '/../../',
    1818            'aliases' => array(),
    19             'reference' => '6dc6688336147db8c844985a285c1fabc70260af',
     19            'reference' => 'f7719ba7141243c4f7506cafacbbd4b2e902ea11',
    2020            'dev_requirement' => false,
    2121        ),
Note: See TracChangeset for help on using the changeset viewer.