Changeset 2822868
- Timestamp:
- 11/23/2022 12:37:38 PM (3 years ago)
- Location:
- mailup-email-and-newsletter-subscription-form
- Files:
-
- 12 edited
-
tags/1.2.1/README.txt (modified) (1 diff)
-
tags/1.2.1/languages/mailup-en_GB.po (modified) (1 diff)
-
tags/1.2.1/languages/mailup-en_US.po (modified) (1 diff)
-
tags/1.2.1/languages/mailup-it_IT.po (modified) (1 diff)
-
tags/1.2.1/languages/mailup.pot (modified) (1 diff)
-
tags/1.2.1/mailup.php (modified) (3 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/languages/mailup-en_GB.po (modified) (1 diff)
-
trunk/languages/mailup-en_US.po (modified) (1 diff)
-
trunk/languages/mailup-it_IT.po (modified) (1 diff)
-
trunk/languages/mailup.pot (modified) (1 diff)
-
trunk/mailup.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailup-email-and-newsletter-subscription-form/tags/1.2.1/README.txt
r2822860 r2822868 164 164 * [ENG] _We fixed an issue with privacy groups. When they had more than 50 characters they were not created correctly. To ensure in the future the ability to create groups with many characters (max 45), we have renamed the privacy groups in "TC" no longer Terms and Conditions._ 165 165 166 = 1.2.1 = 167 * [ITA] Risolto un problema per cui uno stesso iscritto poteva ricevere più email di richiesta conferma iscrizione. Questa casistica si verificava quando il plugin era configurato per iscriversi su uno o più gruppi MailUp. 168 * [ENG] _We fixed an issue with confirmation request emails. In some cases, subscibers received more than one confirmation request email after submitting their data. This happened when the plugin was configured with one or more target groups on MailUp._ 169 166 170 == Upgrade Notice == 167 171 = 1.0.0 = -
mailup-email-and-newsletter-subscription-form/tags/1.2.1/languages/mailup-en_GB.po
r2822860 r2822868 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2. 0\n"5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n" 7 7 "Language-Team: \n" -
mailup-email-and-newsletter-subscription-form/tags/1.2.1/languages/mailup-en_US.po
r2822860 r2822868 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2. 0\n"5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n" 7 7 "Language-Team: \n" -
mailup-email-and-newsletter-subscription-form/tags/1.2.1/languages/mailup-it_IT.po
r2822860 r2822868 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2. 0\n"5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n" 7 7 "Language-Team: \n" -
mailup-email-and-newsletter-subscription-form/tags/1.2.1/languages/mailup.pot
r2822860 r2822868 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: MailUp - Email and Newsletter Subscription Form 1.2. 0\n"5 "Project-Id-Version: MailUp - Email and Newsletter Subscription Form 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
mailup-email-and-newsletter-subscription-form/tags/1.2.1/mailup.php
r2822860 r2822868 10 10 * 11 11 * @link https://integrations.mailup.com/it/wordpress/ 12 * @since 1.2. 012 * @since 1.2.1 13 13 * @package Mailup 14 14 * … … 17 17 * Plugin URI: https://integrations.mailup.com/it/wordpress/ 18 18 // * 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. 019 * Version: 1.2.1 20 20 * Author: MailUp 21 21 * Author URI: https://www.mailup.com … … 33 33 /** 34 34 * Currently plugin version. 35 * Start at version 1.2. 0and use SemVer - https://semver.org35 * Start at version 1.2.1 and use SemVer - https://semver.org 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 38 39 define('WPMUP_PLUGIN_VERSION', '1.2. 0');39 define('WPMUP_PLUGIN_VERSION', '1.2.1'); 40 40 41 41 define('WPMUP_PLUGIN', __FILE__); -
mailup-email-and-newsletter-subscription-form/trunk/README.txt
r2822860 r2822868 164 164 * [ENG] _We fixed an issue with privacy groups. When they had more than 50 characters they were not created correctly. To ensure in the future the ability to create groups with many characters (max 45), we have renamed the privacy groups in "TC" no longer Terms and Conditions._ 165 165 166 = 1.2.1 = 167 * [ITA] Risolto un problema per cui uno stesso iscritto poteva ricevere più email di richiesta conferma iscrizione. Questa casistica si verificava quando il plugin era configurato per iscriversi su uno o più gruppi MailUp. 168 * [ENG] _We fixed an issue with confirmation request emails. In some cases, subscibers received more than one confirmation request email after submitting their data. This happened when the plugin was configured with one or more target groups on MailUp._ 169 166 170 == Upgrade Notice == 167 171 = 1.0.0 = -
mailup-email-and-newsletter-subscription-form/trunk/languages/mailup-en_GB.po
r2646650 r2822868 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2. 0\n"5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n" 7 7 "Language-Team: \n" -
mailup-email-and-newsletter-subscription-form/trunk/languages/mailup-en_US.po
r2646650 r2822868 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2. 0\n"5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n" 7 7 "Language-Team: \n" -
mailup-email-and-newsletter-subscription-form/trunk/languages/mailup-it_IT.po
r2646650 r2822868 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2. 0\n"5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n" 7 7 "Language-Team: \n" -
mailup-email-and-newsletter-subscription-form/trunk/languages/mailup.pot
r2646650 r2822868 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: MailUp - Email and Newsletter Subscription Form 1.2. 0\n"5 "Project-Id-Version: MailUp - Email and Newsletter Subscription Form 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailup-email-and-newsletter-subscription-form\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
mailup-email-and-newsletter-subscription-form/trunk/mailup.php
r2646650 r2822868 10 10 * 11 11 * @link https://integrations.mailup.com/it/wordpress/ 12 * @since 1.2. 012 * @since 1.2.1 13 13 * @package Mailup 14 14 * … … 17 17 * Plugin URI: https://integrations.mailup.com/it/wordpress/ 18 18 // * 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. 019 * Version: 1.2.1 20 20 * Author: MailUp 21 21 * Author URI: https://www.mailup.com … … 33 33 /** 34 34 * Currently plugin version. 35 * Start at version 1.2. 0and use SemVer - https://semver.org35 * Start at version 1.2.1 and use SemVer - https://semver.org 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 38 39 define('WPMUP_PLUGIN_VERSION', '1.2. 0');39 define('WPMUP_PLUGIN_VERSION', '1.2.1'); 40 40 41 41 define('WPMUP_PLUGIN', __FILE__);
Note: See TracChangeset
for help on using the changeset viewer.