Plugin Directory

Changeset 3208332


Ignore:
Timestamp:
12/16/2024 05:35:00 AM (16 months ago)
Author:
elemailer
Message:

Update to version 2.5 from GitHub

Location:
elemailer-lite
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • elemailer-lite/tags/2.5/elemailer-lite.php

    r3189868 r3208332  
    66 * Plugin URI:  https://elemailer.com/
    77 * Description: Elementor Email template & campaign builder for WordPress
    8  * Version: 2.4
     8 * Version: 2.5
    99 * Author: elemailer
    1010 * Author URI:  https://elemailer.com/
  • elemailer-lite/tags/2.5/languages/elemailer-lite.pot

    r3189868 r3208332  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Elemailer Lite 2.4\n"
     5"Project-Id-Version: Elemailer Lite 2.5\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elemailer-lite\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-11-15T21:43:38+00:00\n"
     12"POT-Creation-Date: 2024-12-16T04:44:11+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
  • elemailer-lite/tags/2.5/plugin.php

    r3189868 r3208332  
    3232        $this->define_constant();
    3333        Autoloader::run();
    34         add_action( 'plugins_loaded', [ $this, 'load_textdomain' ] );
     34        add_action( 'init', [ $this, 'load_textdomain' ] ); // plugins_loaded causing issue with latest wp 6.7.0
    3535    }
    3636
     
    4343    public function define_constant()
    4444    {
    45         define( 'ELE_MAILER_LITE_VERSION', '2.4' );
     45        define( 'ELE_MAILER_LITE_VERSION', '2.5' );
    4646        define( 'ELE_MAILER_LITE_PACKAGE', 'free' );
    4747        define( 'ELE_MAILER_LITE_PLUGIN_URL', trailingslashit(plugin_dir_url(__FILE__ ) ) );
  • elemailer-lite/tags/2.5/public/assets/css/style.css

    r3018387 r3208332  
    172172    overflow: auto;
    173173}
     174.elementor-location-floating_buttons{
     175    display: none;
     176}
  • elemailer-lite/tags/2.5/readme.txt

    r3189868 r3208332  
    33Tags: email, cf7, email template, elementor addons, email marketing, email template builder, elementor, contact form 7, email design, woocommerce email customizer, free email builder, ai
    44Requires at least: 4.5
    5 Tested up to: 6.7
     5Tested up to: 6.7.1
    66Requires PHP: 7.2
    7 Stable tag: 2.4
     7Stable tag: 2.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    147147
    148148== Changelog ==
     149= 2.5 =
     150* Fix: Compatilbity with latest wp release
     151* Fix: Broken Floating icon visible in editor
    149152= 2.4 =
    150153* Fix: Compatilbity with latest wp release and elementor fatal error
  • elemailer-lite/trunk/elemailer-lite.php

    r3189868 r3208332  
    66 * Plugin URI:  https://elemailer.com/
    77 * Description: Elementor Email template & campaign builder for WordPress
    8  * Version: 2.4
     8 * Version: 2.5
    99 * Author: elemailer
    1010 * Author URI:  https://elemailer.com/
  • elemailer-lite/trunk/languages/elemailer-lite.pot

    r3189868 r3208332  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Elemailer Lite 2.4\n"
     5"Project-Id-Version: Elemailer Lite 2.5\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elemailer-lite\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-11-15T21:43:38+00:00\n"
     12"POT-Creation-Date: 2024-12-16T04:44:11+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
  • elemailer-lite/trunk/plugin.php

    r3189868 r3208332  
    3232        $this->define_constant();
    3333        Autoloader::run();
    34         add_action( 'plugins_loaded', [ $this, 'load_textdomain' ] );
     34        add_action( 'init', [ $this, 'load_textdomain' ] ); // plugins_loaded causing issue with latest wp 6.7.0
    3535    }
    3636
     
    4343    public function define_constant()
    4444    {
    45         define( 'ELE_MAILER_LITE_VERSION', '2.4' );
     45        define( 'ELE_MAILER_LITE_VERSION', '2.5' );
    4646        define( 'ELE_MAILER_LITE_PACKAGE', 'free' );
    4747        define( 'ELE_MAILER_LITE_PLUGIN_URL', trailingslashit(plugin_dir_url(__FILE__ ) ) );
  • elemailer-lite/trunk/public/assets/css/style.css

    r3018387 r3208332  
    172172    overflow: auto;
    173173}
     174.elementor-location-floating_buttons{
     175    display: none;
     176}
  • elemailer-lite/trunk/readme.txt

    r3189868 r3208332  
    33Tags: email, cf7, email template, elementor addons, email marketing, email template builder, elementor, contact form 7, email design, woocommerce email customizer, free email builder, ai
    44Requires at least: 4.5
    5 Tested up to: 6.7
     5Tested up to: 6.7.1
    66Requires PHP: 7.2
    7 Stable tag: 2.4
     7Stable tag: 2.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    147147
    148148== Changelog ==
     149= 2.5 =
     150* Fix: Compatilbity with latest wp release
     151* Fix: Broken Floating icon visible in editor
    149152= 2.4 =
    150153* Fix: Compatilbity with latest wp release and elementor fatal error
Note: See TracChangeset for help on using the changeset viewer.