-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Merge release 3.3.1 into 4.0.x #97
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the CHANGELOG.md file to add a changelog entry for a new 3.2.1 version.
init_autoloader.php is no longer part of this package
Signed-off-by: Gary Lockett <gary@creativecow.uk>
Add GHA CI workflow
Signed-off-by: Andi Rückauer <arueckauer@gmail.com>
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
Remove file headers
- Add `~8.1.0` to list of allowed PHP versions - Update dependencies to constraints known to work with PHP 8.1 where possible - Change how the package replaces zend-mvc: - Rename "replace" section to "conflict" - Change "zend-mvc" constraint in that section to "*" - Remove "laminas-zend-framework-bridge" as a dependency Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Also enables the flag to throw exceptions for deprecrations, which now defaults to off since 9.5.10; we want the old behavior so we can detect deprecations early. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Required, as the laminas-psr7bridge does not yet support 8.1 officially. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Provide PHP 8.1 support
Signed-off-by: Anna Filina <afilina@gmail.com>
Signed-off-by: Anna Filina <afilina@gmail.com>
…explanation below Signed-off-by: Anna Filina <afilina@gmail.com>
…ferences Signed-off-by: Anna Filina <afilina@gmail.com>
Signed-off-by: Anna Filina <afilina@gmail.com>
Co-authored-by: Frank Brückner <info@froschdesignstudio.de> Signed-off-by: Anna Filina <afilina@gmail.com>
Signed-off-by: Anna Filina <afilina@gmail.com>
Don't undermine a feature; list alternatives; remove console references
Reflow changes to have one sentence per line, adding whitespace between bullet points for clarity. Fixes documentation link to include trailing "/". Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Improve the "Create a Controller" section in the Quick Start
Simplify and clarify routing in quick start; remove default route
- Remove a lot of filler text of type "he's what you're about to do" and "here's what you just did" - Choose more concise phrasing where possible - Introduce the page with a clear description of what we're about to build and the steps involved - Avoid euphemistic and exaggerating adjectives - Remove information about custom modules to lighten this guide; add a link to the modules tutorial instead - Since we no longer use custom modules, replace `<module name>` with `Application` to not leave devs to figure any of this out - There was some leftover info about the deprecated laminas-mvc-console - Say which file the code example belongs to in a uniform way - Replace "foo" and "bar" with something more meaningful - Add code comments to the controller example as opposed to post-example explanations - Add Learn More section with links Signed-off-by: Anna Filina <afilina@gmail.com>
Since this patch touches basically the whole file, I've applied the one-sentence-per-line rule everywheere. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com>
Signed-off-by: Anna Filina <afilina@gmail.com>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: Anna Filina <afilina@gmail.com>
Signed-off-by: Anna Filina <afilina@gmail.com> Co-authored-by: Aleksei Khudiakov <aleksey@xerkus.pro>
Signed-off-by: Anna Filina <afilina@gmail.com>
Fully clean up quick start
…rManager' to an alias Signed-off-by: Thomas Rieschl <thomas@trinet.at>
Add `ControllerManager::class` as resolvable service
Closing: TBD in #101 |
Ocramius
added
Duplicate
This issue or pull request already exists
and removed
Awaiting Maintainer Response
labels
Feb 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes for 3.3.1
3.3.x bugfix release (patch)
3.3.1
Documentation
Documentation,Enhancement