Skip to content

Commit bc8219b

Browse files
github-actions[bot]nlemoine
authored andcommitted
chore(main): release 1.1.0
1 parent 4f35d8d commit bc8219b

5 files changed

Lines changed: 16 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.1"
2+
".": "1.1.0"
33
}

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/nlemoine/page-for-custom-post-type/compare/1.0.1...1.1.0) (2026-06-03)
4+
5+
6+
### Features
7+
8+
* **acf:** target PFCPT pages via page_type location filters ([b293aff](https://github.com/nlemoine/page-for-custom-post-type/commit/b293aff15fc50b206179bafc291a4d8bc27138e7))
9+
10+
11+
### Bug Fixes
12+
13+
* **acf:** bootstrap Advanced Custom Fields integration ([45a7042](https://github.com/nlemoine/page-for-custom-post-type/commit/45a704261c652a3d88ea2fcf4c41a2995ed9f07d))
14+
315
## [1.0.1](https://github.com/nlemoine/page-for-custom-post-type/compare/1.0.0...1.0.1) (2026-05-08)
416

517

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.1",
3+
"version": "1.1.0",
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.1
8+
* Version: 1.1.0
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.1';
19+
private const CURRENT_VERSION = '1.1.0';
2020
// x-release-please-end
2121

2222
public function migrate(): void

0 commit comments

Comments
 (0)