Plugin Directory

Changeset 3086351


Ignore:
Timestamp:
05/14/2024 08:53:56 AM (23 months ago)
Author:
mailup
Message:

release v. 1.2.7 code and note version

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

Legend:

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

    r3069671 r3086351  
    33Tags: email marketing, e-mail marketing, newsletter sending, newsletter marketing, email signup, e-mail sign-up, subscription form, subscribe form, registration form, sms signup, newsletter, email, smtp, bulk, sms, send, list, subscribe, form, marketing, widget, plugin, feedburner, subscription, email newsletter form, email widget, emails, newsletter form, newsletter plugin, newsletter signup, newsletter widget, newsletters, signup, iscrizione, mailup
    44Requires at least: 5.7.2
    5 Tested up to: 6.5.2
     5Tested up to: 6.5.3
    66Requires PHP: 7.2
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    148148== Changelog ==
    149149
     150= 1.2.7 =
     151* [ITA] Risolto un bug che causava il crash del sito web quando le API non erano raggiungibili.
     152* [ENG] _Fixed a bug that caused the website to crash when the APIs were unreachable._
     153
    150154= 1.2.6 =
    151155* [ITA]
     
    197201
    198202== Upgrade Notice ==
     203
     204= 1.2.7 =
     205* [ITA] Risolto un bug che causava il crash del sito web quando le API non erano raggiungibili.
     206* [ENG] _Fixed a bug that caused the website to crash when the APIs were unreachable._
    199207
    200208= 1.2.6 =
  • mailup-email-and-newsletter-subscription-form/trunk/admin/class-mailup-admin.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111
     
    2323     * The ID of this plugin.
    2424     *
    25      * @since  1.2.6
     25     * @since  1.2.7
    2626     *
    2727     * @var string the ID of this plugin
     
    3232     * The version of this plugin.
    3333     *
    34      * @since  1.2.6
     34     * @since  1.2.7
    3535     *
    3636     * @var string the current version of this plugin
     
    4949     * Initialize the class and set its properties.
    5050     *
    51      * @since 1.2.6
     51     * @since 1.2.7
    5252     *
    5353     * @param string $mailup  the name of this plugin
     
    6464     * Register the stylesheets for the admin area.
    6565     *
    66      * @since 1.2.6
     66     * @since 1.2.7
    6767     */
    6868    public function enqueue_styles(): void
     
    8686     * Register the JavaScript for the admin area.
    8787     *
    88      * @since 1.2.6
     88     * @since 1.2.7
    8989     *
    9090     * @param mixed $hook
  • mailup-email-and-newsletter-subscription-form/trunk/admin/partials/mailup-admin-display.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111?>
  • mailup-email-and-newsletter-subscription-form/trunk/admin/partials/mailup-admin-fields.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111?>
  • mailup-email-and-newsletter-subscription-form/trunk/admin/partials/mailup-login-platform.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111?>
  • mailup-email-and-newsletter-subscription-form/trunk/admin/partials/mailup-reset-tokens.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111?>
  • mailup-email-and-newsletter-subscription-form/trunk/includes/class-mailup-activator.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111
     
    1515 * This class defines all code necessary to run during the plugin's activation.
    1616 *
    17  * @since      1.2.6
     17 * @since      1.2.7
    1818 *
    1919 * @author     Your Name <email@example.com>
     
    2626     * Long Description.
    2727     *
    28      * @since 1.2.6
     28     * @since 1.2.7
    2929     */
    3030    public static function activate(): void
  • mailup-email-and-newsletter-subscription-form/trunk/includes/class-mailup-deactivator.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111
     
    1515 * This class defines all code necessary to run during the plugin's deactivation.
    1616 *
    17  * @since      1.2.6
     17 * @since      1.2.7
    1818 *
    1919 * @author     Your Name <email@example.com>
     
    2626     * Long Description.
    2727     *
    28      * @since 1.2.6
     28     * @since 1.2.7
    2929     */
    3030    public static function deactivate(): void
  • mailup-email-and-newsletter-subscription-form/trunk/includes/class-mailup-i18n.php

    r3036730 r3086351  
    1010 *
    1111 * @see  https://mailup.it
    12  * @since 1.2.6
     12 * @since 1.2.7
    1313 */
    1414
     
    1919 * so that it is ready for translation.
    2020 *
    21  * @since      1.2.6
     21 * @since      1.2.7
    2222 *
    2323 * @author     Your Name <email@example.com>
     
    2828     * Load the plugin text domain for translation.
    2929     *
    30      * @since 1.2.6
     30     * @since 1.2.7
    3131     */
    3232    public function load_plugin_textdomain(): void
  • mailup-email-and-newsletter-subscription-form/trunk/includes/class-mailup-loader.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111
     
    2424     * The array of actions registered with WordPress.
    2525     *
    26      * @since  1.2.6
     26     * @since  1.2.7
    2727     *
    2828     * @var array the actions registered with WordPress to fire when the plugin loads
     
    3333     * The array of filters registered with WordPress.
    3434     *
    35      * @since  1.2.6
     35     * @since  1.2.7
    3636     *
    3737     * @var array the filters registered with WordPress to fire when the plugin loads
     
    4242     * Initialize the collections used to maintain the actions and filters.
    4343     *
    44      * @since 1.2.6
     44     * @since 1.2.7
    4545     */
    4646    public function __construct()
     
    5353     * Add a new action to the collection to be registered with WordPress.
    5454     *
    55      * @since 1.2.6
     55     * @since 1.2.7
    5656     *
    5757     * @param string $hook          the name of the WordPress action that is being registered
     
    6969     * Add a new filter to the collection to be registered with WordPress.
    7070     *
    71      * @since 1.2.6
     71     * @since 1.2.7
    7272     *
    7373     * @param string $hook          the name of the WordPress filter that is being registered
     
    8585     * Register the filters and actions with WordPress.
    8686     *
    87      * @since 1.2.6
     87     * @since 1.2.7
    8888     */
    8989    public function run(): void
     
    102102     * collection.
    103103     *
    104      * @since  1.2.6
     104     * @since  1.2.7
    105105     *
    106106     * @param array  $hooks         the collection of hooks that is being registered (that is, actions or filters)
  • mailup-email-and-newsletter-subscription-form/trunk/includes/class-mailup-model.php

    r3036730 r3086351  
    88 * This class defines all code necessary to run during the plugin's activation.
    99 *
    10  * @since      1.2.6
     10 * @since      1.2.7
    1111 *
    1212 * @author     Your Name <email@example.com>
  • mailup-email-and-newsletter-subscription-form/trunk/includes/class-mailup-requests.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111
     
    1515 * This class defines all code necessary to run during the plugin's activation.
    1616 *
    17  * @since      1.2.6
     17 * @since      1.2.7
    1818 *
    1919 * @author     Your Name <email@example.com>
     
    318318                throw new \Exception('', $code);
    319319            }
    320             $error = json_decode($body);
    321             error_log(print_r($error, true));
    322 
    323             throw new \Exception($error->error_description, $code);
     320           
     321            if($code == 401){
     322                error_log(wp_remote_retrieve_response_message($resp));
     323                throw new \Exception(wp_remote_retrieve_response_message($resp), $code);
     324            }
     325            else{
     326                $error = json_decode($body);
     327                error_log(print_r($error, true));
     328                throw new \Exception($error->error_description, $code);
     329            }
    324330        }
    325331
  • mailup-email-and-newsletter-subscription-form/trunk/includes/class-mailup-tokens.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111
     
    1515 * This class defines all code necessary to run during the plugin's activation.
    1616 *
    17  * @since      1.2.6
     17 * @since      1.2.7
    1818 *
    1919 * @author     Your Name <email@example.com>
  • mailup-email-and-newsletter-subscription-form/trunk/includes/class-mailup.php

    r3036730 r3086351  
    1010 *
    1111 * @see  https://mailup.it
    12  * @since 1.2.6
     12 * @since 1.2.7
    1313 */
    1414
     
    2222 * version of the plugin.
    2323 *
    24  * @since      1.2.6
     24 * @since      1.2.7
    2525 *
    2626 * @author     Your Name <email@example.com>
     
    3232     * the plugin.
    3333     *
    34      * @since  1.2.6
     34     * @since  1.2.7
    3535     *
    3636     * @var Mailup_Loader maintains and registers all hooks for the plugin
     
    4141     * The unique identifier of this plugin.
    4242     *
    43      * @since  1.2.6
     43     * @since  1.2.7
    4444     *
    4545     * @var string the string used to uniquely identify this plugin
     
    5050     * The current version of the plugin.
    5151     *
    52      * @since  1.2.6
     52     * @since  1.2.7
    5353     *
    5454     * @var string the current version of the plugin
     
    6363     * the public-facing side of the site.
    6464     *
    65      * @since 1.2.6
     65     * @since 1.2.7
    6666     */
    6767    public function __construct()
     
    7070            $this->version = PLUGIN_NAME_VERSION;
    7171        } else {
    72             $this->version = '1.2.6';
     72            $this->version = '1.2.7';
    7373        }
    7474        $this->mailup = 'mailup';
     
    8585     * Run the loader to execute all of the hooks with WordPress.
    8686     *
    87      * @since 1.2.6
     87     * @since 1.2.7
    8888     */
    8989    public function run(): void
     
    9696     * WordPress and to define internationalization functionality.
    9797     *
    98      * @since  1.2.6
     98     * @since  1.2.7
    9999     *
    100100     * @return string the name of the plugin
     
    113113     * The reference to the class that orchestrates the hooks with the plugin.
    114114     *
    115      * @since  1.2.6
     115     * @since  1.2.7
    116116     *
    117117     * @return Mailup_Loader orchestrates the hooks of the plugin
     
    125125     * Retrieve the version number of the plugin.
    126126     *
    127      * @since  1.2.6
     127     * @since  1.2.7
    128128     *
    129129     * @return string the version number of the plugin
     
    147147     * with WordPress.
    148148     *
    149      * @since  1.2.6
     149     * @since  1.2.7
    150150     */
    151151    private function load_dependencies(): void
     
    183183     * with WordPress.
    184184     *
    185      * @since  1.2.6
     185     * @since  1.2.7
    186186     */
    187187    private function set_locale(): void
     
    196196     * of the plugin.
    197197     *
    198      * @since  1.2.6
     198     * @since  1.2.7
    199199     */
    200200    private function define_admin_hooks(): void
     
    218218     * of the plugin.
    219219     *
    220      * @since  1.2.6
     220     * @since  1.2.7
    221221     */
    222222    private function define_public_hooks(): void
  • mailup-email-and-newsletter-subscription-form/trunk/languages/mailup-en_GB.po

    r3036730 r3086351  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.6\n"
     5"Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.7\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

    r3036730 r3086351  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.6\n"
     5"Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.7\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

    r3036730 r3086351  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.6\n"
     5"Project-Id-Version: MailUp for Wordpress | Email and Newsletter Subscription Form 1.2.7\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

    r3036730 r3086351  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MailUp - Email and Newsletter Subscription Form 1.2.6\n"
     5"Project-Id-Version: MailUp - Email and Newsletter Subscription Form 1.2.7\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

    r3036730 r3086351  
    1212 *
    1313 * @see    https://integrations.mailup.com/it/wordpress/
    14  * @since   1.2.6
     14 * @since   1.2.7
    1515 *
    1616 * @wordpress-plugin
     
    1818 * Plugin URI:        https://integrations.mailup.com/it/wordpress/
    1919 * // * 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.
    20  * Version:           1.2.6
     20 * Version:           1.2.7
    2121 * Author:            MailUp
    2222 * Author URI:        https://www.mailup.com
     
    3434/*
    3535 * Currently plugin version.
    36  * Start at version 1.2.6
     36 * Start at version 1.2.7
    3737 */
    3838
    39 define('WPMUP_PLUGIN_VERSION', '1.2.6');
     39define('WPMUP_PLUGIN_VERSION', '1.2.7');
    4040
    4141define('WPMUP_PLUGIN', __FILE__);
     
    8383 * not affect the page life cycle.
    8484 *
    85  * @since 1.2.6
     85 * @since 1.2.7
    8686 */
    8787function run_mailup(): void
  • mailup-email-and-newsletter-subscription-form/trunk/public/class-mailup-public.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111
     
    2323     * The ID of this plugin.
    2424     *
    25      * @since  1.2.6
     25     * @since  1.2.7
    2626     *
    2727     * @var string the ID of this plugin
     
    3232     * The version of this plugin.
    3333     *
    34      * @since  1.2.6
     34     * @since  1.2.7
    3535     *
    3636     * @var string the current version of this plugin
     
    4545     * Initialize the class and set its properties.
    4646     *
    47      * @since 1.2.6
     47     * @since 1.2.7
    4848     *
    4949     * @param string $mailup  the name of the plugin
     
    6060     * Register the stylesheets for the public-facing side of the site.
    6161     *
    62      * @since 1.2.6
     62     * @since 1.2.7
    6363     */
    6464    public function enqueue_styles(): void
     
    8282     * Register the JavaScript for the public-facing side of the site.
    8383     *
    84      * @since 1.2.6
     84     * @since 1.2.7
    8585     */
    8686    public function enqueue_scripts(): void
  • mailup-email-and-newsletter-subscription-form/trunk/public/partials/mailup-public-display.php

    r3036730 r3086351  
    77 *
    88 * @see  https://mailup.it
    9  * @since 1.2.6
     9 * @since 1.2.7
    1010 */
    1111?>
  • mailup-email-and-newsletter-subscription-form/trunk/uninstall.php

    r3036730 r3086351  
    2323 *
    2424 * @see  https://mailup.it
    25  * @since 1.2.6
     25 * @since 1.2.7
    2626 */
    2727
Note: See TracChangeset for help on using the changeset viewer.