Plugin Directory

Changeset 3233395


Ignore:
Timestamp:
02/02/2025 01:25:22 PM (14 months ago)
Author:
easymailing
Message:

Update to version 1.2.2 from GitHub

Location:
official-easymailing
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • official-easymailing/tags/1.2.2/easymailing-official.php

    r3233372 r3233395  
    44 * Plugin Name: Official Easymailing
    55 * Plugin URI: https://github.com/easymailing/wordpress-plugin
    6  * Description: The official Easymailing plugin for WordPress, designed to integrate subscription forms, sync WooCommerce data (customers, orders, products, and categories), and manage GDPR compliance. Includes full compatibility with Elementor and WooCommerce, enabling seamless audience synchronization, e-commerce tracking, and advanced email marketing features.
    7  * Version: 1.2.1
     6 * Description: Official Easymailing plugin for WordPress to sync WooCommerce, integrate Easymailing forms and Elementor, manage GDPR, and enhance email marketing.
     7 * Version: 1.2.2
    88 * Author: Easymailing
    99 * Author URI: https://easymailing.com
     
    3636defined('ABSPATH') or die('You have not access to this file');
    3737
    38 define('EASYMAILING_OFFICIAL_VERSION', '1.2.1');
     38define('EASYMAILING_OFFICIAL_VERSION', '1.2.2');
    3939
    4040// Require once the Composer Autoload
  • official-easymailing/tags/1.2.2/readme.txt

    r3233372 r3233395  
    66Tested up to: 6.7.1
    77Requires PHP: 7.1
    8 Stable tag: 1.2.1
     8Stable tag: 1.2.2
    99License: GPL 2+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    105105
    106106== Changelog ==
     107= 1.2.2 =
     108* Fix: Changed plugin description to comply with WordPress guidelines.
     109
    107110= 1.2.1 =
    108111* Fix: Changed plugin description and tags to comply with WordPress guidelines.
  • official-easymailing/tags/1.2.2/vendor/composer/installed.php

    r3233372 r3233395  
    22    'root' => array(
    33        'name' => 'easymailing/wordpress-plugin',
    4         'pretty_version' => 'v1.2.1',
    5         'version' => '1.2.1.0',
    6         'reference' => '9914f9742f6693524b8e7fd85a4b81cc98b4da36',
     4        'pretty_version' => 'v1.2.2',
     5        'version' => '1.2.2.0',
     6        'reference' => 'b58c345f1d8a04a6fd876a2cce2498a1f11c5887',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'easymailing/wordpress-plugin' => array(
    23             'pretty_version' => 'v1.2.1',
    24             'version' => '1.2.1.0',
    25             'reference' => '9914f9742f6693524b8e7fd85a4b81cc98b4da36',
     23            'pretty_version' => 'v1.2.2',
     24            'version' => '1.2.2.0',
     25            'reference' => 'b58c345f1d8a04a6fd876a2cce2498a1f11c5887',
    2626            'type' => 'project',
    2727            'install_path' => __DIR__ . '/../../',
  • official-easymailing/trunk/easymailing-official.php

    r3233372 r3233395  
    44 * Plugin Name: Official Easymailing
    55 * Plugin URI: https://github.com/easymailing/wordpress-plugin
    6  * Description: The official Easymailing plugin for WordPress, designed to integrate subscription forms, sync WooCommerce data (customers, orders, products, and categories), and manage GDPR compliance. Includes full compatibility with Elementor and WooCommerce, enabling seamless audience synchronization, e-commerce tracking, and advanced email marketing features.
    7  * Version: 1.2.1
     6 * Description: Official Easymailing plugin for WordPress to sync WooCommerce, integrate Easymailing forms and Elementor, manage GDPR, and enhance email marketing.
     7 * Version: 1.2.2
    88 * Author: Easymailing
    99 * Author URI: https://easymailing.com
     
    3636defined('ABSPATH') or die('You have not access to this file');
    3737
    38 define('EASYMAILING_OFFICIAL_VERSION', '1.2.1');
     38define('EASYMAILING_OFFICIAL_VERSION', '1.2.2');
    3939
    4040// Require once the Composer Autoload
  • official-easymailing/trunk/readme.txt

    r3233372 r3233395  
    66Tested up to: 6.7.1
    77Requires PHP: 7.1
    8 Stable tag: 1.2.1
     8Stable tag: 1.2.2
    99License: GPL 2+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    105105
    106106== Changelog ==
     107= 1.2.2 =
     108* Fix: Changed plugin description to comply with WordPress guidelines.
     109
    107110= 1.2.1 =
    108111* Fix: Changed plugin description and tags to comply with WordPress guidelines.
  • official-easymailing/trunk/vendor/composer/installed.php

    r3233372 r3233395  
    22    'root' => array(
    33        'name' => 'easymailing/wordpress-plugin',
    4         'pretty_version' => 'v1.2.1',
    5         'version' => '1.2.1.0',
    6         'reference' => '9914f9742f6693524b8e7fd85a4b81cc98b4da36',
     4        'pretty_version' => 'v1.2.2',
     5        'version' => '1.2.2.0',
     6        'reference' => 'b58c345f1d8a04a6fd876a2cce2498a1f11c5887',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'easymailing/wordpress-plugin' => array(
    23             'pretty_version' => 'v1.2.1',
    24             'version' => '1.2.1.0',
    25             'reference' => '9914f9742f6693524b8e7fd85a4b81cc98b4da36',
     23            'pretty_version' => 'v1.2.2',
     24            'version' => '1.2.2.0',
     25            'reference' => 'b58c345f1d8a04a6fd876a2cce2498a1f11c5887',
    2626            'type' => 'project',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.