Joomla 6 and Joomla 6.2: What’s New and How to Prepare
Joomla 6 is the current major CMS line. Stable production today is Joomla 6.1.3. Joomla 6.2 is the next minor release: it is in feature freeze (Beta 2 as of 1 September 2026) with general availability planned for about 13 October 2026. Site owners still on Joomla 5.4 should note that Joomla’s bugfix window for 5.4 ends on that same October date. This guide covers what 6.x changed from 5.x, what 6.2 adds, and how to upgrade safely.
The old “Joomla 6 is coming” story is finished. Joomla 6.0 shipped. The 6.1.x line is receiving security and bugfix releases (6.1.3 announcement). Attention now moves to Joomla 6.2, which the project is testing in public betas (Beta 1, Beta 2). Betas are not for production.
If you need a managed path from 3.x, 4.x, or 5.x onto 6.x (or a staging dry-run before 6.2), use Infyways Joomla Upgrade services.
What you will learn
- Where Joomla 6.x stands in September 2026 (stable vs beta)
- What Joomla 6.2 is shipping (editors, multilingual, updates, APIs)
- The official 6.2 milestone calendar through GA
- How 6.x differs from 5.x and 4.x
- A practical upgrade checklist for site owners and developers
- When to call in Joomla upgrade or support help
Official schedule source: Joomla Project Roadmap.
Joomla 6.2 status: coming soon, already testable
| Milestone | Planned date (roadmap) | Status |
|---|---|---|
| Alpha 1 to 3 | May to July 2026 | Done |
| Beta 1 (feature freeze) | 18 August 2026 | Done |
| Beta 2 | 1 September 2026 | Current public beta |
| Beta 3 | 15 September 2026 | Upcoming |
| RC1 (language freeze) | 29 September 2026 | Upcoming |
| 6.2.0 stable (GA) | ~13 October 2026 | Planned |
| 6.2.1+ | Nov 2026 onward | Maintenance |
Dates can slip. Treat them as planning targets, not contracts. Release managers for 6.2: Viviana Menzel and Martin Kopp (roadmap).
Production rule: run Joomla 6.1.3 (or the newest 6.1.x) on live sites. Install 6.2 Beta only on staging or throwaway test sites (launch.joomla.org is fine for experiments).
Calendar pressure for Joomla 5.4: official messaging around the 6.1.3 / 5.4.8 release notes that 5.4 bugfix support ends 13 October 2026, with security support continuing longer. That lands on the same week as planned 6.2 GA. If you are still on 5.4, plan the move to 6.x before bugfix ends, even if you wait for 6.2.0 stable rather than jumping into beta.
What is new in Joomla 6.2
Feature freeze started at Beta 1. No major new features after that. Below is what the project committed for 6.2, based on the Beta 1 feature notes and follow-up Beta 2 work. Always re-check the 6.1 to 6.2 migration guide and release notes before you upgrade.
Editors and content UX
| Change | Why it matters |
|---|---|
| Native TinyMCE Readmore button | Replaces legacy readmore handling with a real TinyMCE plugin |
| Link selector modal | Unified link picker for article, contact, and menu editor buttons |
| TinyMCE uses Joomla text filter by default | Editor HTML follows core filter rules, not a separate TinyMCE whitelist |
| TinyMCE 8.8.x | Editor package bump for stability and security |
| Category / list sub-category images | Optional display of child category images in content (and related category list layouts) |
Multilingual
| Change | Why it matters |
|---|---|
| Language fallback chain | Missing language strings can fall through a configurable chain (example: regional → country → base), with overrides in Language options |
Useful for agencies running many language packs where incomplete translations left English gaps or blank labels.
Updates, security visibility, media
| Change | Why it matters |
|---|---|
| Security flag on updates | Installer UI and quickicons can mark security releases clearly |
| Highest-severity update preference | Updater prefers the update with the highest severity when multiple match |
| Clearer SVG upload error messages | Media Manager reports specific SVG validation failures instead of a generic XSS warning |
| Better installer error reporting | Failed web installs surface more precise diagnostics |
APIs and developer tools
| Change | Why it matters |
|---|---|
| EnumField form field | Build list options from PHP enums |
| Web Services: separate introtext / fulltext | JSON:API content endpoints expose both fields; combined text is deprecated (removal planned for Joomla 8.0) |
| Generic XOAuth2 support (Beta 2 line) | Broader OAuth2 plumbing for integrations (verify against final release notes) |
Note on article preview tokens: Beta 1 announced signed preview tokens for unpublished articles without a frontend login. That work was reverted in Beta 2 for further work. Do not plan production workflows around it until it returns in a later release note.
Also in the 6.2 alpha/beta window: media/image manager improvements inside TinyMCE, accessibility tweaks (for example aria-disabled on toolbar buttons that need a selection), admin menu support-link polish, and assorted stability fixes aimed at larger sites.
What Joomla 6.x already changed vs 5.x and 4.x
Joomla 6.0 was the architectural jump. 6.1 and 6.2 are incremental on that base.
| Area | Joomla 4.x | Joomla 5.x | Joomla 6.x |
|---|---|---|---|
| Focus | Bootstrap 5 admin, accessibility | Modern PHP, compatibility plugin era | Framework cleanup, new packages, stricter future path |
| PHP | 7.2+ era evolving to 8.x | PHP 8+ focus | Modern PHP required (plan 8.1+ / 8.2+ on hosting) |
| Extensions | Many older extensions still ran | Compat plugin smoothed upgrades | Test every extension; compat is a bridge, not a forever plan |
| APIs | Mixed legacy | Deprecations increasing | Renderer, Console, Preload, DB/HTTP modernization |
| Support clock | Ended | 5.4 bugfix ends ~13 Oct 2026 | Active 6.1.x today; 6.2 GA planned same week |
Core 6.0 themes that still matter for upgrades: stronger database patterns, HTTP / cryptography modernization, console tooling, preload helpers, and the compatibility plugin for migration. Details live in Joomla 6 migration docs and the roadmap.
Why you should prepare now
- Support calendar. 5.4 bug fixes stop when 6.2 is due. Security patches continue longer, but feature and bug debt stacks up if you stay behind.
- Extension vendors. Good vendors already ship Joomla 6 builds. Waiting until the week of GA means competing with every other late upgrader for support tickets.
- 6.2 editor and language changes. TinyMCE filter defaults and language fallback can change what editors see. Staging catches that before clients do.
- Headless / Web Services. If you use Joomla as an API, the intro/fulltext split needs client updates before the combined field disappears in a future major.
Need hands-on help: Joomla Upgrade, ongoing Joomla support and maintenance, or hire Joomla developers. For K2 sites stuck on old stacks, pair the CMS upgrade with K2 migration services.
Step 1: Inventory and hosting check
- Export installed extensions, templates, custom overrides, and PHP version.
- Confirm hosting meets Joomla 6 PHP requirements (modern 8.x). Upgrade hosting before the CMS if needed.
- Mark every extension as: J6-ready, needs compat plugin, or replace.
- Filter the Joomla Extensions Directory by Joomla 6 where vendors list readiness.
Step 2: Stage, never upgrade live first
- Full backup (files + database).
- Clone to staging with the same PHP version you will use in production.
- On staging, update to the newest stable 6.1.x first if you are coming from 5.x.
- Only then test 6.2 Beta on a separate staging copy if you want early validation. Beta is for discovery and extension testing, not go-live.
Official beta packages: Beta 2 announcement. Report issues at issues.joomla.org.
Step 3: Compatibility plugin, then remove the crutches
- Enable the Joomla compatibility / BC plugin only while you patch or replace broken extensions.
- Retest logins, checkout, forms, multilingual switching, and search.
- Fix or replace templates that assume removed APIs.
- Plan to turn the compat plugin off once everything is native-ready. It is a bridge.
Migration notes: 6.1 to 6.2 migration guide (update as the manual grows through RC).
Step 4: QA before production cutover
- Frontend: home, menus, articles, category blogs, media, forms.
- Admin: article edit (TinyMCE readmore/links), installer update view, language strings.
- SEO: SEF URLs, redirects, sitemaps, canonical tags.
- Performance: cache, CDN, image formats (WebP converter for Joomla).
- Security: apply the latest 6.1.x / 5.4.x patches on whatever you run today; do not wait for 6.2 to install current security releases.
When staging is green, schedule production during low traffic, restore plan in hand. Infyways can run that cutover under Joomla Upgrade or white-label via outsource Joomla services.
Developer action plan for 6.2
- Test extensions against 6.2 Beta / nightly builds before GA.
- Stop depending on deprecated Web Services
textfor articles; useintrotextandfulltext. - Adopt EnumField where enums already model your options.
- Re-test TinyMCE integrations after the text-filter default change.
- Watch language packs for fallback-chain behavior on incomplete translations.
- Read B/C notes for 6.2 and file bugs early while betas are open.
Agencies maintaining many client sites: outsource Joomla services and Joomla extension development.
Key takeaways
- Stable today: Joomla 6.1.3 (keep patched). Coming: Joomla 6.2 GA around 13 October 2026.
- 6.2 is in feature freeze. Beta 2 (1 Sep 2026) is for testing only.
- Headline 6.2 themes: better TinyMCE workflows, language fallback chains, clearer security updates, Web Services field split.
- 5.4 bugfix ends around the same date as 6.2 GA. Plan the move to 6.x now.
- Upgrade on staging first. Use Infyways Joomla Upgrade if you want a managed migration.
Frequently asked questions
When is Joomla 6.2 released?
The project roadmap targets about 13 October 2026 for 6.2.0 stable, after Beta 3 and an RC. Confirm on the roadmap as dates can move.
Should I install Joomla 6.2 Beta on my live site?
No. Betas are for testing. Production sites should stay on the latest stable 6.1.x until 6.2.0 ships and your extensions are verified.
What is the current stable Joomla 6 version?
As of late August 2026, Joomla 6.1.3 is the published stable download on downloads.joomla.org. Always check that page for newer 6.1.x patches.
How is Joomla 6.2 different from Joomla 6.0?
6.0 was the major platform jump. 6.2 is a minor release focused on editor UX, multilingual fallbacks, update severity visibility, API field clarity, and stability. It builds on 6.0/6.1 rather than replacing the architecture again.
Will my Joomla 5 extensions work on Joomla 6?
Some will, some need the compatibility plugin, some need vendor updates. Inventory and test on staging. Replace abandonware before you cut over.
Does Joomla 5.4 still get updates?
Bug fixes for 5.4 are scheduled to end around 13 October 2026. Security support continues longer per the project’s 5.4 / 6.1 release notes. Do not confuse “still gets security” with “good place to stay forever.”
How do I upgrade to Joomla 6 safely?
Backup, clone to staging, update hosting/PHP, update or replace extensions, test, then schedule production. Infyways documents and runs this under Joomla Upgrade services.
Where do I get help if the upgrade breaks?
Start with staging logs and vendor docs. For a full recovery or multi-site rollout, use Joomla support and maintenance or hire Joomla developers.
SEO Metadata
| Field | Value |
|---|---|
| Meta Title | Joomla 6.2 Guide: What’s New, Timeline, Upgrade |
| Meta Description | Joomla 6.2 is in beta with GA planned for 13 Oct 2026. See new features vs 6.1, the roadmap, and how to upgrade from Joomla 5 safely. |
| URL Slug | joomla-6 |
| Focus Keyword | Joomla 6.2 |

















