Skip to content

Commit

Permalink
Merge branch 'release/1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Jan 5, 2023
2 parents 280acbf + 3ae9739 commit b45423c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions license.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ClassicPress - Web publishing software

Copyright © 2018-2022 ClassicPress and contributors
Copyright © 2018-2023 ClassicPress and contributors

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -31,7 +31,7 @@ and

WordPress - Web publishing software

Copyright 2003-2022 by the WordPress contributors
Copyright 2003-2023 by the WordPress contributors

WordPress is released under the GPL

Expand Down
1 change: 1 addition & 0 deletions wp-admin/includes/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function get_plugin_data( $plugin_file, $markup = true, $translate = true ) {
'DomainPath' => 'Domain Path',
'Network' => 'Network',
'RequiresWP' => 'Requires at least',
'RequiresCP' => 'Requires CP',
'RequiresPHP' => 'Requires PHP',
'UpdateURI' => 'Update URI',
// Site Wide Only is deprecated in favor of Network.
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/js/customize-widgets.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/js/editor-expand.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/js/editor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js

Large diffs are not rendered by default.

Binary file modified wp-includes/js/tinymce/wp-tinymce.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion wp-includes/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function classicpress_asset_version( $type = 'script', $handle = null ) {
static $default_version;

if ( empty( $default_version ) ) {
$default_version = 'cp_d9f5b255';
$default_version = 'cp_dface6e4';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* @global string $cp_version
*/
$cp_version = '1.5.0-rc2';
$cp_version = '1.5.0';

/**
* The WordPress version string
Expand Down

0 comments on commit b45423c

Please sign in to comment.