Version Description
Download this release
Release Info
Developer | techjewel |
Plugin | Contact Form Plugin – Fastest Contact Form Builder Plugin for WordPress by Fluent Forms |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.0 to 1.7.1
- app/Hooks/Backend.php +17 -7
- app/Modules/Activator.php +1 -1
- fluentform.php +2 -2
- glue.json +1 -1
- readme.txt +1 -1
app/Hooks/Backend.php
CHANGED
@@ -18,15 +18,25 @@ $app->addAction('media_buttons', function () {
|
|
18 |
(new \FluentForm\App\Modules\EditorButtonModule())->addButton();
|
19 |
});
|
20 |
|
21 |
-
|
22 |
-
(new FluentForm\App\Modules\Track\TrackModule())->initTrack();
|
23 |
-
});
|
24 |
-
|
25 |
-
|
26 |
-
FluentForm\AdminNotice::showNotice();
|
27 |
-
});
|
28 |
|
29 |
|
30 |
$app->addAction('fluentform_addons_page_render_fluentform_add_ons', function () {
|
31 |
(new \FluentForm\App\Modules\AddOnModule() )->showFluentAddOns();
|
32 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
(new \FluentForm\App\Modules\EditorButtonModule())->addButton();
|
19 |
});
|
20 |
|
21 |
+
//$app->addAction('admin_init', function () {
|
22 |
+
// (new FluentForm\App\Modules\Track\TrackModule())->initTrack();
|
23 |
+
//});
|
24 |
+
//
|
25 |
+
//$app->addAction('admin_notices', function () {
|
26 |
+
// FluentForm\AdminNotice::showNotice();
|
27 |
+
//});
|
28 |
|
29 |
|
30 |
$app->addAction('fluentform_addons_page_render_fluentform_add_ons', function () {
|
31 |
(new \FluentForm\App\Modules\AddOnModule() )->showFluentAddOns();
|
32 |
});
|
33 |
+
|
34 |
+
|
35 |
+
// This is temp, we will remove this after 2-3 versions.
|
36 |
+
add_filter('pre_set_site_transient_update_plugins', function ($updates) {
|
37 |
+
if (!empty($updates->response['fluentformpro'])) {
|
38 |
+
$updates->response['fluentformpro/fluentformpro.php'] = $updates->response['fluentformpro'];
|
39 |
+
unset($updates->response['fluentformpro']);
|
40 |
+
}
|
41 |
+
return $updates;
|
42 |
+
}, 999, 1);
|
app/Modules/Activator.php
CHANGED
@@ -38,6 +38,6 @@ class Activator
|
|
38 |
|
39 |
private function setCurrentVersion()
|
40 |
{
|
41 |
-
update_option('_fluentform_installed_version', '1.7.
|
42 |
}
|
43 |
}
|
38 |
|
39 |
private function setCurrentVersion()
|
40 |
{
|
41 |
+
update_option('_fluentform_installed_version', '1.7.1');
|
42 |
}
|
43 |
}
|
fluentform.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: WP FluentForm
|
4 |
Description: The most advanced contact form builder plugin for WordPress.
|
5 |
-
Version: 1.7.
|
6 |
Author: WPManageNinja
|
7 |
Author URI: https://wpmanageninja.com
|
8 |
Plugin URI: https://wpfluentform.com
|
@@ -15,7 +15,7 @@ defined('ABSPATH') or die;
|
|
15 |
|
16 |
defined('FLUENTFORM') or define('FLUENTFORM', true);
|
17 |
|
18 |
-
defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '1.7.
|
19 |
|
20 |
include "framework/Foundation/Bootstrap.php";
|
21 |
|
2 |
/*
|
3 |
Plugin Name: WP FluentForm
|
4 |
Description: The most advanced contact form builder plugin for WordPress.
|
5 |
+
Version: 1.7.1
|
6 |
Author: WPManageNinja
|
7 |
Author URI: https://wpmanageninja.com
|
8 |
Plugin URI: https://wpfluentform.com
|
15 |
|
16 |
defined('FLUENTFORM') or define('FLUENTFORM', true);
|
17 |
|
18 |
+
defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '1.7.1');
|
19 |
|
20 |
include "framework/Foundation/Bootstrap.php";
|
21 |
|
glue.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"plugin_name": "FluentForm",
|
3 |
"plugin_slug": "fluentform",
|
4 |
"plugin_text_domain": "fluentform",
|
5 |
-
"plugin_version": "1.7.
|
6 |
"plugin_description": "The most advanced drag and drop form builder plugin for WordPress",
|
7 |
"plugin_uri": "https://wpfluentform.com",
|
8 |
"plugin_license": "GPLv2 or later",
|
2 |
"plugin_name": "FluentForm",
|
3 |
"plugin_slug": "fluentform",
|
4 |
"plugin_text_domain": "fluentform",
|
5 |
+
"plugin_version": "1.7.1",
|
6 |
"plugin_description": "The most advanced drag and drop form builder plugin for WordPress",
|
7 |
"plugin_uri": "https://wpfluentform.com",
|
8 |
"plugin_license": "GPLv2 or later",
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: contact form, form builder, forms, form creator, custom form, custom form,
|
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 4.9.8
|
6 |
Requires PHP: 5.4
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 4.9.8
|
6 |
Requires PHP: 5.4
|
7 |
+
Stable tag: 1.7.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|