Version Description
Download this release
Release Info
Developer | Shelob9 |
Plugin | Caldera Forms – More Than Contact Forms |
Version | 1.7.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.1 to 1.7.1.1
- caldera-core.php +2 -2
- classes/core.php +0 -7
- readme.txt +1 -1
caldera-core.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: https://CalderaForms.com
|
5 |
Description: Easy to use, grid based responsive form builder for creating simple to complex forms.
|
6 |
Author: Caldera Labs
|
7 |
-
Version: 1.7.1
|
8 |
Author URI: http://CalderaLabs.org
|
9 |
Text Domain: caldera-forms
|
10 |
GitHub Plugin URI: https://github.com/CalderaWP/caldera-forms
|
@@ -53,7 +53,7 @@ if (!version_compare(PHP_VERSION, '5.6.0', '>=')) {
|
|
53 |
|
54 |
define('CFCORE_PATH', plugin_dir_path(__FILE__));
|
55 |
define('CFCORE_URL', plugin_dir_url(__FILE__));
|
56 |
-
define( 'CFCORE_VER', '1.7.1' );
|
57 |
define('CFCORE_EXTEND_URL', 'https://api.calderaforms.com/1.0/');
|
58 |
define('CFCORE_BASENAME', plugin_basename(__FILE__));
|
59 |
|
4 |
Plugin URI: https://CalderaForms.com
|
5 |
Description: Easy to use, grid based responsive form builder for creating simple to complex forms.
|
6 |
Author: Caldera Labs
|
7 |
+
Version: 1.7.1.1
|
8 |
Author URI: http://CalderaLabs.org
|
9 |
Text Domain: caldera-forms
|
10 |
GitHub Plugin URI: https://github.com/CalderaWP/caldera-forms
|
53 |
|
54 |
define('CFCORE_PATH', plugin_dir_path(__FILE__));
|
55 |
define('CFCORE_URL', plugin_dir_url(__FILE__));
|
56 |
+
define( 'CFCORE_VER', '1.7.1.1' );
|
57 |
define('CFCORE_EXTEND_URL', 'https://api.calderaforms.com/1.0/');
|
58 |
define('CFCORE_BASENAME', plugin_basename(__FILE__));
|
59 |
|
classes/core.php
CHANGED
@@ -482,13 +482,6 @@ class Caldera_Forms
|
|
482 |
// ensure urls are there
|
483 |
self::init_cf_internal();
|
484 |
|
485 |
-
// ensure rewrites
|
486 |
-
if ( $version !== CFCORE_VER ) {
|
487 |
-
add_action('admin_footer', function () {
|
488 |
-
flush_rewrite_rules();
|
489 |
-
});
|
490 |
-
}
|
491 |
-
|
492 |
//make sure we have all tables
|
493 |
self::check_tables();
|
494 |
|
482 |
// ensure urls are there
|
483 |
self::init_cf_internal();
|
484 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
485 |
//make sure we have all tables
|
486 |
self::check_tables();
|
487 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Shelob9, Desertsnowman, christiechirinos, andrewza, nahuelmahe
|
|
3 |
Tags: free wordpress form builder, formbuilder, form builder, contact form, contact me, custom form, forms, form, custom forms, forms creator, caldera forms, calderawp, wp form, wp form builder, form, drag and drop, email, awesome, wordpress free form builder, echecks, form builder plugin wordpress, wordpress builder plugin, wordpress forms builder, form builder wordpress, contact form builder wordpress, bootstrap, bootstrap form builder, bootstrap forms, login forms, drag and drop forms, responsive forms, mailchimp, mailchimp form, credit card form, braintree, braintree form, authorize.net, authorize.net form, eCheck,dwolla, dwolla form, paypal, paypal form, hi roy, search forms, pods, advanced custom fields, easy forms, contact form builder, gravity forms, ninja forms, contact, email, auto-responder, aweber, convertkit, builder, contact forms, search, ab testing, a/b testing, split testing, shortcode, wordpress, awesome plugin, plugin, easy, braintree form, dwolla form, authorize.net form, mailchimp form, mailchimp popup, aweber form, convertkit form, stripe form, stripe popup, eCheck form, responsive,
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 4.9.7
|
6 |
-
Stable tag: 1.7.1
|
7 |
License: GPLv2
|
8 |
Requires PHP: 5.6
|
9 |
|
3 |
Tags: free wordpress form builder, formbuilder, form builder, contact form, contact me, custom form, forms, form, custom forms, forms creator, caldera forms, calderawp, wp form, wp form builder, form, drag and drop, email, awesome, wordpress free form builder, echecks, form builder plugin wordpress, wordpress builder plugin, wordpress forms builder, form builder wordpress, contact form builder wordpress, bootstrap, bootstrap form builder, bootstrap forms, login forms, drag and drop forms, responsive forms, mailchimp, mailchimp form, credit card form, braintree, braintree form, authorize.net, authorize.net form, eCheck,dwolla, dwolla form, paypal, paypal form, hi roy, search forms, pods, advanced custom fields, easy forms, contact form builder, gravity forms, ninja forms, contact, email, auto-responder, aweber, convertkit, builder, contact forms, search, ab testing, a/b testing, split testing, shortcode, wordpress, awesome plugin, plugin, easy, braintree form, dwolla form, authorize.net form, mailchimp form, mailchimp popup, aweber form, convertkit form, stripe form, stripe popup, eCheck form, responsive,
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 4.9.7
|
6 |
+
Stable tag: 1.7.1.1
|
7 |
License: GPLv2
|
8 |
Requires PHP: 5.6
|
9 |
|