File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "mode" : " pre" ,
3+ "tag" : " next" ,
4+ "initialVersions" : {
5+ "@headstartwp/block-primitives" : " 0.1.0" ,
6+ "@headstartwp/core" : " 1.6.0" ,
7+ "@headstartwp/epio-search" : " 1.0.0" ,
8+ "@headstartwp/next" : " 1.5.2" ,
9+ "@10up/next-redis-cache-provider" : " 2.0.0" ,
10+ "@10up/wp-multisite-i18n-nextjs" : " 0.2.0" ,
11+ "@10up/wp-multisite-nextjs" : " 0.2.0" ,
12+ "@10up/wp-multisite-nextjs-app" : " 0.1.0" ,
13+ "@10up/wp-nextjs" : " 0.2.0" ,
14+ "@10up/wp-nextjs-app" : " 0.1.0" ,
15+ "@10up/wp-polylang-nextjs-app" : " 0.1.0" ,
16+ "@headstartwp/component-library" : " 0.1.0" ,
17+ "@headstartwp/vite-react-test" : " 0.0.0" ,
18+ "@10up/wp-nextjs-epio" : " 0.1.1-next.0" ,
19+ "@10up/wp-nextjs-universal-blocks" : " 0.1.0" ,
20+ "tenup-theme" : " 1.0.0" ,
21+ "@headstartwp/headstartwp" : " 1.3.1"
22+ },
23+ "changesets" : [
24+ " fix-undefined-context-key"
25+ ]
26+ }
Original file line number Diff line number Diff line change 11# @headstartwp/headstartwp
22
3+ ## 1.3.2-next.0
4+
5+ ### Patch Changes
6+
7+ - 209fd26: Fix: Add null coalescing check for context parameter in extend_post_content to prevent PHP 8+ "Undefined array key" warning. Fixes #940
8+
39## 1.3.1
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @headstartwp/headstartwp" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2-next.0 " ,
44 "private" : true ,
55 "description" : " 10up Headless WordPress Plugin" ,
66 "homepage" : " https://github.com/10up/headstartwp/blob/develop/wp/headless-wp/README.md" ,
Original file line number Diff line number Diff line change 33 * Plugin Name: HeadstartWP
44 * Plugin URI: https://github.com/10up/headstartwp-plugin
55 * Description: Adds functionality to the WordPress admin and REST API for 10up's headless framework.
6- * Version: 1.3.1
6+ * Version: 1.3.2-next.0
77 * Author: 10up
88 * Author URI: https://10up.com
99 * Text Domain: headstartwp
1717use HeadlessWP \Preview \PreviewToken ;
1818
1919// Useful global constants.
20- define ( 'HEADLESS_WP_PLUGIN_VERSION ' , '1.3.1 ' );
20+ define ( 'HEADLESS_WP_PLUGIN_VERSION ' , '1.3.2-next.0 ' );
2121define ( 'HEADLESS_WP_PLUGIN_URL ' , plugin_dir_url ( __FILE__ ) );
2222define ( 'HEADLESS_WP_PLUGIN_PATH ' , plugin_dir_path ( __FILE__ ) );
2323define ( 'HEADLESS_WP_PLUGIN_INC ' , HEADLESS_WP_PLUGIN_PATH . 'includes/ ' );
You can’t perform that action at this time.
0 commit comments