Make WordPress Core


Ignore:
Timestamp:
12/17/2018 04:35:32 PM (8 years ago)
Author:
desrosj
Message:

Help/About: WordPress 5.0 About Page.

The About page describes all the great changes in WordPress 5.0.

Highlights:

  • Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
  • Added illustrations to the Four Freedoms page.
  • Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
  • Detail the Classic Editor plugin and the support timeline.

Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.

Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.

Fixes #45178.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-admin/includes/upgrade.php

    r44168 r44264  
    21072107                        return;
    21082108                }
     2109
     2110                $was_active = is_plugin_active( 'gutenberg/gutenberg.php' );
     2111                if ( $was_active ) {
     2112                        // FIXME: Leave until 501 or 510 to clean up.
     2113                        update_site_option( 'upgrade_500_was_gutenberg_active', '1' );
     2114                }
     2115
    21092116                deactivate_plugins( array( 'gutenberg/gutenberg.php' ), true );
    21102117        }
Note: See TracChangeset for help on using the changeset viewer.