Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.3.0 #1701

Merged
merged 33 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a653a5b
Merge pull request #1668 from publishpress/master
olatechpro May 28, 2024
7414385
Update editorial-metadata-input-user-handler.php
DAnn2012 Jun 2, 2024
c5d6faf
Update editorial-metadata-input-select-handler.php
DAnn2012 Jun 2, 2024
e70cc4b
Bump ws from 7.5.9 to 7.5.10
dependabot[bot] Jun 18, 2024
970c554
Larger modal
olatechpro Jul 9, 2024
bc9cd38
Merge pull request #1688 from publishpress/larger-modal
olatechpro Jul 9, 2024
3da1d52
Merge pull request #1679 from publishpress/dependabot/npm_and_yarn/ws…
olatechpro Jul 9, 2024
f311154
Merge pull request #1672 from DAnn2012/patch-5
olatechpro Jul 9, 2024
1aef968
Bump braces, babel-jest, webpack, jest and webpack-cli
dependabot[bot] Jul 9, 2024
f46fc92
Merge pull request #1689 from publishpress/dependabot/npm_and_yarn/mu…
olatechpro Jul 9, 2024
a2e22e1
Planner FREE_v.4.2.1 Translation Updates ES-FR-IT #1669
olatechpro Jul 9, 2024
7f11041
Merge pull request #1690 from publishpress/feature/#1669_Planner_FREE…
olatechpro Jul 9, 2024
cdaf089
Only show Posts on the Calendar by default #1678
olatechpro Jul 9, 2024
43411b9
Merge pull request #1691 from publishpress/feature/#1678_Only_show_Po…
olatechpro Jul 9, 2024
e1ed97e
Update promo box #1652
olatechpro Jul 9, 2024
629effd
Merge pull request #1692 from publishpress/feature/#1652_Update_promo…
olatechpro Jul 9, 2024
7bdfc0b
Disable the Dashboard Widgets by default #1642
olatechpro Jul 11, 2024
fabd3f4
Merge pull request #1693 from publishpress/feature/#1642_Disable_the_…
olatechpro Jul 11, 2024
c0c3ef0
Not possible to disable the Notifications feature #1680
olatechpro Jul 15, 2024
40e309b
Merge pull request #1695 from publishpress/hotfix/#1680_Not_possible_…
olatechpro Jul 15, 2024
410d82f
Adjust default colors of core statuses to match Statuses plugin #1670
olatechpro Jul 15, 2024
f111793
Merge pull request #1696 from publishpress/fix/#1670_Adjust_default_c…
olatechpro Jul 15, 2024
3336451
Update the filters on Content Calendar to match the Overview and the …
olatechpro Jul 18, 2024
82dd5d0
Merge pull request #1697 from publishpress/feature/#1603_Update_the_f…
olatechpro Jul 18, 2024
40fe3ca
Move remaining Planner capabilities to correct tab in the Capabilitie…
olatechpro Jul 19, 2024
c7b69d1
Merge pull request #1698 from publishpress/feature/#1638_Move_remaini…
olatechpro Jul 19, 2024
83c01b2
Redirect after install #1681
olatechpro Jul 19, 2024
9d97a66
Merge branch 'development' into feature/#1681_Redirect_after_install
olatechpro Jul 19, 2024
2f4c062
Merge pull request #1699 from publishpress/feature/#1681_Redirect_aft…
olatechpro Jul 19, 2024
4ce9140
Update translation
olatechpro Jul 19, 2024
100f193
Update changelog
olatechpro Jul 19, 2024
4149bd1
Update version
olatechpro Jul 19, 2024
75a7087
Composer update
olatechpro Jul 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions common/php/class-module.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,14 @@ public function get_post_status_options($post_status)
$color = $term->color;
} else {
$default_status_colors = [
'pitch' => '#cc0000',
'assigned' => '#00bcc5',
'in-progress' => '#ccc500',
'draft' => '#f91d84',
'pending' => '#d87200',
'private' => '#000000',
'future' => '#655997',
'publish' => '#655997',
'pitch' => '#887618',
'assigned' => '#009ba0',
'in-progress' => '#8c5400',
'draft' => '#767676',
'pending' => '#b95c00',
'private' => '#b40000',
'future' => '#8440f0',
'publish' => '#207720',
];

if (isset($default_status_colors[$post_status])) {
Expand Down
517 changes: 256 additions & 261 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if (! defined('PP_LOADED')) {
if (! defined('PUBLISHPRESS_VERSION')) {
// Define constants
define('PUBLISHPRESS_VERSION', '4.2.1');
define('PUBLISHPRESS_VERSION', '4.3.0');
define('PUBLISHPRESS_BASE_PATH', __DIR__);
define('PUBLISHPRESS_VIEWS_PATH', __DIR__ . '/views');
define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php');
Expand Down
Binary file modified languages/publishpress-es_ES.mo
Binary file not shown.
Loading
Loading