Changeset 2888298
- Timestamp:
- 03/28/2023 11:08:04 AM (3 years ago)
- Location:
- rebrand-fluent-forms/trunk
- Files:
-
- 3 edited
-
fluentforms-settings.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
rebrand-fluentforms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rebrand-fluent-forms/trunk/fluentforms-settings.php
r2690501 r2888298 4 4 define('BZFLUENT_BASE_DIR', dirname(__FILE__) . '/'); 5 5 define('BZFLUENT_PRODUCT_ID', 'BZFF'); 6 define('BZFLUENT_VERSION', '1. 0');6 define('BZFLUENT_VERSION', '1.5'); 7 7 define('BZFLUENT_DIR_PATH', plugin_dir_path( __DIR__ )); 8 8 define('BZFLUENT_PLUGIN_FILE', 'rebrand-fluentforms/rebrand-fluentforms.php'); //Main base file … … 223 223 */ 224 224 public function bzfluent_render() { 225 226 /*update admin ui menu show/hide*/ 227 if (isset($_REQUEST['rebrandfluent_screen_option'])) { 228 $this->bzfluent_updateOption('rebrand_fluent_screen_option', $_REQUEST['rebrandfluent_screen_option']); 229 $redirectUrl=$_REQUEST['redirectUrl']; 230 echo '<script>window.location = "'.$redirectUrl.'";</script>'; 231 die; 232 } 233 225 234 $this->bzfluent_render_fields(); 226 235 } … … 291 300 'plugin_author' => isset( $_POST['fluent_wl_plugin_author'] ) ? sanitize_text_field( $_POST['fluent_wl_plugin_author'] ) : '', 292 301 293 'plugin_uri' => isset( $_POST['fluent_wl_plugin_uri'] ) ? sanitize_text_field( $_POST['fluent_wl_plugin_uri'] ) : '',302 'plugin_uri' => isset( $_POST['fluent_wl_plugin_uri'] ) ? esc_url( $_POST['fluent_wl_plugin_uri'] ) : '', 294 303 295 304 ); -
rebrand-fluent-forms/trunk/readme.txt
r2805594 r2888298 2 2 Author: RebrandPress 3 3 Author URI: https://rebrandpress.com/ 4 Tags: Rebrand, Fluent Forms, Fluent Forms Addons4 Tags: Blitzmore, Rebrand, Fluent Forms, Fluent Forms Addons 5 5 Requires at least: 4.5 6 Tested up to: 6.16 Tested up to: 5.9 7 7 Requires PHP: 5.5 8 Stable tag: 1.0 9 License: GPLv2 or later 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 License: GPL2 etc 11 9 12 10 The Fluent Forms WordPress form builder lets you create sales and marketing forms without coding. Rebrand Fluent Forms removes all mention of Fluent Forms, allowing you to replace it with your own brand name and colors. Furthermore, you can change the description on both the navigation menu and the site’s plugin page and replace the developer’s link with a custom one of your own. 11 12 13 1.0 [ 04 feb 2022 ] 13 14 14 15 == Installation == … … 27 28 28 29 == Changelog == 29 = 1.0 - 202 2-03-08=30 = 1.0 - 2021-12-23 = 30 31 * Initial Release 31 32 -
rebrand-fluent-forms/trunk/rebrand-fluentforms.php
r2690502 r2888298 2 2 /** 3 3 * Plugin Name: Rebrand Fluent Forms 4 * Plugin URI: https://rebrandpress.com/ rebrand-fluentforms/4 * Plugin URI: https://rebrandpress.com/ 5 5 * Description: The Fluent Forms WordPress form builder lets you create sales and marketing forms without coding. Rebrand Fluent Forms removes all mention of Fluent Forms, allowing you to replace it with your own brand name and colors. Furthermore, you can change the description on both the navigation menu and the site’s plugin page and replace the developer’s link with a custom one of your own. 6 6
Note: See TracChangeset
for help on using the changeset viewer.