<li>Open <spanclass="file"><ahref="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
</ol>
</li>
<li>Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <ahref="https://wordpress.org/support/"title="WordPress support">support forums</a> with as much data as you can gather.</li>
<li>Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <ahref="https://wordpress.org/support/forums/"title="WordPress support">support forums</a> with as much data as you can gather.</li>
<li><strong>If you did not enter a password, note the password given to you.</strong> If you did not provide a username, it will be <code>admin</code>.</li>
<li>The installer should then send you to the <ahref="wp-login.php">login page</a>. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on “Profile” to change the password.</li>
</ol>
...
...
@@ -52,13 +52,13 @@
<h2>System Requirements</h2>
<ul>
<li><ahref="https://secure.php.net/">PHP</a> version <strong>5.2.4</strong> or higher.</li>
<li><ahref="https://secure.php.net/">PHP</a> version <strong>5.6.20</strong> or higher.</li>
<li><ahref="https://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or higher.</li>
</ul>
<h3>Recommendations</h3>
<ul>
<li><ahref="https://secure.php.net/">PHP</a> version <strong>7.2</strong> or higher.</li>
<li><ahref="https://secure.php.net/">PHP</a> version <strong>7.3</strong> or higher.</li>
<li><ahref="https://www.mysql.com/">MySQL</a> version <strong>5.6</strong> or higher.</li>
<dd>This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
<dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
<dt><ahref="https://wordpress.org/support/">WordPress Support Forums</a></dt>
<dt><ahref="https://wordpress.org/support/forums/">WordPress Support Forums</a></dt>
<dd>If you’ve looked everywhere and still can’t find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.</dd>
<dd>There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (<ahref="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd>
...
...
@@ -82,7 +82,7 @@
<h2>Final Notes</h2>
<ul>
<li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <ahref="https://wordpress.org/support/">Support Forums</a>.</li>
<li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <ahref="https://wordpress.org/support/forums/">Support Forums</a>.</li>
<li>WordPress has a robust plugin <abbrtitle="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <ahref="https://developer.wordpress.org/plugins/">Plugin Developer Handbook</a>. You shouldn’t modify any of the core code.</li>
<p><?php_e('You’ve successfully upgraded to WordPress 5.1! Following WordPress 5.0—a major release which introduced the new block editor—5.1 focuses on polish, in particular by improving overall performance of the editor. In addition, this release paves the way for a better, faster, and more secure WordPress with some essential tools for site administrators and developers.');?></p>
<divclass="headline-feature">
<h2><?php_e('Keeping Your Site Safe');?></h2>
<pclass="lead-description"><?php_e('WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.');?></p>
<p><?phpprintf(__('With security and speed in mind, this release introduces WordPress’s first <a href="%s">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.'),'https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/');?></p>
<p><?php_e('When installing new plugins, WordPress’s Site Health features will check whether a plugin requires a version of PHP incompatible with your site. If so, WordPress will prevent you from installing that plugin.');?></p>
/* translators: 1: link to the WordPress 5.1 release post */
__('Building on <a href="%1$s">the Site Health features introduced in 5.1</a>, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers.'),
__('https://wordpress.org/news/2019/02/betty/')
);
if(current_user_can('install_plugins')){
printf(
/* translators: 1: link to /wp-admin/site-health.php 2: link to /wp-admin/site-health.php?tab=debug */
__(' <a href="%1$s">Check your site status</a>, and <a href="%2$s">learn how to debug issues</a>.'),
admin_url('site-health.php'),
admin_url('site-health.php?tab=debug')
);
}
?>
<p><em><?php_e('WordPress has detected your site is running an outdated version of PHP. You will see this notice on your dashboard with instructions for contacting your host.');?></em></p>
<?phpendif;?>
<p><aclass="button button-default button-hero"href="<?phpechoesc_url(wp_get_update_php_url());?>"><?php_e('Learn more about updating PHP');?></a></p>
<p><?php_e('Introduced in WordPress 5.0, the new block editor continues to improve. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. Nevertheless, expect more performance improvements in the next releases.');?></p>
<?phpif(current_user_can('edit_posts')):?>
<p><aclass="button button-default button-hero"href="<?phpechoesc_url(admin_url('post-new.php'));?>"><?php_e('Build your first post');?></a></p>
<?phpendif;?>
</div>
<divclass="column is-vertically-aligned-center">
<h3><?php_e('PHP Error Protection');?></h3>
<p><?php_e('This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death”, and a way to enter recovery mode, which pauses error-causing plugins or themes.');?></p>
<?php_e('5.1 introduces a new database table to store metadata associated with sites and allows for the storage of arbitrary site data relevant in a multisite / network context.');?>
<p><?php_e('A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.');?></p>
</div>
<divclass="col">
<h4><?php_e('Cron API');?></h4>
<p>
<?php_e('The Cron API has been updated with new functions to assist with returning data and includes new filters for modifying cron storage. Other changes in behavior affect cron spawning on servers running FastCGI and PHP-FPM versions 7.0.16 and above.');?>
<p><?php_e('Thirteen new icons include Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!');?></p>
<?php_e('Miscellaneous improvements include updates to values for the <code>WP_DEBUG_LOG</code> constant, new test config file constant in the test suite, new plugin action hooks, short-circuit filters for <code>wp_unique_post_slug()</code> and <code>WP_User_Query</code> and <code>count_users()</code>, a new <code>human_readable_duration</code> function, improved taxonomy metabox sanitization, limited <code>LIKE</code> support for meta keys when using <code>WP_Meta_Query</code>, a new “doing it wrong” notice when registering REST API endpoints, and more!');?>
<h4><ahref="https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/"><?php_e('PHP Version Bump');?></a></h4>
<p><?php_e('The minimum supported PHP version is now 5.6.20. As of WordPress 5.2, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!');?></p>
<p><?php_e('A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.');?></p>
</div>
</div>
<divclass="has-2-columns is-fullwidth">
<divclass="column">
<h4><ahref="https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/"><?php_e('New Body Tag Hook');?></a></h4>
<p>
<aclass="button button-default button-hero"href="<?phpechoesc_url('https://developer.wordpress.org/');?>"><?php_e('Learn how to get started');?></a>
<?php
printf(
/* translators: 1: wp_body_open 2: <body> */
__('5.2 introduces a %1$s hook, which lets themes support injecting code right at the beginning of the %2$s element.'),
<p><?php_e('With the addition of webpack and Babel configurations in the @wordpress/scripts package, developers won’t have to worry about setting up complex build tools to write modern JavaScript.');?></p>
<p><?php_e('Prefer to stick with the familiar Classic Editor? No problem! Support for the Classic Editor plugin will remain in WordPress through 2021.');?></p>
<p><?php_e('The Classic Editor plugin restores the previous WordPress editor and the Edit Post screen. It lets you keep using plugins that extend it, add old-style meta boxes, or otherwise depend on the previous editor. To install, visit your plugins page and click the “Install Now” button next to “Classic Editor”. After the plugin finishes installing, click “Activate”. That’s it!');?></p>
<p><?php_e('Note to users of assistive technology: if you experience usability issues with the block editor, we recommend you continue to use the Classic Editor.');?></p>
<?phpif(current_user_can('install_plugins')){?>
<divclass="col cta">
<aclass="button button-primary button-hero"href="<?phpechoesc_url(wp_nonce_url(self_admin_url('plugin-install.php?tab=favorites&user=wordpressdotorg&save=0'),'save_wporg_username_'.get_current_user_id()));?>"><?php_e('Install the Classic Editor');?></a>
<h1><?phpprintf(__('Welcome to WordPress %s'),$display_version);?></h1>
<pclass="about-text"><?phpprintf(__('Thank you for updating to the latest version! WordPress %s introduces a robust new content creation experience.'),$display_version);?></p>