Version Description
Download this release
Release Info
Developer | adampickering |
Plugin | Regions for WP Job Manager |
Version | 1.12.1 |
Comparing to | |
See all releases |
Code changes from version 1.11.0 to 1.12.1
- includes/class-template.php +5 -0
- languages/wp-job-manager-locations.pot +87 -28
- readme.txt +14 -3
- wp-job-manager-locations.php +2 -1
includes/class-template.php
CHANGED
@@ -103,8 +103,13 @@ class Astoundify_Job_Manager_Regions_Template extends Astoundify_Job_Manager_Reg
|
|
103 |
}
|
104 |
|
105 |
public function job_manager_term_select_field_wp_dropdown_categories_args( $args, $key, $field ) {
|
|
|
|
|
|
|
|
|
106 |
$args['show_option_none'] = __( 'Select Region', 'wp-job-manager-locations' );
|
107 |
$args['option_none_value'] = '';
|
|
|
108 |
return $args;
|
109 |
}
|
110 |
|
103 |
}
|
104 |
|
105 |
public function job_manager_term_select_field_wp_dropdown_categories_args( $args, $key, $field ) {
|
106 |
+
if ( 'job_region' !== $key ) {
|
107 |
+
return $args;
|
108 |
+
}
|
109 |
+
|
110 |
$args['show_option_none'] = __( 'Select Region', 'wp-job-manager-locations' );
|
111 |
$args['option_none_value'] = '';
|
112 |
+
|
113 |
return $args;
|
114 |
}
|
115 |
|
languages/wp-job-manager-locations.pot
CHANGED
@@ -1,68 +1,80 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version:
|
6 |
-
"Report-Msgid-Bugs-To:
|
7 |
-
"
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
14 |
|
15 |
-
#: includes/class-taxonomy.php:17 includes/class-template.php:
|
16 |
msgid "Job Region"
|
17 |
msgstr ""
|
18 |
|
19 |
#: includes/class-taxonomy.php:18
|
20 |
#: includes/widgets/class-widget-region-list.php:14
|
21 |
-
#: wp-job-manager-locations.php:90
|
22 |
msgid "Job Regions"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: includes/class-taxonomy.php:
|
26 |
-
msgctxt "Job region slug - resave permalinks after changing this"
|
27 |
-
msgid "job-region"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: includes/class-taxonomy.php:39
|
31 |
msgid "Search %s"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: includes/class-taxonomy.php:
|
35 |
msgid "All %s"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/class-taxonomy.php:
|
39 |
msgid "Parent %s"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: includes/class-taxonomy.php:
|
43 |
msgid "Parent %s:"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: includes/class-taxonomy.php:
|
47 |
msgid "Edit %s"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: includes/class-taxonomy.php:
|
51 |
msgid "Update %s"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: includes/class-taxonomy.php:
|
55 |
msgid "Add New %s"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: includes/class-taxonomy.php:
|
59 |
msgid "New %s Name"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: includes/class-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
msgid "All Regions"
|
64 |
msgstr ""
|
65 |
|
|
|
|
|
|
|
|
|
66 |
#: includes/widgets/class-widget-region-list.php:12
|
67 |
msgid "Display a list of job regions."
|
68 |
msgstr ""
|
@@ -71,14 +83,61 @@ msgstr ""
|
|
71 |
msgid "Title:"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: wp-job-manager-locations.php:
|
75 |
-
msgid "Filter
|
|
|
|
|
|
|
|
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: wp-job-manager-locations.php:
|
79 |
-
msgid "
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: wp-job-manager-locations.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
msgid "in %s"
|
84 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2017 Astoundify
|
2 |
+
# This file is distributed under the same license as the WP Job Manager - Predefined Regions package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WP Job Manager - Predefined Regions 1.12.0\n"
|
6 |
+
"Report-Msgid-Bugs-To: "
|
7 |
+
"https://wordpress.org/support/plugin/wp-job-manager-locations\n"
|
8 |
+
"POT-Creation-Date: 2017-01-31 21:28:36+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
+
"X-Generator: grunt-wp-i18n 0.5.4\n"
|
16 |
|
17 |
+
#: includes/class-taxonomy.php:17 includes/class-template.php:74
|
18 |
msgid "Job Region"
|
19 |
msgstr ""
|
20 |
|
21 |
#: includes/class-taxonomy.php:18
|
22 |
#: includes/widgets/class-widget-region-list.php:14
|
|
|
23 |
msgid "Job Regions"
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: includes/class-taxonomy.php:45 includes/class-taxonomy.php:79
|
|
|
|
|
|
|
|
|
|
|
27 |
msgid "Search %s"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: includes/class-taxonomy.php:46 includes/class-taxonomy.php:80
|
31 |
msgid "All %s"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: includes/class-taxonomy.php:47 includes/class-taxonomy.php:81
|
35 |
msgid "Parent %s"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/class-taxonomy.php:48 includes/class-taxonomy.php:82
|
39 |
msgid "Parent %s:"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/class-taxonomy.php:49 includes/class-taxonomy.php:83
|
43 |
msgid "Edit %s"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: includes/class-taxonomy.php:50 includes/class-taxonomy.php:84
|
47 |
msgid "Update %s"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/class-taxonomy.php:51 includes/class-taxonomy.php:85
|
51 |
msgid "Add New %s"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: includes/class-taxonomy.php:52 includes/class-taxonomy.php:86
|
55 |
msgid "New %s Name"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: includes/class-taxonomy.php:67
|
59 |
+
msgid "Resume Region"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: includes/class-taxonomy.php:68
|
63 |
+
msgid "Resume Regions"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: includes/class-template.php:58
|
67 |
+
msgid "Region"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: includes/class-template.php:94
|
71 |
msgid "All Regions"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: includes/class-template.php:110
|
75 |
+
msgid "Select Region"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
#: includes/widgets/class-widget-region-list.php:12
|
79 |
msgid "Display a list of job regions."
|
80 |
msgstr ""
|
83 |
msgid "Title:"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: wp-job-manager-locations.php:101 wp-job-manager-locations.php:122
|
87 |
+
msgid "Filter Location Display"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: wp-job-manager-locations.php:102 wp-job-manager-locations.php:123
|
91 |
+
msgid "Display Region"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: wp-job-manager-locations.php:103 wp-job-manager-locations.php:124
|
95 |
+
msgid "Replace the entered address with the selected region on output."
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: wp-job-manager-locations.php:109 wp-job-manager-locations.php:110
|
99 |
+
#: wp-job-manager-locations.php:130 wp-job-manager-locations.php:131
|
100 |
+
msgid "Search by Region"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: wp-job-manager-locations.php:111 wp-job-manager-locations.php:132
|
104 |
+
msgid ""
|
105 |
+
"Use a dropdown of defined regions instead of a text input. Disables radius "
|
106 |
+
"search."
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: wp-job-manager-locations.php:328 wp-job-manager-locations.php:340
|
110 |
msgid "in %s"
|
111 |
msgstr ""
|
112 |
+
|
113 |
+
#. Plugin Name of the plugin/theme
|
114 |
+
msgid "WP Job Manager - Predefined Regions"
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#. Plugin URI of the plugin/theme
|
118 |
+
msgid "https://wordpress.org/plugins/wp-job-manager-locations/"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#. Description of the plugin/theme
|
122 |
+
msgid ""
|
123 |
+
"Create predefined regions/locations that job submissions can associate "
|
124 |
+
"themselves with."
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#. Author of the plugin/theme
|
128 |
+
msgid "Astoundify"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#. Author URI of the plugin/theme
|
132 |
+
msgid "http://astoundify.com"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: includes/class-taxonomy.php:22
|
136 |
+
msgctxt "Job region slug - resave permalinks after changing this"
|
137 |
+
msgid "job-region"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: includes/class-taxonomy.php:27
|
141 |
+
msgctxt "Resume region slug - resave permalinks after changing this"
|
142 |
+
msgid "resume-region"
|
143 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -5,9 +5,9 @@ Plugin URI: http://astoundify.com
|
|
5 |
Donate link: https://www.paypal.me/astoundify
|
6 |
Contributors: Astoundify
|
7 |
Tags: job, job listing, job region
|
8 |
-
Requires at least: 4.
|
9 |
-
Tested up to: 4.
|
10 |
-
Stable Tag: 1.
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
13 |
|
@@ -32,6 +32,17 @@ Astoundify has released two themes that are fully integrated with the WP Job Man
|
|
32 |
|
33 |
== Changelog ==
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
= 1.11.0: September 1, 2016 =
|
36 |
|
37 |
* New: Tested up to: WordPress 4.6
|
5 |
Donate link: https://www.paypal.me/astoundify
|
6 |
Contributors: Astoundify
|
7 |
Tags: job, job listing, job region
|
8 |
+
Requires at least: 4.7.0
|
9 |
+
Tested up to: 4.7.1
|
10 |
+
Stable Tag: 1.12.1
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
13 |
|
32 |
|
33 |
== Changelog ==
|
34 |
|
35 |
+
= 1.12.1: February 1, 2017 =
|
36 |
+
|
37 |
+
* Fix: Tested up to: WordPress 4.7.2
|
38 |
+
* Fix: Move .pot translation file to /languages directory
|
39 |
+
|
40 |
+
= 1.12.0: January 10, 2017 =
|
41 |
+
|
42 |
+
* New: Tested up to: WordPress 4.7
|
43 |
+
* Fix: String updates.
|
44 |
+
* Fix: Only adjust placeholder on our current field.
|
45 |
+
|
46 |
= 1.11.0: September 1, 2016 =
|
47 |
|
48 |
* New: Tested up to: WordPress 4.6
|
wp-job-manager-locations.php
CHANGED
@@ -5,8 +5,9 @@
|
|
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.
|
9 |
* Text Domain: wp-job-manager-locations
|
|
|
10 |
*/
|
11 |
|
12 |
// Exit if accessed directly
|
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.12.1
|
9 |
* Text Domain: wp-job-manager-locations
|
10 |
+
* Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
// Exit if accessed directly
|