Skip to content

Commit

Permalink
Update calendar default post types
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Aug 13, 2024
1 parent 26ceae5 commit 79997a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion modules/calendar/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,10 @@ public function __construct()
'post_type_support' => 'pp_calendar',
'default_options' => [
'enabled' => 'on',
'post_types' => $this->pre_select_all_post_types(),
'post_types' => [
'post' => 'on',
'page' => 'off',
],
'ics_subscription' => 'on',
'ics_subscription_public_visibility' => 'off',
'ics_secret_key' => wp_generate_password(),
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ PublishPress Planner is based on the EditFlow plugin. It is easy for Edit Flow u
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

= [4.4.0] - 12 Aug 2024 =
= [4.4.0] - 13 Aug 2024 =

* Added : Add modal to Content Calendar and Content Overview screens, #1687
* Remove : Remove "Make Viewable" in Editorial Fields, #1636
Expand Down

0 comments on commit 79997a8

Please sign in to comment.