Skip to content

Commit 52cc94a

Browse files
github-actions[bot]nlemoine
authored andcommitted
chore(main): release 1.0.1
1 parent 021857b commit 52cc94a

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/nlemoine/page-for-custom-post-type/compare/1.0.0...1.0.1) (2026-05-08)
4+
5+
6+
### Bug Fixes
7+
8+
* drop stale page mapping when CPT becomes ineligible ([021857b](https://github.com/nlemoine/page-for-custom-post-type/commit/021857ba309ca305a3c1ffac0ee420d50a9d5c56)), closes [#12](https://github.com/nlemoine/page-for-custom-post-type/issues/12)
9+
310
## [1.0.0](https://github.com/nlemoine/page-for-custom-post-type/compare/0.5.0...1.0.0) (2026-05-08)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "page-for-custom-post-type",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "Editor scripts for the Page for custom post type WordPress plugin",
66
"packageManager": "pnpm@10.33.0",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://github.com/nlemoine/page-for-custom-post-type
66
* Description: Allows you to set pages for any custom post type archive
77
* x-release-please-start-version
8-
* Version: 1.0.0
8+
* Version: 1.0.1
99
* x-release-please-end
1010
* Author: Nicolas Lemoine
1111
* Author URI: https://n5s.dev/

src/Lifecycle/Migrator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class Migrator
1616
{
1717
private const DB_VERSION_OPTION = 'pfcpt_db_version';
1818
// x-release-please-start-version
19-
private const CURRENT_VERSION = '1.0.0';
19+
private const CURRENT_VERSION = '1.0.1';
2020
// x-release-please-end
2121

2222
public function migrate(): void

0 commit comments

Comments
 (0)