Version Description
- Fixed : CheckBox and Radio Button CSS
Download this release
Release Info
Developer | hannanstd |
Plugin | گرویتی فرم فارسی |
Version | 1.4.5 |
Comparing to | |
See all releases |
Code changes from version 1.4.4 to 1.4.5
- Persian_Gravityforms_By_HANNANStd.php +6 -2
- readme.txt +5 -1
Persian_Gravityforms_By_HANNANStd.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Persian Gravity Forms
|
4 |
Plugin URI: https://wordpress.org/plugins/persian-gravity-forms/
|
5 |
Description: Gravity Forms for Iranian
|
6 |
-
Version: 1.4.
|
7 |
Requires at least: 3.5
|
8 |
Author: HANNAN Ebrahimi Setoode
|
9 |
Author URI: http://www.gravityforms.ir/
|
@@ -582,6 +582,10 @@ class GravityFormsPersian {
|
|
582 |
.gform_wrapper .ginput_complex .ginput_right {
|
583 |
float: left !important;
|
584 |
}
|
|
|
|
|
|
|
|
|
585 |
</style>';
|
586 |
}
|
587 |
}
|
@@ -761,7 +765,7 @@ class GravityFormsPersian {
|
|
761 |
return plugins_url( '', __FILE__ );
|
762 |
}
|
763 |
public function version(){
|
764 |
-
return '1.4.
|
765 |
}
|
766 |
public function Add_HANNANStd_Field_By_HANNANStd( $field_groups ) {
|
767 |
foreach( $field_groups as &$group ){
|
3 |
Plugin Name: Persian Gravity Forms
|
4 |
Plugin URI: https://wordpress.org/plugins/persian-gravity-forms/
|
5 |
Description: Gravity Forms for Iranian
|
6 |
+
Version: 1.4.5
|
7 |
Requires at least: 3.5
|
8 |
Author: HANNAN Ebrahimi Setoode
|
9 |
Author URI: http://www.gravityforms.ir/
|
582 |
.gform_wrapper .ginput_complex .ginput_right {
|
583 |
float: left !important;
|
584 |
}
|
585 |
+
.gform_wrapper .gfield_checkbox li label,
|
586 |
+
.gform_wrapper .gfield_radio li label {
|
587 |
+
margin-right:20px !important;
|
588 |
+
}
|
589 |
</style>';
|
590 |
}
|
591 |
}
|
765 |
return plugins_url( '', __FILE__ );
|
766 |
}
|
767 |
public function version(){
|
768 |
+
return '1.4.5';
|
769 |
}
|
770 |
public function Add_HANNANStd_Field_By_HANNANStd( $field_groups ) {
|
771 |
foreach( $field_groups as &$group ){
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: gravityforms,gravity forms,persian gravity forms,persian gravityforms,grav
|
|
4 |
Donate link: http://www.gravityforms.ir
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.1.1
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPL 2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
This WordPress plugin extends the Gravity Forms plugin and its addons with the Persian language .
|
@@ -83,6 +83,8 @@ You can read complete documentations on the [GravityForms.ir](http://www.Gravity
|
|
83 |
19. Iranian National Code field Advanced setting
|
84 |
|
85 |
== Changelog ==
|
|
|
|
|
86 |
= 1.4.4 =
|
87 |
* Update Translation files
|
88 |
= 1.4.3 =
|
@@ -134,6 +136,8 @@ You can read complete documentations on the [GravityForms.ir](http://www.Gravity
|
|
134 |
* First version
|
135 |
|
136 |
== Upgrade Notice ==
|
|
|
|
|
137 |
= 1.4.4 =
|
138 |
* Update Translation files
|
139 |
= 1.4.3 =
|
4 |
Donate link: http://www.gravityforms.ir
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.1.1
|
7 |
+
Stable tag: 1.4.5
|
8 |
License: GPL 2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
This WordPress plugin extends the Gravity Forms plugin and its addons with the Persian language .
|
83 |
19. Iranian National Code field Advanced setting
|
84 |
|
85 |
== Changelog ==
|
86 |
+
= 1.4.5 =
|
87 |
+
* Fixed : CheckBox and Radio Button CSS
|
88 |
= 1.4.4 =
|
89 |
* Update Translation files
|
90 |
= 1.4.3 =
|
136 |
* First version
|
137 |
|
138 |
== Upgrade Notice ==
|
139 |
+
= 1.4.5 =
|
140 |
+
* Fixed : CheckBox and Radio Button CSS
|
141 |
= 1.4.4 =
|
142 |
* Update Translation files
|
143 |
= 1.4.3 =
|