Version Description
- Fixed: Plugin name to correctly indicate Lite for Lite release
Download this release
Release Info
Developer | jaredatch |
Plugin | Contact Form by WPForms – Drag & Drop Form Builder for WordPress |
Version | 1.3.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1.1 to 1.3.1.2
- readme.txt +3 -0
- wpforms.php +3 -3
readme.txt
CHANGED
@@ -163,6 +163,9 @@ Syed Balkhi
|
|
163 |
|
164 |
== Changelog ==
|
165 |
|
|
|
|
|
|
|
166 |
= 1.3.1.1 =
|
167 |
- Fixed: Error with 1.3.1 Lite release
|
168 |
|
163 |
|
164 |
== Changelog ==
|
165 |
|
166 |
+
= 1.3.1.2 =
|
167 |
+
- Fixed: Plugin name to correctly indicate Lite for Lite release
|
168 |
+
|
169 |
= 1.3.1.1 =
|
170 |
- Fixed: Error with 1.3.1 Lite release
|
171 |
|
wpforms.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Plugin Name: WPForms
|
4 |
* Plugin URI: https://wpforms.com
|
5 |
* Description: Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
|
6 |
* Author: WPForms
|
7 |
* Author URI: https://wpforms.com
|
8 |
-
* Version: 1.3.1.
|
9 |
* Text Domain: wpforms
|
10 |
* Domain Path: languages
|
11 |
*
|
@@ -81,7 +81,7 @@ final class WPForms {
|
|
81 |
* @since 1.0.0
|
82 |
* @var sting
|
83 |
*/
|
84 |
-
public $version = '1.3.1.
|
85 |
|
86 |
/**
|
87 |
* The form data handler instance.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Plugin Name: WPForms Lite
|
4 |
* Plugin URI: https://wpforms.com
|
5 |
* Description: Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
|
6 |
* Author: WPForms
|
7 |
* Author URI: https://wpforms.com
|
8 |
+
* Version: 1.3.1.2
|
9 |
* Text Domain: wpforms
|
10 |
* Domain Path: languages
|
11 |
*
|
81 |
* @since 1.0.0
|
82 |
* @var sting
|
83 |
*/
|
84 |
+
public $version = '1.3.1.2';
|
85 |
|
86 |
/**
|
87 |
* The form data handler instance.
|