Plugin Directory

Changeset 3193789


Ignore:
Timestamp:
11/21/2024 06:11:35 AM (16 months ago)
Author:
mailmunch
Message:

fix known issue

Location:
mailmunch
Files:
5 edited
4 copied

Legend:

Unmodified
Added
Removed
  • mailmunch/tags/3.2.0/admin/partials/mailmunch-admin-display.php

    r2210451 r3193789  
    1414?>
    1515
    16 <form id="unlink-account" action="<?php echo add_query_arg( array('step' => 'sign_out') ); ?>" method="POST"></form>
     16<form id="unlink-account" action="<?php echo esc_url(add_query_arg( array('step' => 'sign_out') )); ?>" method="POST"></form>
    1717
    1818<?php echo $this->mailmunch_api->getWidgetsHtml(); ?>
  • mailmunch/tags/3.2.0/includes/class-mailmunch.php

    r3189442 r3193789  
    2424define( 'MAILMUNCH_POST_TYPE', 'mailmunch_page' );
    2525define( 'MAILMUNCH_PLUGIN_DIRECTORY', 'mailmunch' );
    26 define( 'MAILMUNCH_VERSION', '3.1.9' );
     26define( 'MAILMUNCH_VERSION', '3.2.0' );
    2727
    2828/**
  • mailmunch/tags/3.2.0/mailmunch.php

    r3189442 r3193789  
    1717 * Plugin URI:        http://www.mailmunch.com
    1818 * Description:       The best free plugin to get more email subscribers. Beautiful signup forms and landing pages that integrate with MailChimp, Constant Contact, AWeber, Campaign Monitor and more.
    19  * Version:           3.1.9
     19 * Version:           3.2.0
    2020 * Author:            MailMunch
    2121 * Author URI:        http://www.mailmunch.com
  • mailmunch/tags/3.2.0/readme.txt

    r3189442 r3193789  
    44Requires at least: 3.0.1
    55Tested up to: 6.6.2
    6 Stable tag: 3.1.9
     6Stable tag: 3.2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • mailmunch/trunk/admin/partials/mailmunch-admin-display.php

    r2210451 r3193789  
    1414?>
    1515
    16 <form id="unlink-account" action="<?php echo add_query_arg( array('step' => 'sign_out') ); ?>" method="POST"></form>
     16<form id="unlink-account" action="<?php echo esc_url(add_query_arg( array('step' => 'sign_out') )); ?>" method="POST"></form>
    1717
    1818<?php echo $this->mailmunch_api->getWidgetsHtml(); ?>
  • mailmunch/trunk/includes/class-mailmunch.php

    r3189442 r3193789  
    2424define( 'MAILMUNCH_POST_TYPE', 'mailmunch_page' );
    2525define( 'MAILMUNCH_PLUGIN_DIRECTORY', 'mailmunch' );
    26 define( 'MAILMUNCH_VERSION', '3.1.9' );
     26define( 'MAILMUNCH_VERSION', '3.2.0' );
    2727
    2828/**
  • mailmunch/trunk/mailmunch.php

    r3189442 r3193789  
    1717 * Plugin URI:        http://www.mailmunch.com
    1818 * Description:       The best free plugin to get more email subscribers. Beautiful signup forms and landing pages that integrate with MailChimp, Constant Contact, AWeber, Campaign Monitor and more.
    19  * Version:           3.1.9
     19 * Version:           3.2.0
    2020 * Author:            MailMunch
    2121 * Author URI:        http://www.mailmunch.com
  • mailmunch/trunk/readme.txt

    r3189442 r3193789  
    44Requires at least: 3.0.1
    55Tested up to: 6.6.2
    6 Stable tag: 3.1.9
     6Stable tag: 3.2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.