Skip to content

Commit c7c8c75

Browse files
authored
Merge pull request #42 from visto9259/1.4.x
Update to announce that MVC based packages are now in Maitenance only mode
2 parents 31dda9f + 8976423 commit c7c8c75

File tree

3 files changed

+33
-7
lines changed

3 files changed

+33
-7
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
slug: MVC-maintenance-only
3+
title: LMC MVC-based Modules are now maintenance only
4+
authors: [ericr]
5+
tags: [lm-commons, MVC, upgrade]
6+
---
7+
With the announcement from the Laminas Technical Committee to put all Laminas MVC components into maintenance-only,
8+
we have decided to do the same for the LMC packages that are based on Laminas MVC.
9+
10+
Therefore, the following packages will be set to Maintenance-Only and no new features will be developed but they will
11+
be updated to support PHP 8.5:
12+
13+
| Package | Version | Comments |
14+
|--------------------------|---------|-----------------------------|
15+
| LmcUser | 3 | Version 4 will be abandoned |
16+
| LmcUserDoctrineORM | All | |
17+
| LmcUserDoctrineMongoODM | All | |
18+
| LmcRbacMvc | All | |
19+
| LmcRbacMvcDeveloperTools | 1 | |
20+
| LmcCors | 1 | Version 2 is abandoned |
21+
| LmcAdmin | All | |
22+
| LmcMail | 1 | Abandoned |
23+
24+
### New Mezzio Packages
25+
26+
New packages will be developed for Mezzio as replacements for Laminas MVC based packages.
27+
These will be announced later.

docs/StarterKits/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Introduction
33
sidebar_position: 1
44
---
55

6-
The intent of the LM-Commons Starter Kits is to provide skeletons, either based on Laminas MVC or on Laminas Mezzio,
7-
that meet business needs above the basic MVC and Mezzio frameworks by including user management, role based access, CORS
6+
The intent of the LM-Commons Starter Kits is to provide skeletons, based Laminas Mezzio,
7+
that meet business needs above the basic Mezzio frameworks by including user management, role based access, CORS
88
and administration modules.
99

1010
This is a work in progress looking for contributors.

docusaurus.config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,14 @@ const config = {
6868
disableSwitch: true,
6969
defaultMode: 'light'
7070
},
71-
/*
71+
7272
announcementBar: {
73-
id: 'new_version_lmcrbac',
74-
content: "<h1 style='font-size: 120%'><strong>New versions of LmcRbac and LmcRbacMvc are available</strong></h1>",
73+
id: 'mvc-maintenance-only',
74+
content: "<h1 style='font-size: 120%'><strong>Many LMC Packages are now Maintenance-only. <a href='/blog/MVC-maintenance-only'>Details</a> </strong></h1>",
7575
isCloseable: false,
76-
//backgroundColor: 'lightgray'
76+
backgroundColor: 'lightyellow'
7777
},
7878

79-
*/
8079
navbar: {
8180
title: 'LM-Commons',
8281
logo: {

0 commit comments

Comments
 (0)