Changeset 2885455
- Timestamp:
- 03/23/2023 08:57:51 AM (3 years ago)
- Location:
- cf7-styler-for-divi
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.4 (copied) (copied from cf7-styler-for-divi/trunk)
-
tags/1.3.4/cf7-styler.php (modified) (6 diffs)
-
tags/1.3.4/readme.txt (modified) (3 diffs)
-
trunk/cf7-styler.php (modified) (6 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cf7-styler-for-divi/tags/1.3.4/cf7-styler.php
r2885442 r2885455 4 4 Plugin URI: https://divipeople.com 5 5 Description: Design beuatiful contact forms with <strong>Divi Contact Form 7</strong> 6 Version: 1.3. 36 Version: 1.3.4 7 7 Author: DiviPeople 8 8 Author URI: https://divipeople.com … … 23 23 24 24 You should have received a copy of the GNU General Public License 25 along with CF7 Styler. If not, see https://www.gnu.org/licenses/gpl-2.0.html.25 along with Divi Contact Form 7. If not, see https://www.gnu.org/licenses/gpl-2.0.html. 26 26 */ 27 27 … … 31 31 } 32 32 33 #ET_START_REPLACE 34 // if (!function_exists('dipe_cf7_fs')) { 35 // // Create a helper function for easy SDK access. 36 // function dipe_cf7_fs() 37 // { 38 // global $dipe_cf7_fs; 39 40 // if (!isset($dipe_cf7_fs)) { 41 42 // // Include Freemius SDK. 43 // require_once dirname(__FILE__) . '/freemius/start.php'; 44 45 // $dipe_cf7_fs = fs_dynamic_init( 46 // array( 47 // 'id' => '6220', 48 // 'slug' => 'cf7-styler-for-divi', 49 // 'type' => 'plugin', 50 // 'public_key' => 'pk_5ed03b8670d0cfbf345aa03dc6c80', 51 // 'is_premium' => true, 52 // 'has_premium_version' => true, 53 // 'has_addons' => false, 54 // 'has_paid_plans' => true, 55 // 'menu' => array( 56 // 'slug' => 'dipe_cf7_styler_options', 57 // 'account' => true, 58 // 'contact' => false, 59 // 'support' => false, 60 // 'parent' => array( 61 // 'slug' => 'et_divi_options', 62 // ), 63 // ), 64 // ) 65 // ); 66 // } 67 68 // return $dipe_cf7_fs; 69 // } 70 71 // // Init Freemius. 72 // dipe_cf7_fs(); 73 74 // dipe_cf7_fs()->add_filter('show_deactivation_feedback_form', '__return_false'); 75 76 // // Signal that SDK was initiated. 77 // do_action('dipe_cf7_fs_loaded'); 78 // } 79 #ET_END_REPLACE 80 //phpcs:enable 81 define('DIPE_CF7_VERSION', '1.3.3'); 82 define('DIPE_CF7_STABLE_VERSION', '1.2.6'); 33 define('DIPE_CF7_VERSION', '1.3.4'); 34 define('DIPE_CF7_STABLE_VERSION', '1.3.2'); 83 35 define('DIPE_CF7_URL', plugins_url('/', __FILE__)); 84 36 define('DIPE_ASSETS_URL', trailingslashit(DIPE_CF7_URL . 'assets')); … … 155 107 156 108 if (is_admin()) { 157 //phpcs:ignore158 // require_once DIPE_CF7_PATH . 'includes/notice.php';159 109 require_once DIPE_CF7_PATH . 'includes/admin/admin.php'; 160 110 require_once DIPE_CF7_PATH . 'includes/admin/rollback.php'; … … 169 119 } 170 120 171 // Instance function.172 121 function dipe_cf7_styler_module() 173 122 { … … 175 124 } 176 125 177 // Kickoff.178 126 dipe_cf7_styler_module(); -
cf7-styler-for-divi/tags/1.3.4/readme.txt
r2885442 r2885455 1 1 === Divi Contact Form 7 === 2 Contributors: di dpeople2 Contributors: divipeople 3 3 Tags: divi, divi module, divi contact form 7, divi builder, divi theme 4 4 Donate link: http://buymeacoff.ee/divipeople 5 5 Requires at least: 5.0 6 6 Tested up to: 6.2 7 Stable tag: 1.3. 37 Stable tag: 1.3.4 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 13 13 == Description == 14 14 15 Divi Contact Form 7 - the ultimate solution for designing stunning contact forms in a hassle-free manner. Say goodbye to the tedious task of writing code, and create custom contact forms with ease using the Divi Visual Builder.15 Divi Contact Form 7 - the ultimate solution for designing stunning contact forms in a hassle-free manner. 16 16 17 = Here are some of the amazing features that come with the Divi Contact Form 7 = 17 This plugin introduces a new module to the Divi Builder, allowing for seamless integration with Contact Form 7. With a simple drag-and-drop functionality from a dropdown list, users can avoid the cumbersome process of navigating to CF7, copying the shortcode, and manually adding it to a text module within the Divi Builder. 18 18 19 - **Grid Builder** With the built-in grid builder, you can create multi-column forms effortlessly.20 - **Text and Background Styling** You have full control over the styling of your form's text and background to match your website's design.21 - **Form Elements Styling:** Style individual form elements, such as text fields, radio buttons, checkboxes, and drop-down menus, with a wide range of customization options.22 - **Button Styling** Create visually appealing buttons with customizable colors, fonts, borders, and hover effects. 23 - **Style Your Messages** You can style the success and error messages to match your website's design.19 - Simplified drag-and-drop functionality for easy integration with Contact Form 7 within the Divi Builder. 20 - Multiple style options available, including hover, focus, and custom CSS options for advanced customization. 21 - Directly define styles for various components such as input, label, send button, and success messages from within the Divi Builder interface. 22 23 Please note that this plugin is an extension of the Divi Builder and requires the presence of both Divi Builder and Contact Form 7 plugins for proper functioning. For more information on the Divi Builder plugin, kindly visit the Elegant Themes website at elegantthemes.com. 24 24 25 25 == Installation == 26 26 Note: This plugin works with Divi Theme or Divi Builder and Contact Form 7. Make sure you have Divi Theme or Divi Builder and Contact Form 7 installed. 27 27 28 Divi Theme/Builder and [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) are required for this plugin.28 Divi Builder and [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) are required for this plugin. 29 29 30 30 1. Upload the plugin folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly. … … 38 38 39 39 =Version 1.3.3= 40 * Remove and clean some unused code 41 42 =Version 1.3.3= 40 43 * Remove freemius 41 44 * Remove notices 42 45 43 46 =Version 1.3.2= 44 Resolved license key issue. 47 * Resolved license key issue 45 48 46 49 =Version 1.3.1= 47 Fixed PHP error. 50 * Fixed PHP error 48 51 49 52 =Version 1.3.0= 50 Implemented security fix. 53 * Implemented security fix 51 54 -
cf7-styler-for-divi/trunk/cf7-styler.php
r2885442 r2885455 4 4 Plugin URI: https://divipeople.com 5 5 Description: Design beuatiful contact forms with <strong>Divi Contact Form 7</strong> 6 Version: 1.3. 36 Version: 1.3.4 7 7 Author: DiviPeople 8 8 Author URI: https://divipeople.com … … 23 23 24 24 You should have received a copy of the GNU General Public License 25 along with CF7 Styler. If not, see https://www.gnu.org/licenses/gpl-2.0.html.25 along with Divi Contact Form 7. If not, see https://www.gnu.org/licenses/gpl-2.0.html. 26 26 */ 27 27 … … 31 31 } 32 32 33 #ET_START_REPLACE 34 // if (!function_exists('dipe_cf7_fs')) { 35 // // Create a helper function for easy SDK access. 36 // function dipe_cf7_fs() 37 // { 38 // global $dipe_cf7_fs; 39 40 // if (!isset($dipe_cf7_fs)) { 41 42 // // Include Freemius SDK. 43 // require_once dirname(__FILE__) . '/freemius/start.php'; 44 45 // $dipe_cf7_fs = fs_dynamic_init( 46 // array( 47 // 'id' => '6220', 48 // 'slug' => 'cf7-styler-for-divi', 49 // 'type' => 'plugin', 50 // 'public_key' => 'pk_5ed03b8670d0cfbf345aa03dc6c80', 51 // 'is_premium' => true, 52 // 'has_premium_version' => true, 53 // 'has_addons' => false, 54 // 'has_paid_plans' => true, 55 // 'menu' => array( 56 // 'slug' => 'dipe_cf7_styler_options', 57 // 'account' => true, 58 // 'contact' => false, 59 // 'support' => false, 60 // 'parent' => array( 61 // 'slug' => 'et_divi_options', 62 // ), 63 // ), 64 // ) 65 // ); 66 // } 67 68 // return $dipe_cf7_fs; 69 // } 70 71 // // Init Freemius. 72 // dipe_cf7_fs(); 73 74 // dipe_cf7_fs()->add_filter('show_deactivation_feedback_form', '__return_false'); 75 76 // // Signal that SDK was initiated. 77 // do_action('dipe_cf7_fs_loaded'); 78 // } 79 #ET_END_REPLACE 80 //phpcs:enable 81 define('DIPE_CF7_VERSION', '1.3.3'); 82 define('DIPE_CF7_STABLE_VERSION', '1.2.6'); 33 define('DIPE_CF7_VERSION', '1.3.4'); 34 define('DIPE_CF7_STABLE_VERSION', '1.3.2'); 83 35 define('DIPE_CF7_URL', plugins_url('/', __FILE__)); 84 36 define('DIPE_ASSETS_URL', trailingslashit(DIPE_CF7_URL . 'assets')); … … 155 107 156 108 if (is_admin()) { 157 //phpcs:ignore158 // require_once DIPE_CF7_PATH . 'includes/notice.php';159 109 require_once DIPE_CF7_PATH . 'includes/admin/admin.php'; 160 110 require_once DIPE_CF7_PATH . 'includes/admin/rollback.php'; … … 169 119 } 170 120 171 // Instance function.172 121 function dipe_cf7_styler_module() 173 122 { … … 175 124 } 176 125 177 // Kickoff.178 126 dipe_cf7_styler_module(); -
cf7-styler-for-divi/trunk/readme.txt
r2885442 r2885455 1 1 === Divi Contact Form 7 === 2 Contributors: di dpeople2 Contributors: divipeople 3 3 Tags: divi, divi module, divi contact form 7, divi builder, divi theme 4 4 Donate link: http://buymeacoff.ee/divipeople 5 5 Requires at least: 5.0 6 6 Tested up to: 6.2 7 Stable tag: 1.3. 37 Stable tag: 1.3.4 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 13 13 == Description == 14 14 15 Divi Contact Form 7 - the ultimate solution for designing stunning contact forms in a hassle-free manner. Say goodbye to the tedious task of writing code, and create custom contact forms with ease using the Divi Visual Builder.15 Divi Contact Form 7 - the ultimate solution for designing stunning contact forms in a hassle-free manner. 16 16 17 = Here are some of the amazing features that come with the Divi Contact Form 7 = 17 This plugin introduces a new module to the Divi Builder, allowing for seamless integration with Contact Form 7. With a simple drag-and-drop functionality from a dropdown list, users can avoid the cumbersome process of navigating to CF7, copying the shortcode, and manually adding it to a text module within the Divi Builder. 18 18 19 - **Grid Builder** With the built-in grid builder, you can create multi-column forms effortlessly.20 - **Text and Background Styling** You have full control over the styling of your form's text and background to match your website's design.21 - **Form Elements Styling:** Style individual form elements, such as text fields, radio buttons, checkboxes, and drop-down menus, with a wide range of customization options.22 - **Button Styling** Create visually appealing buttons with customizable colors, fonts, borders, and hover effects. 23 - **Style Your Messages** You can style the success and error messages to match your website's design.19 - Simplified drag-and-drop functionality for easy integration with Contact Form 7 within the Divi Builder. 20 - Multiple style options available, including hover, focus, and custom CSS options for advanced customization. 21 - Directly define styles for various components such as input, label, send button, and success messages from within the Divi Builder interface. 22 23 Please note that this plugin is an extension of the Divi Builder and requires the presence of both Divi Builder and Contact Form 7 plugins for proper functioning. For more information on the Divi Builder plugin, kindly visit the Elegant Themes website at elegantthemes.com. 24 24 25 25 == Installation == 26 26 Note: This plugin works with Divi Theme or Divi Builder and Contact Form 7. Make sure you have Divi Theme or Divi Builder and Contact Form 7 installed. 27 27 28 Divi Theme/Builder and [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) are required for this plugin.28 Divi Builder and [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) are required for this plugin. 29 29 30 30 1. Upload the plugin folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly. … … 38 38 39 39 =Version 1.3.3= 40 * Remove and clean some unused code 41 42 =Version 1.3.3= 40 43 * Remove freemius 41 44 * Remove notices 42 45 43 46 =Version 1.3.2= 44 Resolved license key issue. 47 * Resolved license key issue 45 48 46 49 =Version 1.3.1= 47 Fixed PHP error. 50 * Fixed PHP error 48 51 49 52 =Version 1.3.0= 50 Implemented security fix. 53 * Implemented security fix 51 54
Note: See TracChangeset
for help on using the changeset viewer.