File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.0.1 "
2+ "." : " 1.1.0 "
33}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments