Skip to content

Commit

Permalink
Release WP Job Manager 2.2.1 (#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
gikaragia authored Jan 31, 2024
2 parents 026be82 + f58a98a commit 51d009b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
12 changes: 9 additions & 3 deletions languages/wp-job-manager.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# This file is distributed under the GPL2+.
msgid ""
msgstr ""
"Project-Id-Version: WP Job Manager 2.2.0\n"
"Project-Id-Version: WP Job Manager 2.2.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-job-manager/\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-01-25T16:34:15+00:00\n"
"POT-Creation-Date: 2024-01-31T09:07:35+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: wp-job-manager\n"

#. Plugin Name of the plugin
Expand Down Expand Up @@ -381,6 +381,7 @@ msgstr ""
msgid "%1$s updated. <a href=\"%2$s\">View</a>"
msgstr ""

#. translators: %1$s is the singular name of the job listing post type; %2$s is the URL to view the listing.
#: includes/admin/class-wp-job-manager-cpt.php:457
msgid "Custom field updated."
msgstr ""
Expand Down Expand Up @@ -478,6 +479,7 @@ msgstr ""
msgid "View"
msgstr ""

#. translators: Placeholder %s is the singular label of the job listing post type.
#: includes/admin/class-wp-job-manager-cpt.php:567
#: includes/class-wp-job-manager-post-types.php:464
#: includes/class-wp-job-manager-shortcodes.php:454
Expand Down Expand Up @@ -1502,6 +1504,7 @@ msgstr[1] ""
msgid "You must be logged in to upload files using this method."
msgstr ""

#. translators: Placeholder %s is the singular label of the job listing post type.
#: includes/class-wp-job-manager-data-exporter.php:51
#: includes/class-wp-job-manager-post-types.php:481
msgid "Company Logo"
Expand Down Expand Up @@ -1714,6 +1717,7 @@ msgstr ""
msgid "Jobs"
msgstr ""

#. translators: Placeholder %s is the plural label of the job listing post type.
#: includes/class-wp-job-manager-post-types.php:461
msgid "Add New"
msgstr ""
Expand Down Expand Up @@ -1931,6 +1935,7 @@ msgstr ""
msgid "Missing submission page."
msgstr ""

#. translators: Placeholder %s is the plural label for the job listing post type.
#: includes/class-wp-job-manager-shortcodes.php:405
#: includes/widgets/class-wp-job-manager-widget-featured-jobs.php:36
#: includes/widgets/class-wp-job-manager-widget-featured-jobs.php:52
Expand Down Expand Up @@ -2793,6 +2798,7 @@ msgstr ""
msgid "%s submitted successfully. Your listing will be visible once approved."
msgstr ""

#. translators: %1$s is the URL to view the listing; %2$s is
#: templates/job-submitted.php:61
msgid " <a href=\"%1$s\"> View your %2$s</a>"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-job-manager",
"version": "2.2.0",
"version": "2.2.1",
"description": "WP Job Manager",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: job manager, job listing, job board, job management, job lists, job list,
Requires at least: 6.2
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 2.2.0
Stable tag: 2.2.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions wp-job-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Job Manager
* Plugin URI: https://wpjobmanager.com/
* Description: Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
* Version: 2.2.0
* Version: 2.2.1
* Author: Automattic
* Author URI: https://wpjobmanager.com/
* Requires at least: 6.2
Expand All @@ -21,7 +21,7 @@
}

// Define constants.
define( 'JOB_MANAGER_VERSION', '2.2.0' );
define( 'JOB_MANAGER_VERSION', '2.2.1' );
define( 'JOB_MANAGER_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'JOB_MANAGER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
define( 'JOB_MANAGER_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit 51d009b

Please sign in to comment.