Skip to content

Commit

Permalink
Merge pull request #2121 from Automattic/release/1.35.0
Browse files Browse the repository at this point in the history
Bump version to 1.35.0
  • Loading branch information
jom authored Feb 17, 2021
2 parents b41a9df + b74d5ca commit 00df198
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions languages/wp-job-manager.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the WP Job Manager plugin.
msgid ""
msgstr ""
"Project-Id-Version: WP Job Manager 1.35.0-beta.1\n"
"Project-Id-Version: WP Job Manager 1.35.0\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: 2021-02-09T16:44:47+00:00\n"
"POT-Creation-Date: 2021-02-17T18:53:43+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: wp-job-manager\n"
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.35.0-beta.1",
"version": "1.35.0",
"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: 5.4
Tested up to: 5.6
Requires PHP: 7.0
Stable tag: 1.34.5
Stable tag: 1.35.0
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: 1.35.0-beta.1
* Version: 1.35.0
* Author: Automattic
* Author URI: https://wpjobmanager.com/
* Requires at least: 5.4
Expand All @@ -21,7 +21,7 @@
}

// Define constants.
define( 'JOB_MANAGER_VERSION', '1.35.0-beta.1' );
define( 'JOB_MANAGER_VERSION', '1.35.0' );
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 00df198

Please sign in to comment.