Plugin Directory

Changeset 2925231


Ignore:
Timestamp:
06/13/2023 10:53:25 AM (3 years ago)
Author:
mailup
Message:

v 1.2.3 fixed a bug about the registration form without opt-in email option with PHP version > 8.*

Location:
mailup-email-and-newsletter-subscription-form
Files:
199 added
10 edited

Legend:

Unmodified
Added
Removed
  • mailup-email-and-newsletter-subscription-form/trunk/README.txt

    r2902174 r2925231  
    55Tested up to: 6.2
    66Requires PHP: 7.2
    7 Stable tag: 1.2.2
     7Stable tag: 1.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    172172* [ENG] _Minor bug fixing._
    173173
     174= 1.2.3 =
     175* [ITA] Risolto un bug relativo al modulo di registrazione senza l'opzione di conferma via email con la versione PHP > 8.*.
     176* [ENG] _Fixed a bug related to registration form without email confirmation option with PHP version > 8.*._
     177
    174178== Upgrade Notice ==
    175179= 1.0.0 =
     
    192196* [ITA] Correzione di bug minori.
    193197* [ENG] _Minor bug fixing._
     198
     199= 1.2.3 =
     200* [ITA] Risolto un bug relativo al modulo di registrazione senza l'opzione di conferma via email con la versione PHP > 8.*.
     201* [ENG] _Fixed a bug related to registration form without email confirmation option with PHP version > 8.*._
    194202
    195203== Screenshots ==
  • mailup-email-and-newsletter-subscription-form/trunk/includes/class-mailup-requests.php

    r2822860 r2925231  
    234234    public function addRecipient($args)
    235235    {
     236        $params = [];
     237
    236238        $this->headers = [
    237239            'method' => 'POST',
  • mailup-email-and-newsletter-subscription-form/trunk/languages/mailup-en_GB.po

    r2846144 r2925231  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.2\n"
     5"Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n"
    77"Language-Team: \n"
  • mailup-email-and-newsletter-subscription-form/trunk/languages/mailup-en_US.po

    r2846144 r2925231  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.2\n"
     5"Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n"
    77"Language-Team: \n"
  • mailup-email-and-newsletter-subscription-form/trunk/languages/mailup-it_IT.po

    r2846144 r2925231  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.2\n"
     5"Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n"
    77"Language-Team: \n"
  • mailup-email-and-newsletter-subscription-form/trunk/languages/mailup.pot

    r2846144 r2925231  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MailUp - Email and Newsletter Subscription Form 1.2.2\n"
     5"Project-Id-Version: MailUp - Email and Newsletter Subscription Form 1.2.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • mailup-email-and-newsletter-subscription-form/trunk/mailup.php

    r2846144 r2925231  
    1010 *
    1111 * @link              https://integrations.mailup.com/it/wordpress/
    12  * @since             1.2.2
     12 * @since             1.2.3
    1313 * @package           Mailup
    1414 *
     
    1717 * Plugin URI:        https://integrations.mailup.com/it/wordpress/
    1818 // * Description:       The MailUp plugin for WordPress makes it easy to add a subscription form to a WordPress website and, to collect recipient for your email and sms campaigns. With the MailUp plugin you can easily create a sign-up form, personalise required fields and make it available your website or blog in few clicks.
    19  * Version:           1.2.2
     19 * Version:           1.2.3
    2020 * Author:            MailUp
    2121 * Author URI:        https://www.mailup.com
     
    3333/**
    3434 * Currently plugin version.
    35  * Start at version 1.2.2 and use SemVer - https://semver.org
     35 * Start at version 1.2.3 and use SemVer - https://semver.org
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    3838
    39 define('WPMUP_PLUGIN_VERSION', '1.2.2');
     39define('WPMUP_PLUGIN_VERSION', '1.2.3');
    4040
    4141define('WPMUP_PLUGIN', __FILE__);
Note: See TracChangeset for help on using the changeset viewer.