Skip to content

docs: Update LTS info and overview on supported plugins #8065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions docs/explanation/commonly_used_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,25 @@ Recommended with Version 4 of django CMS
========================== ================================== ==========================
Package Description Status
========================== ================================== ==========================
djangocms-text Next gen. text Plugin for supports V4.1
django CMS using Tiptap
djangocms-text-ckeditor Text Plugin for django CMS using supports v4.1 as of v5.1.2
CKEditor 4
djangocms-link Add links on your site supports V4.1
djangocms-versioning Adds versioning and publication v4.x only
management features to v4
djangocms-moderation Implements moderation process to v4.x only
channel publications
djangocms-alias Central management of recurring v4.x only
plugin sequences - replaces static
placeholders
djangocms-url-manager Central place to manage all link v4.x only
urls for your project
djangocms-frontend Plugin bundle for django CMS supports v4.1
providing several components from
the popular Bootstrap 5 framework.
Themable and extensible
djangocms-form-builder Build forms for your site supports v4.1
django-filer Manager for assets like images supports v4.1
djangocms-attributes-field An opinionated implementation to no issues known
djangocms-attributes-field An opinionated implementation to supports v4.1
add attributes to any HTML element
djangocms-icons Adds support for Fontawesome icons supports v4.1
attributes to any HTML element
Expand All @@ -64,9 +66,6 @@ Thrid-party opinionated packages
========================= ========================== ===================================
Package Description Status
========================= ========================== ===================================
djangocms-version-locking Allows locking draft v4.x only
versions to avoid
conflicts
djangocms-page-admin New PageContent admin supports v4.0, v4.1 support unclear
which doesn't include tree
functionality
Expand All @@ -80,20 +79,19 @@ djangocms-references Retrieve objects that are supports v4.0, v4.1 support
Packages not (yet) supporting version 4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

====================== =========================================== =================
====================== =========================================== =====================
Package Description Status
====================== =========================================== =================
djangocms-link Add links on your site not yet supported
====================== =========================================== =====================
djangocms-blog django CMS blog application - Support for not yet supported
multilingual posts, placeholders, social
multilingual posts, placeholders, social (working fork exists)
network meta tags and configurable apphooks
djangocms-history Undo/redo functionality for django CMS not yet supported
operations
djangocms-page-sitemap django CMS page extension to handle sitemap not yet supported
customization
djangocms-page-meta Add SEO meta data to django CMS pages not yet supported
djangocms-transfer Export and import plugins as JSON not yet supported
====================== =========================================== =================
====================== =========================================== =====================

Contributors are needed to add django CMS v4 support to the following packages:

Expand Down
7 changes: 4 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,9 @@ Current LTS table
========== ============== ====== ========================
django CMS Feature freeze Django End of long-term support
========== ============== ====== ========================
4.1 x tbd 4.2 April 2026
\ \ 3.2 April 2024
4.2.x tbd 5.2 April 2028
4.1 x September 2023 4.2 April 2026
3.11.x September 2023 4.2 April 2026
\ \ 3.2 April 2024
========== ============== ====== ========================

After feature freeze, new features go into the next major version of django CMS.
Expand All @@ -201,6 +200,8 @@ The following LTS versions **do not** receive any support any more:
========== ============== ====== ========================
django CMS Feature freeze Django End of long-term support
========== ============== ====== ========================
4.1.x September 2023 3.2 April 2024
3.11.x September 2023 3.2 April 2024
3.8 x June 2020 2.2 April 2022
3.7.x October 2020 2.2 March 2022
\ \ 1.11 March 2020
Expand Down