Changeset 2551302
- Timestamp:
- 06/21/2021 09:55:54 AM (5 years ago)
- Location:
- add-on-contact-form-7-mailpoet/trunk
- Files:
-
- 4 edited
-
add-on-contact-form-7-mailpoet.php (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
includes/class-mailpoet-cf7-integration.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
add-on-contact-form-7-mailpoet/trunk/add-on-contact-form-7-mailpoet.php
r2548795 r2551302 3 3 * Plugin Name: Add-on Contact Form 7 - Mailpoet 3 4 4 * Description: Add a MailPoet 3 signup field to your Contact Form 7 forms. 5 * Version: 1.3.1 85 * Version: 1.3.19 6 6 * Author: Tikweb 7 7 * Author URI: http://www.tikweb.dk/ -
add-on-contact-form-7-mailpoet/trunk/changelog.txt
r2548795 r2551302 1 1 == Changelog == 2 = 1.3.19 - 2021-06-21 = 3 * jQuery bug fixed. 4 2 5 = 1.3.18 - 2021-06-16 = 3 6 * CDN related issue fixed. -
add-on-contact-form-7-mailpoet/trunk/includes/class-mailpoet-cf7-integration.php
r2548795 r2551302 17 17 function register_jquery() { 18 18 if (!wp_script_is('jquery')) { 19 // comment out the next two lines to load the local copy of jQuery20 wp_deregister_script('jquery');21 wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js', false, '1.11.2');22 19 wp_enqueue_script('jquery'); 23 20 } -
add-on-contact-form-7-mailpoet/trunk/readme.txt
r2548795 r2551302 6 6 Tested up to: 5.5.1 7 7 Requires PHP: 7.0 8 Stable tag: 1.3.1 88 Stable tag: 1.3.19 9 9 10 10 Add a MailPoet 3 signup field to your Contact Form 7 forms.
Note: See TracChangeset
for help on using the changeset viewer.