Version Description
Download this release
Release Info
Developer | adampickering |
Plugin | Regions for WP Job Manager |
Version | 1.7.2 |
Comparing to | |
See all releases |
Code changes from version 1.7.1 to 1.7.2
assets/js/main.js
CHANGED
@@ -37,7 +37,14 @@
|
|
37 |
location.html( '' );
|
38 |
location.removeClass( 'search_location' ).addClass( 'search_region' );
|
39 |
|
40 |
-
$(this).find( '#search_region_chosen' )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
});
|
42 |
},
|
43 |
|
37 |
location.html( '' );
|
38 |
location.removeClass( 'search_location' ).addClass( 'search_region' );
|
39 |
|
40 |
+
var $chosen = $( this ).find( '#search_region_chosen' );
|
41 |
+
var $std = $(this).find( '#search_region' );
|
42 |
+
|
43 |
+
if ( $chosen.length ) {
|
44 |
+
$chosen.detach().appendTo(location);
|
45 |
+
} else {
|
46 |
+
$std.detach().appendTo(location);
|
47 |
+
}
|
48 |
});
|
49 |
},
|
50 |
|
languages/wp-job-manager-locations-ru_RU.mo
ADDED
Binary file
|
languages/wp-job-manager-locations-ru_RU.po
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015
|
2 |
+
# This file is distributed under the same license as the package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: WP Job manager Locations RU\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager-regions\n"
|
7 |
+
"POT-Creation-Date: 2015-01-06 15:06:36+00:00\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2015-03-16 04:32+0300\n"
|
12 |
+
"Last-Translator: Denis <denis@idsn.ru>\n"
|
13 |
+
"Language-Team: Denis Klyuev <denis@idsn.ru>\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"Language: ru_RU\n"
|
16 |
+
"X-Generator: Poedit 1.6.6\n"
|
17 |
+
|
18 |
+
#: includes/class-taxonomy.php:17 includes/class-template.php:30
|
19 |
+
msgid "Job Region"
|
20 |
+
msgstr "Регион"
|
21 |
+
|
22 |
+
#: includes/class-taxonomy.php:18
|
23 |
+
#: includes/widgets/class-widget-region-list.php:14
|
24 |
+
#: wp-job-manager-locations.php:90
|
25 |
+
msgid "Job Regions"
|
26 |
+
msgstr "Регионы"
|
27 |
+
|
28 |
+
#: includes/class-taxonomy.php:22
|
29 |
+
msgctxt "Job region slug - resave permalinks after changing this"
|
30 |
+
msgid "job-region"
|
31 |
+
msgstr "region"
|
32 |
+
|
33 |
+
#: includes/class-taxonomy.php:39
|
34 |
+
msgid "Search %s"
|
35 |
+
msgstr "Поиск %s"
|
36 |
+
|
37 |
+
#: includes/class-taxonomy.php:40
|
38 |
+
msgid "All %s"
|
39 |
+
msgstr "Все %s"
|
40 |
+
|
41 |
+
#: includes/class-taxonomy.php:41
|
42 |
+
msgid "Parent %s"
|
43 |
+
msgstr "Родитель %s"
|
44 |
+
|
45 |
+
#: includes/class-taxonomy.php:42
|
46 |
+
msgid "Parent %s:"
|
47 |
+
msgstr "Родитель %s"
|
48 |
+
|
49 |
+
#: includes/class-taxonomy.php:43
|
50 |
+
msgid "Edit %s"
|
51 |
+
msgstr "Редактировать %"
|
52 |
+
|
53 |
+
#: includes/class-taxonomy.php:44
|
54 |
+
msgid "Update %s"
|
55 |
+
msgstr "Обновить %"
|
56 |
+
|
57 |
+
#: includes/class-taxonomy.php:45
|
58 |
+
msgid "Add New %s"
|
59 |
+
msgstr "Добавить Новое %"
|
60 |
+
|
61 |
+
#: includes/class-taxonomy.php:46
|
62 |
+
msgid "New %s Name"
|
63 |
+
msgstr "Новое %s Имя"
|
64 |
+
|
65 |
+
#: includes/class-template.php:50
|
66 |
+
msgid "All Regions"
|
67 |
+
msgstr "Во всех регионах"
|
68 |
+
|
69 |
+
#: includes/widgets/class-widget-region-list.php:12
|
70 |
+
msgid "Display a list of job regions."
|
71 |
+
msgstr "Отображать список по регионам."
|
72 |
+
|
73 |
+
#: includes/widgets/class-widget-region-list.php:19
|
74 |
+
msgid "Title:"
|
75 |
+
msgstr "Название:"
|
76 |
+
|
77 |
+
#: wp-job-manager-locations.php:91
|
78 |
+
msgid "Filter by Region"
|
79 |
+
msgstr "Фильтр по Регионам"
|
80 |
+
|
81 |
+
#: wp-job-manager-locations.php:92
|
82 |
+
msgid "Use a dropdown instead of a text input."
|
83 |
+
msgstr "Выпадающее меню вместо ввода."
|
84 |
+
|
85 |
+
#: wp-job-manager-locations.php:197
|
86 |
+
msgid "in %s"
|
87 |
+
msgstr "в %"
|
readme.txt
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
Author URI: http://astoundify.com
|
4 |
Plugin URI: http://astoundify.com
|
5 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=contact@astoundify.com&item_name=Donation+for+Astoundify WP Job Manager Regions
|
6 |
-
Contributors: Astoundify
|
7 |
Tags: job, job listing, job region
|
8 |
-
Requires at least:
|
9 |
-
Tested up to: 4.1
|
10 |
-
Stable Tag: 1.7.
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
13 |
|
@@ -32,12 +32,16 @@ Astoundify has released two themes that are fully integrated with the WP Job Man
|
|
32 |
|
33 |
== Changelog ==
|
34 |
|
|
|
|
|
|
|
|
|
35 |
= 1.7.1: March 15, 2015 =
|
36 |
|
37 |
* New: Add Chosen dropdown support.
|
38 |
* New: Add WP Job Manager Alerts support.
|
39 |
* New: Add Danish tranlsation.
|
40 |
-
* Tweak: Use $_REQUEST to add support for 1.21.0 of WP
|
41 |
* Fix: Remove extra whitespace.
|
42 |
|
43 |
= 1.7.0: January 8, 2015 =
|
3 |
Author URI: http://astoundify.com
|
4 |
Plugin URI: http://astoundify.com
|
5 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=contact@astoundify.com&item_name=Donation+for+Astoundify WP Job Manager Regions
|
6 |
+
Contributors: Astoundify
|
7 |
Tags: job, job listing, job region
|
8 |
+
Requires at least: 4.1
|
9 |
+
Tested up to: 4.1.1
|
10 |
+
Stable Tag: 1.7.2
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
13 |
|
32 |
|
33 |
== Changelog ==
|
34 |
|
35 |
+
= 1.7.2: March 17, 2015 =
|
36 |
+
|
37 |
+
* Fix: Properly place the standard <select> dropdown for mobile devices.
|
38 |
+
|
39 |
= 1.7.1: March 15, 2015 =
|
40 |
|
41 |
* New: Add Chosen dropdown support.
|
42 |
* New: Add WP Job Manager Alerts support.
|
43 |
* New: Add Danish tranlsation.
|
44 |
+
* Tweak: Use $_REQUEST to add support for 1.21.0 of WP Job Manager.
|
45 |
* Fix: Remove extra whitespace.
|
46 |
|
47 |
= 1.7.0: January 8, 2015 =
|
wp-job-manager-locations.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Create predefined regions/locations that job submissions can associate themselves with.
|
6 |
* Author: Astoundify
|
7 |
* Author URI: http://astoundify.com
|
8 |
-
* Version: 1.7.
|
9 |
* Text Domain: wp-job-manager-locations
|
10 |
*/
|
11 |
|
5 |
* Description: Create predefined regions/locations that job submissions can associate themselves with.
|
6 |
* Author: Astoundify
|
7 |
* Author URI: http://astoundify.com
|
8 |
+
* Version: 1.7.2
|
9 |
* Text Domain: wp-job-manager-locations
|
10 |
*/
|
11 |
|