No release history is available yet.
What it is
WordPress is an open-source content management system built primarily with PHP and a database, commonly used for blogs, marketing sites, publications, membership sites, and online stores. Its administration interface lets non-developers create content, manage media, configure navigation, and administer users, while themes control presentation and plugins add features. It can run as a traditional server-rendered site, expose content through APIs for a separate frontend, or support a mixed approach. Its large ecosystem is a major strength, but it also means that a WordPress installation is often a combination of core software, a theme, custom code, plugins, hosting configuration, and externally managed services. WooCommerce is a plugin that runs on WordPress, so a WooCommerce store is a WordPress site, and its WordPress version matters to it just as much as its WooCommerce version does.
History
WordPress began as blogging software and developed into a general-purpose publishing platform. Early development emphasized posts, categories, themes, comments, and an approachable administration experience. As adoption expanded, the project added a more formal extension architecture, custom content types, richer media handling, user roles, menus, APIs, and editor capabilities that made it suitable for broader site-building use. Later development moved toward a block-based editing and site-building model, while the older editor and many traditional theme patterns remained in widespread use. This long history has produced a large installed base with sites built according to different architectural eras, from simple blog themes to heavily customized editorial platforms and stores.
Migration notes
Migration planning should begin with an inventory of the actual installation rather than treating WordPress core as the whole application. Content can be relatively portable, but its meaning is often encoded in custom post types, taxonomies, custom fields, shortcodes, page-builder data, reusable blocks, and plugin-specific database tables. A target platform may need explicit content models and transformation rules for each of these. Themes can contain business logic, custom templates, editor integrations, and direct database assumptions; a visual redesign does not automatically reproduce those behaviors. Plugins may provide critical functions such as forms, search, multilingual content, redirects, memberships, ecommerce, SEO metadata, caching, and integrations, and replacing them usually requires data extraction as well as feature work. Media migrations need to account for file paths, image derivatives, embedded references, captions, permissions, and storage or CDN arrangements. URL structures, redirect rules, canonical URLs, structured metadata, sitemaps, and historical attachments are important for preserving search visibility. Sites moving into WordPress face similar questions in reverse: imported data must be mapped into WordPress content structures, the chosen editor and theme approach must be compatible with the intended authoring workflow, and required plugin integrations must be tested together. Legacy PHP, database, server, and plugin dependencies can constrain upgrades or hosting moves, while custom code that bypasses WordPress APIs can make those constraints harder to identify. For WooCommerce sites, plan separately for products, variations, attributes, orders, customers, taxes, shipping rules, payment records, subscriptions or other extension data, and privacy or retention obligations; data that must remain available for operations or compliance should not be assumed to fit a simple product-and-order export.
Version support status
| Cycle | Status | Date |
|---|---|---|
| WordPress 7.0 | Unknown | No dates published |
| WordPress 6.9 | End of life | EOL 20 May 2026 |
| WordPress 6.8 | End of life | EOL 2 December 2025 |
| WordPress 6.7 | End of life | EOL 15 April 2025 |
| WordPress 6.6 | End of life | EOL 12 November 2024 |
| WordPress 6.5 | End of life | EOL 16 July 2024 |
| WordPress 6.4 | End of life | EOL 2 April 2024 |
| WordPress 6.3 | End of life | EOL 7 November 2023 |
| WordPress 6.2 | End of life | EOL 8 August 2023 |
| WordPress 6.1 | End of life | EOL 29 March 2023 |
| WordPress 6.0 | End of life | EOL 1 November 2022 |
| WordPress 5.9 | End of life | EOL 24 May 2022 |
| WordPress 5.8 | End of life | EOL 25 January 2022 |
| WordPress 5.7 | End of life | EOL 20 July 2021 |
| WordPress 5.6 | End of life | EOL 9 March 2021 |
| WordPress 5.5 | End of life | EOL 8 December 2020 |
| WordPress 5.4 | End of life | EOL 11 August 2020 |
| WordPress 5.3 | End of life | EOL 31 March 2020 |
| WordPress 5.2 | End of life | EOL 12 November 2019 |
| WordPress 5.1 | End of life | EOL 7 May 2019 |
| WordPress 5.0 | End of life | EOL 21 February 2019 |
| WordPress 4.9 | End of life | EOL 6 December 2018 |
| WordPress 4.8 | End of life | EOL 16 November 2017 |
| WordPress 4.7 | End of life | EOL 8 June 2017 |
| WordPress 4.6 | End of life | EOL 6 December 2016 |
