Skip to content

Commit

Permalink
Merge pull request #232 from arhimede/staging
Browse files Browse the repository at this point in the history
fix missing extend tag.
  • Loading branch information
arhimede authored Nov 19, 2024
2 parents 042c2d8 + 03874c1 commit 3588d19
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"default": true,
"MD013": false
}
12 changes: 9 additions & 3 deletions data/blog/2024/2024-11-18-october-news.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ tags:
- development news
---

## Laminas Validator Version 3 Released
Laminas Validator Version 3 Released and being implemented in libraries that use it.
Adding support for Laminas Service Manager v4 in laminas-filter is in progress.
Check here the PHP 8.4 compatibility roadmap for Laminas and Mezzio components.

<!--- EXTENDED -->

### Laminas Validator Version 3 Released

We [released version 3](https://github.com/laminas/laminas-validator/releases/tag/3.0.0) of `laminas-validator` in October with nearly 100 PR's merged.

Expand All @@ -29,7 +35,7 @@ Support for version 3 in other components is still in the works. The following l

Please do try out the new version where possible and let us know how you get on in Slack, and any help you can provide with working on the dependents is appreciated!

## Laminas Filter Version 3
### Laminas Filter Version 3

Work on the [next major version](https://github.com/laminas/laminas-filter/milestone/4) of `laminas-filter` is progressing well.
We've been modernising and refactoring all the filters so that they are largely immutable, improving type safety and predictability with over 50 PRs merged so far.
Expand All @@ -38,7 +44,7 @@ When it's released `laminas-filter` will support Laminas Service Manager v4 and

We welcome contributions to help us get Laminas Filter over the line and there is a [handy todo list](https://github.com/laminas/laminas-filter/issues/177) you can consult to see if there's anything you can help with.

## Getting Ready for PHP 8.4
### Getting Ready for PHP 8.4

Most Laminas and Mezzio components are now 8.4 compatible, ahead of the PHP 8.4 general release.

Expand Down

0 comments on commit 3588d19

Please sign in to comment.