ellatrix 8d38a750e2 Editor: Bump pinned hash for the Gutenberg repository.
This updates the pinned hash from the `gutenberg` from `e2970ba736edb99e08fb369d4fb0c378189468ee ` to `c15cef1d6b07f666df28dac0383bafb0edfe0914`.

The following changes are included:

- RTC: Predefined retry schedules for disconnect dialog, make more lenient (https://github.com/WordPress/gutenberg/pull/76966)
- Block Editor: Prevent Enter key from inserting paragraphs in contentOnly sections (https://github.com/WordPress/gutenberg/pull/76989)
- Cover block: fix embed video background Error 153 in editor (https://github.com/WordPress/gutenberg/pull/76904)
- Restore original template registration tests alongside activation variants (https://github.com/WordPress/gutenberg/pull/77068)
- Avoid stale values in core/cover block for RTC compatibility (https://github.com/WordPress/gutenberg/pull/76916)
- Bump oras-project/setup-oras (https://github.com/WordPress/gutenberg/pull/77096) (https://github.com/WordPress/gutenberg/pull/77110)
- RTC: Change SyncConnectionModal to isSyncConnectionErrorHandled filter and drop IS_GUTENBERG_PLUGIN check (https://github.com/WordPress/gutenberg/pull/76853)
- contentOnly template lock: Fix block insertion and removal rules (https://github.com/WordPress/gutenberg/pull/77119)
- Global Styles Revisions: Fix footer overflow (https://github.com/WordPress/gutenberg/pull/77103)
- Revision: Fix 'Show changes' button reset state (https://github.com/WordPress/gutenberg/pull/77122)
- Link picker: Decode HTML entities in link preview title (https://github.com/WordPress/gutenberg/pull/77170)
- Connectors: don't clobber third-party custom render in registerDefaultConnectors (https://github.com/WordPress/gutenberg/pull/77116)
- Connectors: Replace speak() with notice store for state changes (https://github.com/WordPress/gutenberg/pull/77174)
- Core Data: Fix 'useEntityProp' for raw attributes (https://github.com/WordPress/gutenberg/pull/77120)
- Fix PatternsActions prop name from postType to type (https://github.com/WordPress/gutenberg/pull/77251)
- Fix: restore editor canvas padding in classic themes (https://github.com/WordPress/gutenberg/pull/76864)
- RTC: Add filterable flag for meta box RTC compatibility (https://github.com/WordPress/gutenberg/pull/76939)
- Fix failing 'WP_HTTP_Polling_Sync_Server' unit test (https://github.com/WordPress/gutenberg/pull/77025) (https://github.com/WordPress/gutenberg/pull/77325)
- Edit Post: Fix warning in 'useMetaBoxInitialization' hook (https://github.com/WordPress/gutenberg/pull/77311)
- Update the page slug we link to for the AI plugin after the plugin has been installed and activated (https://github.com/WordPress/gutenberg/pull/77336)
- Test: Connectors Point to the righ page. (https://github.com/WordPress/gutenberg/pull/77272)
- Post Editor: Store metaboxes RTC-compatible flag on location entries (https://github.com/WordPress/gutenberg/pull/77361)
- Core Abilities: Export initialization promise as `ready` (https://github.com/WordPress/gutenberg/pull/77254)
- Block Editor: Strip per-block custom CSS on save for users without edit_css (https://github.com/WordPress/gutenberg/pull/76650)
- Add heading level 1 for the fonts page (https://github.com/WordPress/gutenberg/pull/77482)
- Connectors: Treat network-active plugins as active in plugin status check (https://github.com/WordPress/gutenberg/pull/77661)
- RTC: Fix disconnect dialog due to uneditable entity (https://github.com/WordPress/gutenberg/pull/77242)
- RTC: Fix "Connection Lost" dialog when too many entities are loaded (https://github.com/WordPress/gutenberg/pull/77631)
- RTC: Fix "Edit as HTML" content reset during collaboration (https://github.com/WordPress/gutenberg/pull/77043)
- RTC: Add optional `shouldSync` function to entity sync config (https://github.com/WordPress/gutenberg/pull/76947)
- RTC: Fixed orphaned meta causing dirty editor state (https://github.com/WordPress/gutenberg/pull/77529)
- Ensure "Retry" button is stable during retries (https://github.com/WordPress/gutenberg/pull/77234)
- Patterns: add confirmation dialog before disconnecting/detaching (https://github.com/WordPress/gutenberg/pull/75713)
- Template parts: make 'Detach' context menu item consistent across patterns and template parts (https://github.com/WordPress/gutenberg/pull/77581)
- Remove sandbox `allow-same-origin` for core/html blocks (Merge https://github.com/WordPress/gutenberg/pull/77212 to `wp/7.0`) (https://github.com/WordPress/gutenberg/pull/77699)
- Added Context for Next/Prev Enlarge Image (https://github.com/WordPress/gutenberg/pull/76967)
- Backport: Writing Flow: fix arrow keys skipping paragraph containing link (https://github.com/WordPress/gutenberg/pull/77478)
- Revisions: Improve screen reader accessibility for diff markers region and slider (https://github.com/WordPress/gutenberg/pull/77660)
- Connectors: Add role="list" wrapper to connector cards for valid ARIA structure (https://github.com/WordPress/gutenberg/pull/77689)
- Command Palette: Fix macOs label for sites unable to determine UA via PHP (https://github.com/WordPress/gutenberg/pull/77638)
- RTC: Fix inline inserter reset on update sync (https://github.com/WordPress/gutenberg/pull/76980) (https://github.com/WordPress/gutenberg/pull/77706)
- Connectors: keep focus on action Button during install (https://github.com/WordPress/gutenberg/pull/77544)
- Added Translator Context for Reply (https://github.com/WordPress/gutenberg/pull/77891)
- Editor: Improve revisions diff pairing performance (https://github.com/WordPress/gutenberg/pull/77126)
- Core Data: Treat single-item responses specially (https://github.com/WordPress/gutenberg/pull/76318)
- Site editor: preserve non-global styles in pattern previews (https://github.com/WordPress/gutenberg/pull/77957)
- RTC: Fix divergence when two offline users reconnect (https://github.com/WordPress/gutenberg/pull/77980)
- RTC: Fix compaction unit test (https://github.com/WordPress/gutenberg/pull/77986)
- Connectors: Stop e2e capability restriction from leaking across specs (https://github.com/WordPress/gutenberg/pull/77857)
- Connectors: Clarify AI plugin callout copy (https://github.com/WordPress/gutenberg/pull/78043)
- Fix: Only auto register settings if the plugin the connector references is installed and active. (https://github.com/WordPress/gutenberg/pull/77273)
- Connectors: Add is_active callback support to plugin registration (https://github.com/WordPress/gutenberg/pull/77897)
- RTC: Fix race condition on room creation which can cause a split update log (https://github.com/WordPress/gutenberg/pull/77675)
- RTC: Fix find_canonical_storage_post_id() always returning null (https://github.com/WordPress/gutenberg/pull/78053)
- i18n: add context to scale (https://github.com/WordPress/gutenberg/pull/76917)
- Revisions: Simplify fetching (https://github.com/WordPress/gutenberg/pull/77086)
- e2e: Add e2e tests for template and template part revisions (https://github.com/WordPress/gutenberg/pull/76923)
- Editor: Paginate revisions slider by 100 per page (https://github.com/WordPress/gutenberg/pull/77200) (https://github.com/WordPress/gutenberg/pull/78070)
- Revisions: Add diagonal stripe patterns to diff markers to avoid color-only distinction (https://github.com/WordPress/gutenberg/pull/77904)
- Revision: Fix failing e2e test (https://github.com/WordPress/gutenberg/pull/78079)
- Real-time collaboration: Bundle @wordpress/sync instead of exposing as wp.sync (https://github.com/WordPress/gutenberg/pull/78085)

A full list of changes can be found on GitHub: https://github.com/WordPress/gutenberg/compare/e2970ba736edb99e08fb369d4fb0c378189468ee…c15cef1d6b07f666df28dac0383bafb0edfe0914.

Log created with:

git log --reverse --format="- %s" e2970ba736edb99e08fb369d4fb0c378189468ee..c15cef1d6b07f666df28dac0383bafb0edfe0914 | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | pbcopy

See #64595.
Built from https://develop.svn.wordpress.org/trunk@62333


git-svn-id: http://core.svn.wordpress.org/trunk@61614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2026-05-08 11:50:48 +00:00
2026-01-01 00:07:29 +00:00

<!DOCTYPE html>
<html lang="en">
<head>
	<meta name="viewport" content="width=device-width" />
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="robots" content="noindex,nofollow" />
	<title>WordPress &#8250; ReadMe</title>
	<link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" />
</head>
<body>
<h1 id="logo">
	<a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
</h1>
<p style="text-align: center">Semantic Personal Publishing Platform</p>

<h2>First Things First</h2>
<p>Welcome. WordPress is a very special project to me. Every developer and contributor adds something unique to the mix, and together we create something beautiful that I am proud to be a part of. Thousands of hours have gone into WordPress, and we are dedicated to making it better every day. Thank you for making it part of your world.</p>
<p style="text-align: right">&#8212; Matt Mullenweg</p>

<h2>Installation: Famous 5-minute install</h2>
<ol>
	<li>Unzip the package in an empty directory and upload everything.</li>
	<li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser. It will take you through the process to set up a <code>wp-config.php</code> file with your database connection details.
		<ol>
			<li>If for some reason this does not work, do not worry. It may not work on all web hosts. Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.</li>
			<li>Save the file as <code>wp-config.php</code> and upload it.</li>
			<li>Open <span class="file"><a href="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 <a href="https://wordpress.org/support/forums/">WordPress 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 <a href="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 &#8220;Profile&#8221; to change the password.</li>
</ol>

<h2>Updating</h2>
<h3>Using the Automatic Updater</h3>
<ol>
	<li>Open <span class="file"><a href="wp-admin/update-core.php">wp-admin/update-core.php</a></span> in your browser and follow the instructions.</li>
	<li>You wanted more, perhaps? That&#8217;s it!</li>
</ol>

<h3>Updating Manually</h3>
<ol>
	<li>Before you update anything, make sure you have backup copies of any files you may have modified such as <code>index.php</code>.</li>
	<li>Delete your old WordPress files, saving ones you&#8217;ve modified.</li>
	<li>Upload the new files.</li>
	<li>Point your browser to <span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a>.</span></li>
</ol>

<h2>Migrating from other systems</h2>
<p>WordPress can <a href="https://developer.wordpress.org/advanced-administration/wordpress/import/">import from a number of systems</a>. First you need to get WordPress installed and working as described above, before using <a href="wp-admin/import.php">our import tools</a>.</p>

<h2>System Requirements</h2>
<ul>
	<li><a href="https://www.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li>
	<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.5.5</strong> or greater.</li>
</ul>

<h3>Recommendations</h3>
<ul>
	<li><a href="https://www.php.net/">PHP</a> version <strong>8.3</strong> or greater.</li>
	<li><a href="https://www.mysql.com/">MySQL</a> version <strong>8.0</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.6</strong> or greater.</li>
	<li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
	<li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>
	<li>A link to <a href="https://wordpress.org/">wordpress.org</a> on your site.</li>
</ul>

<h2>Online Resources</h2>
<p>If you have any questions that are not addressed in this document, please take advantage of WordPress&#8217; numerous online resources:</p>
<dl>
	<dt><a href="https://wordpress.org/documentation/">HelpHub</a></dt>
		<dd>HelpHub is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.</dd>
	<dt><a href="https://wordpress.org/news/">The WordPress Blog</a></dt>
		<dd>This is where you&#8217;ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
	<dt><a href="https://planet.wordpress.org/">WordPress Planet</a></dt>
		<dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
	<dt><a href="https://wordpress.org/support/forums/">WordPress Support Forums</a></dt>
		<dd>If you&#8217;ve looked everywhere and still cannot 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>
	<dt><a href="https://make.wordpress.org/support/handbook/appendix/other-support-locations/introduction-to-irc/">WordPress <abbr>IRC</abbr> (Internet Relay Chat) Channel</a></dt>
		<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. (<a href="https://web.libera.chat/#wordpress">irc.libera.chat #wordpress</a>)</dd>
</dl>

<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 <a href="https://wordpress.org/support/forums/">Support Forums</a>.</li>
	<li>WordPress has a robust plugin <abbr>API</abbr> (Application Programming Interface) that makes extending the code easy. If you are a developer interested in utilizing this, see the <a href="https://developer.wordpress.org/plugins/">Plugin Developer Handbook</a>. You shouldn&#8217;t modify any of the core code.</li>
</ul>

<h2>Share the Love</h2>
<p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better&#8212;you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgeable than yourself, or writing the author of a media article that overlooks us.</p>

<p>WordPress is the official continuation of b2/caf&#233;log, which came from Michel V. The work has been continued by the <a href="https://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="https://wordpress.org/donate/">donating</a>.</p>

<h2>License</h2>
<p>WordPress is free software, and is released under the terms of the <abbr>GPL</abbr> (GNU General Public License) version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p>

</body>
</html>
S
Description
No description provided
Readme 1.1 GiB
Languages
PHP 66.2%
JavaScript 18%
CSS 14.7%
SCSS 1%
HTML 0.1%