Contact Form 7 Style - Version 3.1.4

Version Description

Release Date: November 4th, 2017

  • Major Fix Background image rendering fixed ( added "url()" )
Download this release

Release Info

Developer mlehelsz
Plugin Icon 128x128 Contact Form 7 Style
Version 3.1.4
Comparing to
See all releases

Code changes from version 3.1.3 to 3.1.4

Files changed (3) hide show
  1. cf7-style.php +2 -2
  2. inc/custom_css_generator.php +2 -0
  3. readme.txt +12 -16
cf7-style.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Contact Form 7 Style
4
  Plugin URI: http://wordpress.reea.net/contact-form-7-style/
5
  Description: Simple style customization and templating for Contact Form 7 forms. Requires Contact Form 7 plugin installed.
6
- Version: 3.1.3
7
  Author: Johnny, dorumarginean, mlehelsz, MirceaR
8
  Author URI: http://cf7style.com
9
  License: GPL2
@@ -20,7 +20,7 @@ if ( !defined( 'ABSPATH' ) ) {
20
  define( 'WPCF7S_PLUGIN', __FILE__ );
21
  define( 'WPCF7S_PLUGIN_DIR', untrailingslashit( dirname( WPCF7S_PLUGIN ) ) );
22
  define( 'WPCF7S_LOCATION',plugin_dir_url( WPCF7S_PLUGIN ) );
23
- define( 'WPCF7S_PLUGIN_VER', '3.1.3' );
24
  define( 'WPCF7S_REQ_PLUGIN', 'contact-form-7/wp-contact-form-7.php' );
25
 
26
  /*
3
  Plugin Name: Contact Form 7 Style
4
  Plugin URI: http://wordpress.reea.net/contact-form-7-style/
5
  Description: Simple style customization and templating for Contact Form 7 forms. Requires Contact Form 7 plugin installed.
6
+ Version: 3.1.4
7
  Author: Johnny, dorumarginean, mlehelsz, MirceaR
8
  Author URI: http://cf7style.com
9
  License: GPL2
20
  define( 'WPCF7S_PLUGIN', __FILE__ );
21
  define( 'WPCF7S_PLUGIN_DIR', untrailingslashit( dirname( WPCF7S_PLUGIN ) ) );
22
  define( 'WPCF7S_LOCATION',plugin_dir_url( WPCF7S_PLUGIN ) );
23
+ define( 'WPCF7S_PLUGIN_VER', '3.1.4' );
24
  define( 'WPCF7S_REQ_PLUGIN', 'contact-form-7/wp-contact-form-7.php' );
25
 
26
  /*
inc/custom_css_generator.php CHANGED
@@ -18,6 +18,8 @@ function generate_row($f_keypart, $s_keypart, $temp_element, $setting_key, $sett
18
 
19
  $unit = ( array_key_exists( $unitkey ,$cf7s_custom_settings)) ? $cf7s_custom_settings[$unitkey] : '';
20
 
 
 
21
  $innerstyle .= $s_keypart.": ".$setting.$unit.$cf7s_force_css. ";";
22
  }
23
 
18
 
19
  $unit = ( array_key_exists( $unitkey ,$cf7s_custom_settings)) ? $cf7s_custom_settings[$unitkey] : '';
20
 
21
+ $setting = ( strpos($s_keypart,'background-image') === false ) ? $setting : 'url("'.$setting.'")';
22
+
23
  $innerstyle .= $s_keypart.": ".$setting.$unit.$cf7s_force_css. ";";
24
  }
25
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://cf7style.com/back-this-project/
4
  Tags: contact form 7, contact form 7 style, contact form 7 templates, contact form 7 styling, CF7, CF7 style, styling contact form, styling contact form 7, multiple form styling, custom form styling, CF7 addon, customize, templates, valentine's day templates, Christmas templates, manual styling, live preview, hover state styling, CF7 form messages styling
5
  Requires at least: 3.0.1
6
  Tested up to: 4.8
7
- Stable tag: 3.1.3
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -76,6 +76,13 @@ Please check our FAQ page where you'll find answers to some of your questions on
76
 
77
  == Changelog ==
78
 
 
 
 
 
 
 
 
79
  = 3.1.3 =
80
 
81
  Release Date: November 3rd, 2017
@@ -93,8 +100,6 @@ Release Date: November 3rd, 2017
93
  * [Major Fix] Refactored style generator
94
  * General bugfixing
95
 
96
-
97
-
98
  = 3.1.2 =
99
  * [Small Fix](https://wordpress.org/support/topic/block-disappeared/) de-activated the possibility to drag boxes around
100
  * [Small Fix](https://wordpress.org/support/topic/transparentclear-input-background/) added possibility to add transparent background
@@ -248,17 +253,8 @@ Release Date: November 3rd, 2017
248
  * First plugin version.
249
 
250
  == Upgrade Notice ==
251
- = Contact Form 7 Style Version 3.1.3 =
252
 
253
- * [New Feature] Placeholder elements styling and hover too + preview generate
254
- * [New Feature] Opacity settings for placeholders
255
- * [Improvement] Updated fonticons
256
- * [Improvement] Contact Form 7 "Go To CF7" button to edit form structure
257
- * [Improvement] Notifications handling modified
258
- * [Improvement] Removed transparent checkbox from font color
259
- * [Improvement] Updated plugin file structure for better code management
260
- * [Improvement] JSON files for plugin settings
261
- * [Major Fix] Works with PHP 7
262
- * [Major Fix] Compatible with WordPress Multisite
263
- * [Major Fix] Refactored style generator
264
- * General bugfixing
4
  Tags: contact form 7, contact form 7 style, contact form 7 templates, contact form 7 styling, CF7, CF7 style, styling contact form, styling contact form 7, multiple form styling, custom form styling, CF7 addon, customize, templates, valentine's day templates, Christmas templates, manual styling, live preview, hover state styling, CF7 form messages styling
5
  Requires at least: 3.0.1
6
  Tested up to: 4.8
7
+ Stable tag: 3.1.4
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
76
 
77
  == Changelog ==
78
 
79
+ = 3.1.4 =
80
+
81
+ Release Date: November 4th, 2017
82
+
83
+ * [Major Fix](https://wordpress.org/support/topic/dont-show-background-image/) Background image rendering fixed ( added "url()" )
84
+
85
+
86
  = 3.1.3 =
87
 
88
  Release Date: November 3rd, 2017
100
  * [Major Fix] Refactored style generator
101
  * General bugfixing
102
 
 
 
103
  = 3.1.2 =
104
  * [Small Fix](https://wordpress.org/support/topic/block-disappeared/) de-activated the possibility to drag boxes around
105
  * [Small Fix](https://wordpress.org/support/topic/transparentclear-input-background/) added possibility to add transparent background
253
  * First plugin version.
254
 
255
  == Upgrade Notice ==
256
+ = Contact Form 7 Style Version 3.1.4 =
257
 
258
+ = 3.1.4 =
259
+
260
+ * [Major Fix](https://wordpress.org/support/topic/dont-show-background-image/) Background image rendering fixed ( added "url()" )