Changeset 3193789
- Timestamp:
- 11/21/2024 06:11:35 AM (16 months ago)
- Location:
- mailmunch
- Files:
-
- 5 edited
- 4 copied
-
tags/3.2.0 (copied) (copied from mailmunch/trunk)
-
tags/3.2.0/admin/partials/mailmunch-admin-display.php (modified) (1 diff)
-
tags/3.2.0/includes/class-mailmunch.php (copied) (copied from mailmunch/trunk/includes/class-mailmunch.php) (1 diff)
-
tags/3.2.0/mailmunch.php (copied) (copied from mailmunch/trunk/mailmunch.php) (1 diff)
-
tags/3.2.0/readme.txt (copied) (copied from mailmunch/trunk/readme.txt) (1 diff)
-
trunk/admin/partials/mailmunch-admin-display.php (modified) (1 diff)
-
trunk/includes/class-mailmunch.php (modified) (1 diff)
-
trunk/mailmunch.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mailmunch/tags/3.2.0/admin/partials/mailmunch-admin-display.php
r2210451 r3193789 14 14 ?> 15 15 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> 17 17 18 18 <?php echo $this->mailmunch_api->getWidgetsHtml(); ?> -
mailmunch/tags/3.2.0/includes/class-mailmunch.php
r3189442 r3193789 24 24 define( 'MAILMUNCH_POST_TYPE', 'mailmunch_page' ); 25 25 define( 'MAILMUNCH_PLUGIN_DIRECTORY', 'mailmunch' ); 26 define( 'MAILMUNCH_VERSION', '3. 1.9' );26 define( 'MAILMUNCH_VERSION', '3.2.0' ); 27 27 28 28 /** -
mailmunch/tags/3.2.0/mailmunch.php
r3189442 r3193789 17 17 * Plugin URI: http://www.mailmunch.com 18 18 * 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.919 * Version: 3.2.0 20 20 * Author: MailMunch 21 21 * Author URI: http://www.mailmunch.com -
mailmunch/tags/3.2.0/readme.txt
r3189442 r3193789 4 4 Requires at least: 3.0.1 5 5 Tested up to: 6.6.2 6 Stable tag: 3. 1.96 Stable tag: 3.2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
mailmunch/trunk/admin/partials/mailmunch-admin-display.php
r2210451 r3193789 14 14 ?> 15 15 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> 17 17 18 18 <?php echo $this->mailmunch_api->getWidgetsHtml(); ?> -
mailmunch/trunk/includes/class-mailmunch.php
r3189442 r3193789 24 24 define( 'MAILMUNCH_POST_TYPE', 'mailmunch_page' ); 25 25 define( 'MAILMUNCH_PLUGIN_DIRECTORY', 'mailmunch' ); 26 define( 'MAILMUNCH_VERSION', '3. 1.9' );26 define( 'MAILMUNCH_VERSION', '3.2.0' ); 27 27 28 28 /** -
mailmunch/trunk/mailmunch.php
r3189442 r3193789 17 17 * Plugin URI: http://www.mailmunch.com 18 18 * 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.919 * Version: 3.2.0 20 20 * Author: MailMunch 21 21 * Author URI: http://www.mailmunch.com -
mailmunch/trunk/readme.txt
r3189442 r3193789 4 4 Requires at least: 3.0.1 5 5 Tested up to: 6.6.2 6 Stable tag: 3. 1.96 Stable tag: 3.2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.