Plugin Directory

Changeset 3148789


Ignore:
Timestamp:
09/09/2024 03:35:27 PM (19 months ago)
Author:
Mailjet
Message:

Updating trunk

Location:
mailjet-for-wordpress/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • mailjet-for-wordpress/trunk/CHANGELOG.md

    r3148228 r3148789  
    11## Changelog
     2
     3##### 6.1.1
     4- Fix PHP Fatal error:  Uncaught Error: Class 'MailjetWp\\MailjetPlugin\\Front\\Mailjet
    25
    36##### 6.1
  • mailjet-for-wordpress/trunk/README.md

    r3148228 r3148789  
    55- Requires at least: 4.4
    66- Tested up to: 6.6.1
    7 - Stable tag: 6.1
     7- Stable tag: 6.1.1
    88- Requires PHP: 7.4
    99- License: GPLv2 or later
     
    166166 - Added support Multisite settings across all sites. Now, you can use plugin settings from the main site on all your subdomains.
    167167
     168##### 6.1.1
     169- Fix PHP Fatal error:  Uncaught Error: Class 'MailjetWp\\MailjetPlugin\\Front\\Mailjet
     170
    168171##### 6.0.1
    169172* Removed old widget filter function `mailjet_subscription_widget_email_params`. It was deprecated and unsupported since we have Form Builder widget
  • mailjet-for-wordpress/trunk/readme.txt

    r3148228 r3148789  
    55- Requires at least: 4.4
    66- Tested up to: 6.6.1
    7 - Stable tag: 6.1
     7- Stable tag: 6.1.1
    88- Requires PHP: 7.4
    99- License: GPLv2 or later
  • mailjet-for-wordpress/trunk/src/includes/Mailjet.php

    r3148228 r3148789  
    6464            $this->version = MAILJET_VERSION;
    6565        } else {
    66             $this->version = '6.1';
     66            $this->version = '6.1.1';
    6767        }
    6868        $this->plugin_name = 'mailjet';
  • mailjet-for-wordpress/trunk/wp-mailjet.php

    r3148228 r3148789  
    5757 * Mailjet plugin version.
    5858 */
    59 define('MAILJET_VERSION', '6.1');
     59define('MAILJET_VERSION', '6.1.1');
    6060
    6161/**
Note: See TracChangeset for help on using the changeset viewer.