Version Description
2019-10-02 =
FIX: Remove & replace clearfix removed/deprecated in WordPress 5.0 - had conflict with some other WP plugins.
Download this release
Release Info
Developer | buzztone |
Plugin | Contact Form 7 Skins |
Version | 2.1.4 |
Comparing to | |
See all releases |
Code changes from version 2.1.3 to 2.1.4
- css/admin.css +0 -9
- includes/getting-started.php +3 -3
- includes/style.php +7 -7
- includes/tab.php +3 -3
- includes/template.php +7 -7
- index.php +2 -2
- readme.txt +5 -1
css/admin.css
CHANGED
@@ -1,12 +1,3 @@
|
|
1 |
-
#cf7s .clearfix:after {
|
2 |
-
clear: both;
|
3 |
-
}
|
4 |
-
#cf7s .clearfix:before,
|
5 |
-
#cf7s .clearfix:after {
|
6 |
-
content: "";
|
7 |
-
display: table;
|
8 |
-
line-height: 0;
|
9 |
-
}
|
10 |
#cf7s h2 {
|
11 |
clear: none;
|
12 |
font-size: auto;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
#cf7s h2 {
|
2 |
clear: none;
|
3 |
font-size: auto;
|
includes/getting-started.php
CHANGED
@@ -74,7 +74,7 @@
|
|
74 |
|
75 |
<p><a class="cf7s-btn" target="_blank" href="http://kb.cf7skins.com/category/visual-editor/?utm_source=plugin&utm_medium=link&utm_campaign=getting-started"><?php _e( 'Learn More', CF7SKINS_TEXTDOMAIN ); ?></a></p>
|
76 |
|
77 |
-
<div class="clearfix"></div>
|
78 |
|
79 |
<p>2. <a href="http://cf7skins.com/templates/?utm_source=plugin&utm_medium=link&utm_campaign=getting-started" target="_blank"><strong><?php _e( ' Templates', CF7SKINS_TEXTDOMAIN ); ?></strong></a><?php _e( ' – give you a starting point for your form.', CF7SKINS_TEXTDOMAIN ); ?></p>
|
80 |
|
@@ -95,7 +95,7 @@
|
|
95 |
|
96 |
<p><a class="cf7s-btn" target="_blank" href="http://kb.cf7skins.com/category/templates/?utm_source=plugin&utm_medium=link&utm_campaign=getting-started"><?php _e( 'Learn More', CF7SKINS_TEXTDOMAIN ); ?></a></p>
|
97 |
|
98 |
-
<div class="clearfix"></div>
|
99 |
|
100 |
<p>3. <a href="http://cf7skins.com/styles/?utm_source=plugin&utm_medium=link&utm_campaign=getting-started" target="_blank"><strong><?php _e( ' Styles', CF7SKINS_TEXTDOMAIN ); ?></strong></a><?php _e( ' – control the appearance for your form.', CF7SKINS_TEXTDOMAIN ); ?></p>
|
101 |
|
@@ -115,7 +115,7 @@
|
|
115 |
|
116 |
<p><a class="cf7s-btn" target="_blank" href="http://kb.cf7skins.com/category/styles/?utm_source=plugin&utm_medium=link&utm_campaign=getting-started"><?php _e( 'Learn More', CF7SKINS_TEXTDOMAIN ); ?></a></p>
|
117 |
|
118 |
-
<div class="clearfix"></div>
|
119 |
|
120 |
<h3><?php _e( 'Doing more with CF7 Skins', CF7SKINS_TEXTDOMAIN ); ?></h3>
|
121 |
<p><?php _e( 'To take advantage of the full functionality of CF7 Skins we recommend reading the following items.', CF7SKINS_TEXTDOMAIN ); ?></p>
|
74 |
|
75 |
<p><a class="cf7s-btn" target="_blank" href="http://kb.cf7skins.com/category/visual-editor/?utm_source=plugin&utm_medium=link&utm_campaign=getting-started"><?php _e( 'Learn More', CF7SKINS_TEXTDOMAIN ); ?></a></p>
|
76 |
|
77 |
+
<div class="wp-clearfix"></div>
|
78 |
|
79 |
<p>2. <a href="http://cf7skins.com/templates/?utm_source=plugin&utm_medium=link&utm_campaign=getting-started" target="_blank"><strong><?php _e( ' Templates', CF7SKINS_TEXTDOMAIN ); ?></strong></a><?php _e( ' – give you a starting point for your form.', CF7SKINS_TEXTDOMAIN ); ?></p>
|
80 |
|
95 |
|
96 |
<p><a class="cf7s-btn" target="_blank" href="http://kb.cf7skins.com/category/templates/?utm_source=plugin&utm_medium=link&utm_campaign=getting-started"><?php _e( 'Learn More', CF7SKINS_TEXTDOMAIN ); ?></a></p>
|
97 |
|
98 |
+
<div class="wp-clearfix"></div>
|
99 |
|
100 |
<p>3. <a href="http://cf7skins.com/styles/?utm_source=plugin&utm_medium=link&utm_campaign=getting-started" target="_blank"><strong><?php _e( ' Styles', CF7SKINS_TEXTDOMAIN ); ?></strong></a><?php _e( ' – control the appearance for your form.', CF7SKINS_TEXTDOMAIN ); ?></p>
|
101 |
|
115 |
|
116 |
<p><a class="cf7s-btn" target="_blank" href="http://kb.cf7skins.com/category/styles/?utm_source=plugin&utm_medium=link&utm_campaign=getting-started"><?php _e( 'Learn More', CF7SKINS_TEXTDOMAIN ); ?></a></p>
|
117 |
|
118 |
+
<div class="wp-clearfix"></div>
|
119 |
|
120 |
<h3><?php _e( 'Doing more with CF7 Skins', CF7SKINS_TEXTDOMAIN ); ?></h3>
|
121 |
<p><?php _e( 'To take advantage of the full functionality of CF7 Skins we recommend reading the following items.', CF7SKINS_TEXTDOMAIN ); ?></p>
|
includes/style.php
CHANGED
@@ -257,12 +257,12 @@ class CF7_Skin_Style extends CF7_Skin {
|
|
257 |
<input type="search" class="theme-search skins-search" id="theme-search-input" placeholder="<?php _e('Search styles...', $this->textdomain); ?>" />
|
258 |
</div>
|
259 |
|
260 |
-
<div class="skin-list clearfix">
|
261 |
<span class="spinner"></span>
|
262 |
<?php $this->styles_list(); ?>
|
263 |
</div>
|
264 |
|
265 |
-
<div class="skin-details clearfix hidden">
|
266 |
<?php foreach( $this->cf7s_get_style_list() as $style )
|
267 |
$this->cf7s_details_view( $style ); ?>
|
268 |
</div>
|
@@ -343,11 +343,11 @@ class CF7_Skin_Style extends CF7_Skin {
|
|
343 |
</div>
|
344 |
</div>
|
345 |
|
346 |
-
<div class="skin-list clearfix">
|
347 |
<span class="spinner"></span>
|
348 |
<?php $this->styles_list(); ?>
|
349 |
</div>
|
350 |
-
<div class="skin-details clearfix hidden">
|
351 |
<?php foreach( $this->cf7s_get_style_list() as $style )
|
352 |
$this->cf7s_details_view( $style ); ?>
|
353 |
</div>
|
@@ -394,7 +394,7 @@ class CF7_Skin_Style extends CF7_Skin {
|
|
394 |
<?php $imgurl = $style['url'] . $style['dir'] . '/thumbnail.png'; ?>
|
395 |
<img src="<?php echo file_exists( $imgpath ) ? $imgurl : CF7SKINS_URL . 'images/no-preview.png'; ?>" />
|
396 |
</div>
|
397 |
-
<ul class="clearfix skin-action">
|
398 |
<li><a class="select<?php echo $class; ?> balloon" title="<?php _e( 'Select to apply the Style to your form - is applied to your form once you Save.',$this->textdomain ); ?>" data-value="<?php $this->get_slug_name( $style ); ?>" href="#cf7s-style"><?php echo $select_text; ?></a></li>
|
399 |
<li><a class="detail balloon" title="<?php _e( 'Show detailed information about this Style - overview of the appearance and layout with description and usage details.' ,$this->textdomain ); ?>" href="#<?php $this->get_slug_name( $style ); ?>"><?php _e('Details', $this->textdomain ); ?></a></li>
|
400 |
</ul>
|
@@ -424,7 +424,7 @@ class CF7_Skin_Style extends CF7_Skin {
|
|
424 |
<img src="<?php echo $style['url'] . $style['dir'] . '/thumbnail.png'; ?>" />
|
425 |
</div>
|
426 |
<div class="block-details"><div>
|
427 |
-
<ul class="clearfix skin-action">
|
428 |
<li><a class="balloon view" data-value="<?php $this->get_slug_name( $style ); ?>" href="#cf7s-style" title="<?php _e( 'Use Expanded View to view Styles features - shows all form fields available in Contact Form 7.', $this->textdomain ); ?>"><?php _e('Expanded View', $this->textdomain ); ?></a></li>
|
429 |
<li><a class="balloon select<?php echo $class; ?>" data-value="<?php $this->get_slug_name( $style ); ?>" href="#cf7s-style" title="<?php _e( 'Select to apply the Style to your form - is applied to your form once you Save.', $this->textdomain ); ?>"><?php echo $select_text; ?></a></li>
|
430 |
<li><a class="balloon close" href="#" title="<?php _e( 'Return to Style Gallery/Grid view.', $this->textdomain ); ?>"><?php _e('Close', $this->textdomain ); ?></a></li>
|
@@ -441,7 +441,7 @@ class CF7_Skin_Style extends CF7_Skin {
|
|
441 |
</div>
|
442 |
|
443 |
<div class="expanded-view">
|
444 |
-
<ul class="clearfix skin-action">
|
445 |
<li><a class="balloon view" data-value="<?php $this->get_slug_name( $style ); ?>" href="#cf7s-style" title="<?php _e( 'Return to Details View', $this->textdomain ); ?>"><?php _e('Details View', $this->textdomain ); ?></a></li>
|
446 |
<li><a class="balloon select<?php echo $class; ?>" data-value="<?php $this->get_slug_name( $style ); ?>" href="#cf7s-style" title="<?php _e( 'Select to apply the Style to your form - is applied to your form once you Save', $this->textdomain ); ?>"><?php echo $select_text; ?></a></li>
|
447 |
<li><a class="balloon close" href="#" title="<?php _e( 'Return to Style Gallery/Grid View', $this->textdomain ); ?>"><?php _e('Close', $this->textdomain ); ?></a></li>
|
257 |
<input type="search" class="theme-search skins-search" id="theme-search-input" placeholder="<?php _e('Search styles...', $this->textdomain); ?>" />
|
258 |
</div>
|
259 |
|
260 |
+
<div class="skin-list wp-clearfix">
|
261 |
<span class="spinner"></span>
|
262 |
<?php $this->styles_list(); ?>
|
263 |
</div>
|
264 |
|
265 |
+
<div class="skin-details wp-wp-clearfix hidden">
|
266 |
<?php foreach( $this->cf7s_get_style_list() as $style )
|
267 |
$this->cf7s_details_view( $style ); ?>
|
268 |
</div>
|
343 |
</div>
|
344 |
</div>
|
345 |
|
346 |
+
<div class="skin-list wp-clearfix">
|
347 |
<span class="spinner"></span>
|
348 |
<?php $this->styles_list(); ?>
|
349 |
</div>
|
350 |
+
<div class="skin-details wp-clearfix hidden">
|
351 |
<?php foreach( $this->cf7s_get_style_list() as $style )
|
352 |
$this->cf7s_details_view( $style ); ?>
|
353 |
</div>
|
394 |
<?php $imgurl = $style['url'] . $style['dir'] . '/thumbnail.png'; ?>
|
395 |
<img src="<?php echo file_exists( $imgpath ) ? $imgurl : CF7SKINS_URL . 'images/no-preview.png'; ?>" />
|
396 |
</div>
|
397 |
+
<ul class="wp-clearfix skin-action">
|
398 |
<li><a class="select<?php echo $class; ?> balloon" title="<?php _e( 'Select to apply the Style to your form - is applied to your form once you Save.',$this->textdomain ); ?>" data-value="<?php $this->get_slug_name( $style ); ?>" href="#cf7s-style"><?php echo $select_text; ?></a></li>
|
399 |
<li><a class="detail balloon" title="<?php _e( 'Show detailed information about this Style - overview of the appearance and layout with description and usage details.' ,$this->textdomain ); ?>" href="#<?php $this->get_slug_name( $style ); ?>"><?php _e('Details', $this->textdomain ); ?></a></li>
|
400 |
</ul>
|
424 |
<img src="<?php echo $style['url'] . $style['dir'] . '/thumbnail.png'; ?>" />
|
425 |
</div>
|
426 |
<div class="block-details"><div>
|
427 |
+
<ul class="wp-clearfix skin-action">
|
428 |
<li><a class="balloon view" data-value="<?php $this->get_slug_name( $style ); ?>" href="#cf7s-style" title="<?php _e( 'Use Expanded View to view Styles features - shows all form fields available in Contact Form 7.', $this->textdomain ); ?>"><?php _e('Expanded View', $this->textdomain ); ?></a></li>
|
429 |
<li><a class="balloon select<?php echo $class; ?>" data-value="<?php $this->get_slug_name( $style ); ?>" href="#cf7s-style" title="<?php _e( 'Select to apply the Style to your form - is applied to your form once you Save.', $this->textdomain ); ?>"><?php echo $select_text; ?></a></li>
|
430 |
<li><a class="balloon close" href="#" title="<?php _e( 'Return to Style Gallery/Grid view.', $this->textdomain ); ?>"><?php _e('Close', $this->textdomain ); ?></a></li>
|
441 |
</div>
|
442 |
|
443 |
<div class="expanded-view">
|
444 |
+
<ul class="wp-clearfix skin-action">
|
445 |
<li><a class="balloon view" data-value="<?php $this->get_slug_name( $style ); ?>" href="#cf7s-style" title="<?php _e( 'Return to Details View', $this->textdomain ); ?>"><?php _e('Details View', $this->textdomain ); ?></a></li>
|
446 |
<li><a class="balloon select<?php echo $class; ?>" data-value="<?php $this->get_slug_name( $style ); ?>" href="#cf7s-style" title="<?php _e( 'Select to apply the Style to your form - is applied to your form once you Save', $this->textdomain ); ?>"><?php echo $select_text; ?></a></li>
|
447 |
<li><a class="balloon close" href="#" title="<?php _e( 'Return to Style Gallery/Grid View', $this->textdomain ); ?>"><?php _e('Close', $this->textdomain ); ?></a></li>
|
includes/tab.php
CHANGED
@@ -293,15 +293,15 @@ class CF7_Skins_Admin_Tab extends CF7_Skins_Admin {
|
|
293 |
|
294 |
<div class="nav-tab-content <?php echo $color_scheme; ?>">
|
295 |
<?php foreach( $this->tabs as $key => $value ) : ?>
|
296 |
-
<div id="tab-<?php echo $key; ?>" class="tab-content clearfix">
|
297 |
<?php do_action( 'cf7skins_tab_content', $key ); ?>
|
298 |
</div>
|
299 |
<?php endforeach; ?>
|
300 |
|
301 |
-
<div id="tab-getting-started" class="tab-content info-tab clearfix">
|
302 |
<div class="info-wrapper"><?php require_once( CF7SKINS_PATH . 'includes/getting-started.php' ); ?></div>
|
303 |
</div>
|
304 |
-
<div id="tab-add-ons" class="tab-content info-tab clearfix">
|
305 |
<div class="info-wrapper"><?php require_once( CF7SKINS_PATH . 'includes/pro-version.php' ); ?></div>
|
306 |
</div>
|
307 |
</div>
|
293 |
|
294 |
<div class="nav-tab-content <?php echo $color_scheme; ?>">
|
295 |
<?php foreach( $this->tabs as $key => $value ) : ?>
|
296 |
+
<div id="tab-<?php echo $key; ?>" class="tab-content wp-clearfix">
|
297 |
<?php do_action( 'cf7skins_tab_content', $key ); ?>
|
298 |
</div>
|
299 |
<?php endforeach; ?>
|
300 |
|
301 |
+
<div id="tab-getting-started" class="tab-content info-tab wp-clearfix">
|
302 |
<div class="info-wrapper"><?php require_once( CF7SKINS_PATH . 'includes/getting-started.php' ); ?></div>
|
303 |
</div>
|
304 |
+
<div id="tab-add-ons" class="tab-content info-tab wp-clearfix">
|
305 |
<div class="info-wrapper"><?php require_once( CF7SKINS_PATH . 'includes/pro-version.php' ); ?></div>
|
306 |
</div>
|
307 |
</div>
|
includes/template.php
CHANGED
@@ -270,12 +270,12 @@ class CF7_Skin_Template extends CF7_Skin {
|
|
270 |
<input type="search" class="theme-search skins-search" id="theme-search-input" placeholder="<?php _e('Search templates...', $this->textdomain); ?>" />
|
271 |
</div>
|
272 |
|
273 |
-
<div class="skin-list clearfix">
|
274 |
<span class="spinner"></span>
|
275 |
<?php $this->templates_list() ?>
|
276 |
</div>
|
277 |
|
278 |
-
<div class="skin-details clearfix hidden">
|
279 |
<?php foreach( $this->cf7s_get_template_list() as $template )
|
280 |
$this->cf7s_details_view( $template ); ?>
|
281 |
</div>
|
@@ -352,11 +352,11 @@ class CF7_Skin_Template extends CF7_Skin {
|
|
352 |
</div>
|
353 |
</div>
|
354 |
|
355 |
-
<div class="skin-list clearfix">
|
356 |
<span class="spinner"></span>
|
357 |
<?php $this->templates_list() ?>
|
358 |
</div>
|
359 |
-
<div class="skin-details clearfix hidden">
|
360 |
<?php foreach( $this->cf7s_get_template_list() as $template )
|
361 |
$this->cf7s_details_view( $template ); ?>
|
362 |
</div>
|
@@ -404,7 +404,7 @@ class CF7_Skin_Template extends CF7_Skin {
|
|
404 |
<?php $imgurl = $template['url'] . $template['dir'] . '/thumbnail.png'; ?>
|
405 |
<img src="<?php echo file_exists( $imgpath ) ? $imgurl : CF7SKINS_URL . 'images/no-preview.png'; ?>" />
|
406 |
</div>
|
407 |
-
<ul class="clearfix skin-action">
|
408 |
<li><a class="select<?php echo $class; ?> balloon" title="<?php _e( 'Select to apply the Template to your form - appears in the form editing area, where you can edit your requirements.',$this->textdomain ); ?>" data-post="<?php echo $post; ?>" data-locale="<?php echo $locale; ?>" data-value="<?php $this->get_slug_name( $template ); ?>" href="#cf7s-template"><?php echo $select_text; ?></a></li>
|
409 |
<li><a class="detail balloon" title="<?php _e( 'Show detailed information about this Template, with layout, description and usage details.' ,$this->textdomain ); ?>" href="#tpl-<?php $this->get_slug_name( $template ); ?>-detail"><?php _e('Details', $this->textdomain ); ?></a></li>
|
410 |
</ul>
|
@@ -434,7 +434,7 @@ class CF7_Skin_Template extends CF7_Skin {
|
|
434 |
<img src="<?php echo $template['url'] . $template['dir'] . '/thumbnail.png'; ?>" />
|
435 |
</div>
|
436 |
<div class="block-details"><div>
|
437 |
-
<ul class="clearfix skin-action">
|
438 |
<li><a class="balloon view" data-value="<?php $this->get_slug_name( $template ); ?>" href="#cf7s-template" title="<?php _e( 'Use Expanded View to view Template features - shows layout, description & usage details.', $this->textdomain ); ?>"><?php _e('Expanded View', $this->textdomain ); ?></a></li>
|
439 |
<li><a class="balloon select<?php echo $class; ?>" data-value="<?php $this->get_slug_name( $template ); ?>" href="#cf7s-template" title="<?php _e( 'Select to apply the Template to your form - appears in the Form Editing area, where you can edit to your requirements.', $this->textdomain ); ?>"><?php echo $select_text; ?></a></li>
|
440 |
<li><a class="balloon close" href="#" title="<?php _e( 'Return to Template Gallery/Grid view.', $this->textdomain ); ?>"><?php _e('Close', $this->textdomain ); ?></a></li>
|
@@ -451,7 +451,7 @@ class CF7_Skin_Template extends CF7_Skin {
|
|
451 |
</div>
|
452 |
|
453 |
<div class="expanded-view">
|
454 |
-
<ul class="clearfix skin-action">
|
455 |
<li><a class="balloon view" data-value="<?php $this->get_slug_name( $template ); ?>" href="#cf7s-template" title="<?php _e( 'Return to Details View', $this->textdomain ); ?>"><?php _e('Details View', $this->textdomain ); ?></a></li>
|
456 |
<li><a class="balloon select<?php echo $class; ?>" data-value="<?php $this->get_slug_name( $template ); ?>" href="#cf7s-template" title="<?php _e( 'Select to apply the Template to your form - appears in the Form editing area, where you can edit to your requirements.', $this->textdomain ); ?>"><?php echo $select_text; ?></a></li>
|
457 |
<li><a class="balloon close" href="#" title="<?php _e( 'Return to Template Gallery/ Grid View', $this->textdomain ); ?>"><?php _e('Close', $this->textdomain ); ?></a></li>
|
270 |
<input type="search" class="theme-search skins-search" id="theme-search-input" placeholder="<?php _e('Search templates...', $this->textdomain); ?>" />
|
271 |
</div>
|
272 |
|
273 |
+
<div class="skin-list wp-clearfix">
|
274 |
<span class="spinner"></span>
|
275 |
<?php $this->templates_list() ?>
|
276 |
</div>
|
277 |
|
278 |
+
<div class="skin-details wp-clearfix hidden">
|
279 |
<?php foreach( $this->cf7s_get_template_list() as $template )
|
280 |
$this->cf7s_details_view( $template ); ?>
|
281 |
</div>
|
352 |
</div>
|
353 |
</div>
|
354 |
|
355 |
+
<div class="skin-list wp-clearfix">
|
356 |
<span class="spinner"></span>
|
357 |
<?php $this->templates_list() ?>
|
358 |
</div>
|
359 |
+
<div class="skin-details wp-clearfix hidden">
|
360 |
<?php foreach( $this->cf7s_get_template_list() as $template )
|
361 |
$this->cf7s_details_view( $template ); ?>
|
362 |
</div>
|
404 |
<?php $imgurl = $template['url'] . $template['dir'] . '/thumbnail.png'; ?>
|
405 |
<img src="<?php echo file_exists( $imgpath ) ? $imgurl : CF7SKINS_URL . 'images/no-preview.png'; ?>" />
|
406 |
</div>
|
407 |
+
<ul class="wp-clearfix skin-action">
|
408 |
<li><a class="select<?php echo $class; ?> balloon" title="<?php _e( 'Select to apply the Template to your form - appears in the form editing area, where you can edit your requirements.',$this->textdomain ); ?>" data-post="<?php echo $post; ?>" data-locale="<?php echo $locale; ?>" data-value="<?php $this->get_slug_name( $template ); ?>" href="#cf7s-template"><?php echo $select_text; ?></a></li>
|
409 |
<li><a class="detail balloon" title="<?php _e( 'Show detailed information about this Template, with layout, description and usage details.' ,$this->textdomain ); ?>" href="#tpl-<?php $this->get_slug_name( $template ); ?>-detail"><?php _e('Details', $this->textdomain ); ?></a></li>
|
410 |
</ul>
|
434 |
<img src="<?php echo $template['url'] . $template['dir'] . '/thumbnail.png'; ?>" />
|
435 |
</div>
|
436 |
<div class="block-details"><div>
|
437 |
+
<ul class="wp-clearfix skin-action">
|
438 |
<li><a class="balloon view" data-value="<?php $this->get_slug_name( $template ); ?>" href="#cf7s-template" title="<?php _e( 'Use Expanded View to view Template features - shows layout, description & usage details.', $this->textdomain ); ?>"><?php _e('Expanded View', $this->textdomain ); ?></a></li>
|
439 |
<li><a class="balloon select<?php echo $class; ?>" data-value="<?php $this->get_slug_name( $template ); ?>" href="#cf7s-template" title="<?php _e( 'Select to apply the Template to your form - appears in the Form Editing area, where you can edit to your requirements.', $this->textdomain ); ?>"><?php echo $select_text; ?></a></li>
|
440 |
<li><a class="balloon close" href="#" title="<?php _e( 'Return to Template Gallery/Grid view.', $this->textdomain ); ?>"><?php _e('Close', $this->textdomain ); ?></a></li>
|
451 |
</div>
|
452 |
|
453 |
<div class="expanded-view">
|
454 |
+
<ul class="wp-clearfix skin-action">
|
455 |
<li><a class="balloon view" data-value="<?php $this->get_slug_name( $template ); ?>" href="#cf7s-template" title="<?php _e( 'Return to Details View', $this->textdomain ); ?>"><?php _e('Details View', $this->textdomain ); ?></a></li>
|
456 |
<li><a class="balloon select<?php echo $class; ?>" data-value="<?php $this->get_slug_name( $template ); ?>" href="#cf7s-template" title="<?php _e( 'Select to apply the Template to your form - appears in the Form editing area, where you can edit to your requirements.', $this->textdomain ); ?>"><?php echo $select_text; ?></a></li>
|
457 |
<li><a class="balloon close" href="#" title="<?php _e( 'Return to Template Gallery/ Grid View', $this->textdomain ); ?>"><?php _e('Close', $this->textdomain ); ?></a></li>
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Contact Form 7 Skins
|
4 |
* Plugin URI: http://cf7skins.com
|
5 |
* Description: Adds drag & drop Visual Editor with Templates & Styles to Contact Form 7. Requires Contact Form 7.
|
6 |
-
* Version: 2.1.
|
7 |
* Author: Neil Murray
|
8 |
* Author URI: http://cf7skins.com
|
9 |
* License: GPL-2.0+
|
@@ -30,7 +30,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
30 |
*
|
31 |
* @since 0.1.0
|
32 |
*/
|
33 |
-
define( 'CF7SKINS_VERSION', '2.1.
|
34 |
define( 'CF7SKINS_OPTIONS', 'cf7skins' ); // Database option names
|
35 |
define( 'CF7SKINS_TEXTDOMAIN', 'contact-form-7-skins' );
|
36 |
define( 'CF7SKINS_FEATURE_FILTER', false ); // @since 0.4.0
|
3 |
* Plugin Name: Contact Form 7 Skins
|
4 |
* Plugin URI: http://cf7skins.com
|
5 |
* Description: Adds drag & drop Visual Editor with Templates & Styles to Contact Form 7. Requires Contact Form 7.
|
6 |
+
* Version: 2.1.4
|
7 |
* Author: Neil Murray
|
8 |
* Author URI: http://cf7skins.com
|
9 |
* License: GPL-2.0+
|
30 |
*
|
31 |
* @since 0.1.0
|
32 |
*/
|
33 |
+
define( 'CF7SKINS_VERSION', '2.1.4' );
|
34 |
define( 'CF7SKINS_OPTIONS', 'cf7skins' ); // Database option names
|
35 |
define( 'CF7SKINS_TEXTDOMAIN', 'contact-form-7-skins' );
|
36 |
define( 'CF7SKINS_FEATURE_FILTER', false ); // @since 0.4.0
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: contact form 7, drag & drop form editor, contact form 7 template, contact
|
|
4 |
Requires at least: 4.3
|
5 |
Tested up to: 5.2
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 2.1.
|
8 |
Author URI: https://cf7skins.com
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -122,6 +122,10 @@ Absolutely not. You can create and manage Contact Form 7 forms without any codin
|
|
122 |
|
123 |
== Changelog ==
|
124 |
|
|
|
|
|
|
|
|
|
125 |
= 2.1.3 - 2019-07-03 =
|
126 |
|
127 |
* TWEAK: Enable export of individual form.
|
4 |
Requires at least: 4.3
|
5 |
Tested up to: 5.2
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 2.1.4
|
8 |
Author URI: https://cf7skins.com
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
122 |
|
123 |
== Changelog ==
|
124 |
|
125 |
+
= 2.1.4 - 2019-10-02 =
|
126 |
+
|
127 |
+
* FIX: Remove & replace clearfix removed/deprecated in WordPress 5.0 - had conflict with some other WP plugins.
|
128 |
+
|
129 |
= 2.1.3 - 2019-07-03 =
|
130 |
|
131 |
* TWEAK: Enable export of individual form.
|