Skip to content

Commit

Permalink
Update plugin to 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
yscik committed Apr 29, 2024
1 parent e6bf8ee commit 92128f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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 92128f8

Please sign in to comment.