Skip to content

Commit

Permalink
Release WP Job Manager 2.3.0 (#2818)
Browse files Browse the repository at this point in the history
  • Loading branch information
yscik committed Apr 29, 2024
1 parent 47e0540 commit 07151ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions includes/admin/class-release-notice.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static function add_release_notice( $notices ) {
<ul>
<li>Tracks page views and unique visitors, search impressions and apply button clicks.</li>
<li>Adds a new overlay to the employer dashboard with aggregated statistics and a daily breakdown chart.</li>
<li>Integrates with Job Alerts, Applications, and Bookmarks add-ons.</li>
<li>Integrates with Job Alerts, Applications, and Bookmarks extensions.</li>
<li>GDPR-compliant, with no personal user information collected.</li>
</ul>
',
Expand All @@ -75,7 +75,7 @@ public static function add_release_notice( $notices ) {
],
[
'label' => __( 'See what\'s new in 2.3', 'wp-job-manager' ),
'url' => 'https://wpjobmanager.com/2024/03/27/new-in-2-3-job-statistics/',
'url' => 'https://wpjobmanager.com/2024/04/29/new-in-2-3-job-statistics/',
'class' => 'is-link',
],
],
Expand Down
4 changes: 2 additions & 2 deletions languages/wp-job-manager.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-04-26T14:35:30+00:00\n"
"POT-Creation-Date: 2024-04-29T14:04:54+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: wp-job-manager\n"
Expand Down Expand Up @@ -85,7 +85,7 @@ msgid ""
"<ul>\n"
"\t<li>Tracks page views and unique visitors, search impressions and apply button clicks.</li>\n"
"\t<li>Adds a new overlay to the employer dashboard with aggregated statistics and a daily breakdown chart.</li>\n"
"\t<li>Integrates with Job Alerts, Applications, and Bookmarks add-ons.</li>\n"
"\t<li>Integrates with Job Alerts, Applications, and Bookmarks extensions.</li>\n"
"\t<li>GDPR-compliant, with no personal user information collected.</li>\n"
"</ul>\n"
""
Expand Down
8 changes: 4 additions & 4 deletions scripts/prepare-release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ function updatePackageJsonFiles() {
console.log( 'Updating package.json version...' );
try {
execSync( `npm version ${ version } --no-git-tag-version` );
execSync(
`git add package.json package-lock.json`,
);
} catch {
throw new Error( 'Version could not be updated in package.json file.' );
console.log( 'Version could not be updated in package.json file.' );
}

execSync(
`git add package.json package-lock.json`,
);
}

/**
Expand Down

0 comments on commit 07151ed

Please sign in to comment.