Version Description
*
Download this release
Release Info
Developer | hannanstd |
Plugin | گرویتی فرم فارسی |
Version | 2.1.2 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.2
- includes/class-iran-cities.php +5 -5
- index.php +2 -2
- readme.txt +16 -2
includes/class-iran-cities.php
CHANGED
@@ -207,11 +207,11 @@ class GFParsi_IranCities
|
|
207 |
$id = $form_id . '_' . $field_id;
|
208 |
|
209 |
$script = 'jQuery().ready(function($){' .
|
210 |
-
'$(".
|
211 |
-
'$(".
|
212 |
-
'$(document.body).on("change", ".
|
213 |
-
'$(".
|
214 |
-
'$(".
|
215 |
'});' .
|
216 |
'})';
|
217 |
GFFormDisplay::add_init_script($form['id'], 'iran_address_city_' . $id, GFFormDisplay::ON_PAGE_RENDER, $script);
|
207 |
$id = $form_id . '_' . $field_id;
|
208 |
|
209 |
$script = 'jQuery().ready(function($){' .
|
210 |
+
'$(".has_city #input_' . $id . '_3").empty();' .
|
211 |
+
'$(".has_city #input_' . $id . '_3").append(gform_iranCities(""+$(".has_city #input_' . $id . '_4").val()));' .
|
212 |
+
'$(document.body).on("change", ".has_city #input_' . $id . '_4" ,function(){' .
|
213 |
+
'$(".has_city #input_' . $id . '_3").empty();' .
|
214 |
+
'$(".has_city #input_' . $id . '_3").append(gform_iranCities(""+$(".has_city #input_' . $id . '_4").val()));' .
|
215 |
'});' .
|
216 |
'})';
|
217 |
GFFormDisplay::add_init_script($form['id'], 'iran_address_city_' . $id, GFFormDisplay::ON_PAGE_RENDER, $script);
|
index.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, This plugin extends the Gravity Forms and its addons with Persian language
|
6 |
-
Version: 2.1.
|
7 |
Requires at least: 4.0
|
8 |
Author: hannansoft
|
9 |
Author URI: http://www.gravityforms.ir/
|
@@ -14,7 +14,7 @@ Domain Path: /languages/
|
|
14 |
if (!defined('ABSPATH')) exit;
|
15 |
|
16 |
if (!defined('GF_PARSI_VERSION'))
|
17 |
-
define('GF_PARSI_VERSION', '2.1.
|
18 |
|
19 |
if (!defined('GF_PARSI_URL'))
|
20 |
define('GF_PARSI_URL', plugins_url('', __FILE__) . '/');
|
3 |
Plugin Name: Persian Gravity Forms
|
4 |
Plugin URI: https://wordpress.org/plugins/persian-gravity-forms/
|
5 |
Description: Gravity Forms for Iranian, This plugin extends the Gravity Forms and its addons with Persian language
|
6 |
+
Version: 2.1.2
|
7 |
Requires at least: 4.0
|
8 |
Author: hannansoft
|
9 |
Author URI: http://www.gravityforms.ir/
|
14 |
if (!defined('ABSPATH')) exit;
|
15 |
|
16 |
if (!defined('GF_PARSI_VERSION'))
|
17 |
+
define('GF_PARSI_VERSION', '2.1.2');
|
18 |
|
19 |
if (!defined('GF_PARSI_URL'))
|
20 |
define('GF_PARSI_URL', plugins_url('', __FILE__) . '/');
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: hannanstd
|
|
3 |
Tags: gravityforms,gravity forms,persian gravity forms,persian gravityforms,gravityforms farsi,gravity forms farsi,rtl,fa_ir,iranian,iranian rials,iranian toman,iran state,gravityforms.ir,gravity forms payment,gravity forms gateway,gravity forms iran gateways
|
4 |
Donate link: http://gravityforms.ir
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.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 .
|
@@ -53,6 +53,13 @@ This plugin extends the Gravity Forms and its addons with Persian language
|
|
53 |
|
54 |
|
55 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
= 2.1.0 =
|
57 |
* بروز رسانی ترجمه
|
58 |
* سازگاری با نسخه جدید گرویتی فرم
|
@@ -137,6 +144,13 @@ This plugin extends the Gravity Forms and its addons with Persian language
|
|
137 |
* انتشار نسخه اولیه
|
138 |
|
139 |
== Upgrade Notice ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
= 2.1.0 =
|
141 |
* بروز رسانی ترجمه
|
142 |
* سازگاری با نسخه جدید گرویتی فرم
|
3 |
Tags: gravityforms,gravity forms,persian gravity forms,persian gravityforms,gravityforms farsi,gravity forms farsi,rtl,fa_ir,iranian,iranian rials,iranian toman,iran state,gravityforms.ir,gravity forms payment,gravity forms gateway,gravity forms iran gateways
|
4 |
Donate link: http://gravityforms.ir
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 4.8.0
|
7 |
+
Stable tag: 2.1.2
|
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 .
|
53 |
|
54 |
|
55 |
== Changelog ==
|
56 |
+
= 2.1.2 =
|
57 |
+
* تغییر کلاس شهرهای ایران
|
58 |
+
= 2.1.1 =
|
59 |
+
* بروز رسانی ترجمه
|
60 |
+
* سازگاری با نسخه جدید گرویتی فرم
|
61 |
+
* رفع مشکل کد ملی، شهرهای ایران و تاریخ شمسی
|
62 |
+
* بهبود راستچین سازی
|
63 |
= 2.1.0 =
|
64 |
* بروز رسانی ترجمه
|
65 |
* سازگاری با نسخه جدید گرویتی فرم
|
144 |
* انتشار نسخه اولیه
|
145 |
|
146 |
== Upgrade Notice ==
|
147 |
+
= 2.1.2 =
|
148 |
+
* تغییر کلاس شهرهای ایران
|
149 |
+
= 2.1.1 =
|
150 |
+
* بروز رسانی ترجمه
|
151 |
+
* سازگاری با نسخه جدید گرویتی فرم
|
152 |
+
* رفع مشکل کد ملی، شهرهای ایران و تاریخ شمسی
|
153 |
+
* بهبود راستچین سازی
|
154 |
= 2.1.0 =
|
155 |
* بروز رسانی ترجمه
|
156 |
* سازگاری با نسخه جدید گرویتی فرم
|