Plugin Directory

Changeset 2990736


Ignore:
Timestamp:
11/07/2023 12:25:56 PM (2 years ago)
Author:
mailmunch
Message:

version update 3.1.9

Location:
mailchimp-forms-by-mailmunch
Files:
4 edited
6 copied

Legend:

Unmodified
Added
Removed
  • mailchimp-forms-by-mailmunch/tags/3.1.8/admin/js/mailchimp-mailmunch-admin.js

    r2987957 r2990736  
    2929     * be doing this, we should try to minimize doing that in our own work.
    3030     */
     31
     32  var nonces = mailmunch_nonces
    3133
    3234    $(function() {
     
    6264        url: ajaxurl,
    6365        type: 'POST',
    64         data: {action: 'delete_widget', widget_id: $(this).data('widget-id'), nonce: mailmunch_nonces.delete_widget},
     66        data: {action: 'delete_widget', widget_id: $(this).data('widget-id'), nonce: nonces.delete_widget},
    6567        dataType: 'json',
    6668        success: function(data) {
     
    8486        url: ajaxurl,
    8587        type: 'POST',
    86         data: {action: 'change_email_status', email_status: $(this).data('email-status'), email_id: $(this).data('email-id'), nonce: mailmunch_nonces.change_email_status},
     88        data: {action: 'change_email_status', email_status: $(this).data('email-status'), email_id: $(this).data('email-id'), nonce: nonces.change_email_status},
    8789        dataType: 'json',
    8890        success: function(data) {
     
    106108        url: ajaxurl,
    107109        type: 'POST',
    108         data: {action: 'delete_email', email_id: $(this).data('email-id'), nonce: mailmunch_nonces.delete_email},
     110        data: {action: 'delete_email', email_id: $(this).data('email-id'), nonce: nonces.delete_email},
    109111        dataType: 'json',
    110112        success: function(data) {
  • mailchimp-forms-by-mailmunch/tags/3.1.9/includes/class-mailchimp-mailmunch.php

    r2987957 r2990736  
    2424define( 'MAILCHIMP_MAILMUNCH_POST_TYPE', 'mailmunch_page' );
    2525define( 'MAILCHIMP_MAILMUNCH_PLUGIN_DIRECTORY', 'mailchimp-forms-by-mailmunch' );
    26 define( 'MAILCHIMP_MAILMUNCH_VERSION', '3.1.8' );
     26define( 'MAILCHIMP_MAILMUNCH_VERSION', '3.1.9' );
    2727
    2828/**
  • mailchimp-forms-by-mailmunch/tags/3.1.9/mailchimp-mailmunch.php

    r2987957 r2990736  
    1717 * Plugin URI:        http://connect.mailchimp.com/integrations/mailmunch-email-list-builder
    1818 * Description:       The MailChimp plugin allows you to quickly and easily add signup forms for your MailChimp lists. Popup, Embedded, Top Bar and a variety of different options available.
    19  * Version:           3.1.8
     19 * Version:           3.1.9
    2020 * Author:            MailMunch
    2121 * Author URI:        http://www.mailmunch.com
  • mailchimp-forms-by-mailmunch/tags/3.1.9/readme.txt

    r2987957 r2990736  
    55Requires at least: 4.0
    66Tested up to: 6.2.2
    7 Stable tag: 3.1.8
     7Stable tag: 3.1.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • mailchimp-forms-by-mailmunch/trunk/includes/class-mailchimp-mailmunch.php

    r2987957 r2990736  
    2424define( 'MAILCHIMP_MAILMUNCH_POST_TYPE', 'mailmunch_page' );
    2525define( 'MAILCHIMP_MAILMUNCH_PLUGIN_DIRECTORY', 'mailchimp-forms-by-mailmunch' );
    26 define( 'MAILCHIMP_MAILMUNCH_VERSION', '3.1.8' );
     26define( 'MAILCHIMP_MAILMUNCH_VERSION', '3.1.9' );
    2727
    2828/**
  • mailchimp-forms-by-mailmunch/trunk/mailchimp-mailmunch.php

    r2987957 r2990736  
    1717 * Plugin URI:        http://connect.mailchimp.com/integrations/mailmunch-email-list-builder
    1818 * Description:       The MailChimp plugin allows you to quickly and easily add signup forms for your MailChimp lists. Popup, Embedded, Top Bar and a variety of different options available.
    19  * Version:           3.1.8
     19 * Version:           3.1.9
    2020 * Author:            MailMunch
    2121 * Author URI:        http://www.mailmunch.com
  • mailchimp-forms-by-mailmunch/trunk/readme.txt

    r2987957 r2990736  
    55Requires at least: 4.0
    66Tested up to: 6.2.2
    7 Stable tag: 3.1.8
     7Stable tag: 3.1.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.