Version Description
- Added Iranian National Code field
- See Screenshots 16-19
Download this release
Release Info
Developer | hannanstd |
Plugin | گرویتی فرم فارسی |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
- Persian_Gravityforms_By_HANNANStd.php +2 -1
- readme.txt +5 -5
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.1.
|
7 |
Requires at least: 3.5
|
8 |
Author: HANNAN Ebrahimi Setoode
|
9 |
Author URI: http://www.gravityforms.ir/
|
@@ -16,6 +16,7 @@ class GravityFormsPersian {
|
|
16 |
private $language;
|
17 |
private $is_persian;
|
18 |
public function __construct( $file ) {
|
|
|
19 |
$this->file = $file;
|
20 |
add_action('init', array( $this, 'init' ), 8 );
|
21 |
add_filter('update_footer', array( $this, 'GravityForms_Footer_Left_By_HANNANStd'), 11);
|
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.1.1
|
7 |
Requires at least: 3.5
|
8 |
Author: HANNAN Ebrahimi Setoode
|
9 |
Author URI: http://www.gravityforms.ir/
|
16 |
private $language;
|
17 |
private $is_persian;
|
18 |
public function __construct( $file ) {
|
19 |
+
require_once(self::get_base_path() . "/include/Jalali.php");
|
20 |
$this->file = $file;
|
21 |
add_action('init', array( $this, 'init' ), 8 );
|
22 |
add_filter('update_footer', array( $this, 'GravityForms_Footer_Left_By_HANNANStd'), 11);
|
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.0.1
|
7 |
-
Stable tag: 1.1.
|
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 .
|
@@ -81,8 +81,8 @@ You can read complete documentations on the [GravityForms.ir](http://www.Gravity
|
|
81 |
19. Iranian National Code field Advanced setting
|
82 |
|
83 |
== Changelog ==
|
84 |
-
= 1.1.
|
85 |
-
*
|
86 |
* See Screenshots 16-19
|
87 |
= 1.0.2 =
|
88 |
* Fixed : Some Minor bugs
|
@@ -92,8 +92,8 @@ You can read complete documentations on the [GravityForms.ir](http://www.Gravity
|
|
92 |
* First version
|
93 |
|
94 |
== Upgrade Notice ==
|
95 |
-
= 1.1.
|
96 |
-
*
|
97 |
* See Screenshots 16-19
|
98 |
= 1.0.2 =
|
99 |
* Fixed : Some Minor bugs
|
4 |
Donate link: http://www.gravityforms.ir
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.0.1
|
7 |
+
Stable tag: 1.1.1
|
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 .
|
81 |
19. Iranian National Code field Advanced setting
|
82 |
|
83 |
== Changelog ==
|
84 |
+
= 1.1.1 =
|
85 |
+
* Added Iranian National Code field
|
86 |
* See Screenshots 16-19
|
87 |
= 1.0.2 =
|
88 |
* Fixed : Some Minor bugs
|
92 |
* First version
|
93 |
|
94 |
== Upgrade Notice ==
|
95 |
+
= 1.1.1 =
|
96 |
+
* Added Iranian National Code field
|
97 |
* See Screenshots 16-19
|
98 |
= 1.0.2 =
|
99 |
* Fixed : Some Minor bugs
|