Changeset 3445349
- Timestamp:
- 01/23/2026 07:52:43 AM (6 weeks ago)
- Location:
- constant-contact-forms-by-mailmunch
- Files:
-
- 4 edited
- 7 copied
-
tags/2.1.6 (copied) (copied from constant-contact-forms-by-mailmunch/trunk)
-
tags/2.1.6/admin/partials/constantcontact-mailmunch-admin-display.php (copied) (copied from constant-contact-forms-by-mailmunch/trunk/admin/partials/constantcontact-mailmunch-admin-display.php)
-
tags/2.1.6/admin/partials/constantcontact-mailmunch-connect.php (copied) (copied from constant-contact-forms-by-mailmunch/trunk/admin/partials/constantcontact-mailmunch-connect.php) (1 diff)
-
tags/2.1.6/admin/partials/constantcontact-mailmunch-integrate.php (copied) (copied from constant-contact-forms-by-mailmunch/trunk/admin/partials/constantcontact-mailmunch-integrate.php)
-
tags/2.1.6/constantcontact-mailmunch.php (copied) (copied from constant-contact-forms-by-mailmunch/trunk/constantcontact-mailmunch.php) (1 diff)
-
tags/2.1.6/includes/class-constantcontact-mailmunch.php (copied) (copied from constant-contact-forms-by-mailmunch/trunk/includes/class-constantcontact-mailmunch.php) (1 diff)
-
tags/2.1.6/readme.txt (copied) (copied from constant-contact-forms-by-mailmunch/trunk/readme.txt) (1 diff)
-
trunk/admin/partials/constantcontact-mailmunch-connect.php (modified) (1 diff)
-
trunk/constantcontact-mailmunch.php (modified) (1 diff)
-
trunk/includes/class-constantcontact-mailmunch.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
constant-contact-forms-by-mailmunch/tags/2.1.6/admin/partials/constantcontact-mailmunch-connect.php
r3189368 r3445349 1 1 <form action="<?php echo esc_url(add_query_arg( array('step' => 'integrate') )); ?>" method="POST" id="constantcontact-access-token-form"> 2 <?php wp_nonce_field('constantcontact_mailmunch_form_action', 'constantcontact_mailmunch_form_nonce'); ?>3 2 <?php wp_nonce_field('constantcontact_mailmunch_form_action', 'constantcontact_mailmunch_form_nonce'); ?> 4 3 <input type="hidden" name="access_token" value="" /> -
constant-contact-forms-by-mailmunch/tags/2.1.6/constantcontact-mailmunch.php
r3189432 r3445349 17 17 * Plugin URI: http://connect.constantcontact.com/integrations/mailmunch-email-list-builder 18 18 * Description: The Constant Contact plugin allows you to quickly and easily add signup forms for your Constant Contact lists. Popup, Embedded, Top Bar and a variety of different options available. 19 * Version: 2.1. 519 * Version: 2.1.6 20 20 * Author: MailMunch 21 21 * Author URI: http://www.mailmunch.com -
constant-contact-forms-by-mailmunch/tags/2.1.6/includes/class-constantcontact-mailmunch.php
r3189432 r3445349 24 24 define( 'CONSTANTCONTACT_MAILMUNCH_POST_TYPE', 'mailmunch_page' ); 25 25 define( 'CONSTANTCONTACT_MAILMUNCH_PLUGIN_DIRECTORY', 'constant-contact-forms-by-mailmunch' ); 26 define( 'CONSTANTCONTACT_MAILMUNCH_VERSION', '2.1. 5' );26 define( 'CONSTANTCONTACT_MAILMUNCH_VERSION', '2.1.6' ); 27 27 28 28 /** -
constant-contact-forms-by-mailmunch/tags/2.1.6/readme.txt
r3189432 r3445349 3 3 Tags: constant contact, signup forms, newsletter, subscribe, email marketing 4 4 Requires at least: 3.0.1 5 Tested up to: 6. 6.26 Stable tag: 2.1. 55 Tested up to: 6.9 6 Stable tag: 2.1.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
constant-contact-forms-by-mailmunch/trunk/admin/partials/constantcontact-mailmunch-connect.php
r3189368 r3445349 1 1 <form action="<?php echo esc_url(add_query_arg( array('step' => 'integrate') )); ?>" method="POST" id="constantcontact-access-token-form"> 2 <?php wp_nonce_field('constantcontact_mailmunch_form_action', 'constantcontact_mailmunch_form_nonce'); ?>3 2 <?php wp_nonce_field('constantcontact_mailmunch_form_action', 'constantcontact_mailmunch_form_nonce'); ?> 4 3 <input type="hidden" name="access_token" value="" /> -
constant-contact-forms-by-mailmunch/trunk/constantcontact-mailmunch.php
r3189432 r3445349 17 17 * Plugin URI: http://connect.constantcontact.com/integrations/mailmunch-email-list-builder 18 18 * Description: The Constant Contact plugin allows you to quickly and easily add signup forms for your Constant Contact lists. Popup, Embedded, Top Bar and a variety of different options available. 19 * Version: 2.1. 519 * Version: 2.1.6 20 20 * Author: MailMunch 21 21 * Author URI: http://www.mailmunch.com -
constant-contact-forms-by-mailmunch/trunk/includes/class-constantcontact-mailmunch.php
r3189432 r3445349 24 24 define( 'CONSTANTCONTACT_MAILMUNCH_POST_TYPE', 'mailmunch_page' ); 25 25 define( 'CONSTANTCONTACT_MAILMUNCH_PLUGIN_DIRECTORY', 'constant-contact-forms-by-mailmunch' ); 26 define( 'CONSTANTCONTACT_MAILMUNCH_VERSION', '2.1. 5' );26 define( 'CONSTANTCONTACT_MAILMUNCH_VERSION', '2.1.6' ); 27 27 28 28 /** -
constant-contact-forms-by-mailmunch/trunk/readme.txt
r3189432 r3445349 3 3 Tags: constant contact, signup forms, newsletter, subscribe, email marketing 4 4 Requires at least: 3.0.1 5 Tested up to: 6. 6.26 Stable tag: 2.1. 55 Tested up to: 6.9 6 Stable tag: 2.1.6 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.