From 6b7391025ec9045dcf15c79ef7846176db6181e6 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Tue, 1 Jul 2025 13:06:36 -0400 Subject: [PATCH 1/2] Updated skeleton intro to remove reference to MVC Signed-off-by: Eric Richer eric.richer@vistoconsulting.com --- docs/StarterKits/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/StarterKits/introduction.md b/docs/StarterKits/introduction.md index b77d4b6..56c5dff 100644 --- a/docs/StarterKits/introduction.md +++ b/docs/StarterKits/introduction.md @@ -3,8 +3,8 @@ title: Introduction sidebar_position: 1 --- -The intent of the LM-Commons Starter Kits is to provide skeletons, either based on Laminas MVC or on Laminas Mezzio, -that meet business needs above the basic MVC and Mezzio frameworks by including user management, role based access, CORS +The intent of the LM-Commons Starter Kits is to provide skeletons, based Laminas Mezzio, +that meet business needs above the basic Mezzio frameworks by including user management, role based access, CORS and administration modules. This is a work in progress looking for contributors. \ No newline at end of file From 4e43fa2b8436a608617dc405a441be9638740a28 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Tue, 1 Jul 2025 13:07:19 -0400 Subject: [PATCH 2/2] Added blog entry and announcement for MVC based packages that are now in Maintenance only Signed-off-by: Eric Richer eric.richer@vistoconsulting.com --- blog/2025-07-01-mvc-maintanance-only.md | 27 +++++++++++++++++++++++++ docusaurus.config.js | 9 ++++----- 2 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 blog/2025-07-01-mvc-maintanance-only.md diff --git a/blog/2025-07-01-mvc-maintanance-only.md b/blog/2025-07-01-mvc-maintanance-only.md new file mode 100644 index 0000000..e200999 --- /dev/null +++ b/blog/2025-07-01-mvc-maintanance-only.md @@ -0,0 +1,27 @@ +--- +slug: MVC-maintenance-only +title: LMC MVC-based Modules are now maintenance only +authors: [ericr] +tags: [lm-commons, MVC, upgrade] +--- +With the announcement from the Laminas Technical Committee to put all Laminas MVC components into maintenance-only, +we have decided to do the same for the LMC packages that are based on Laminas MVC. + +Therefore, the following packages will be set to Maintenance-Only and no new features will be developed but they will +be updated to support PHP 8.5: + +| Package | Version | Comments | +|--------------------------|---------|-----------------------------| +| LmcUser | 3 | Version 4 will be abandoned | +| LmcUserDoctrineORM | All | | +| LmcUserDoctrineMongoODM | All | | +| LmcRbacMvc | All | | +| LmcRbacMvcDeveloperTools | 1 | | +| LmcCors | 1 | Version 2 is abandoned | +| LmcAdmin | All | | +| LmcMail | 1 | Abandoned | + +### New Mezzio Packages + +New packages will be developed for Mezzio as replacements for Laminas MVC based packages. +These will be announced later. \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 61ac960..089a960 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -68,15 +68,14 @@ const config = { disableSwitch: true, defaultMode: 'light' }, - /* + announcementBar: { - id: 'new_version_lmcrbac', - content: "

New versions of LmcRbac and LmcRbacMvc are available

", + id: 'mvc-maintenance-only', + content: "

Many LMC Packages are now Maintenance-only. Details

", isCloseable: false, - //backgroundColor: 'lightgray' + backgroundColor: 'lightyellow' }, - */ navbar: { title: 'LM-Commons', logo: {