File tree Expand file tree Collapse file tree
assets/js/recommendations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Bugs we fixed:
88* Make interactive tasks work on WP dashboard screen
99* Exclude taxonomies which are marked as not indexable in Yoast SEO
1010* Improve completed task check for "Unpublished content" task
11+ * Fix "Delete the 'Sample Page' page" interactive task
1112* Remove 3rd party plugin tasks if they are deactivated.
1213
1314= 1.7.0 =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ prplInteractiveTaskFormListener.customSubmit( {
1010 taskId : 'sample-page' ,
1111 popoverId : 'prpl-popover-sample-page' ,
1212 callback : ( ) => {
13- const post = new wp . api . models . Post ( {
13+ const post = new wp . api . models . Page ( {
1414 id : samplePageData . postId ,
1515 } ) ;
1616 post . fetch ( ) . then ( ( ) => {
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ Bugs we fixed:
120120* Make interactive tasks work on WP dashboard screen
121121* Exclude taxonomies which are marked as not indexable in Yoast SEO
122122* Improve completed task check for "Unpublished content" task
123+ * Fix "Delete the 'Sample Page' page" interactive task
123124* Remove 3rd party plugin tasks if they are deactivated.
124125
125-
126126= 1.7.0 =
127127
128128Added these recommendations from Ravi:
You can’t perform that action at this time.
0 commit comments