Skip to content

Commit

Permalink
2023-01-16 AC: Release-5.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscaya committed Jan 16, 2023
2 parents 422c432 + d62eeff commit d51faea
Show file tree
Hide file tree
Showing 86 changed files with 96 additions and 88 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 5.0.1 (2023-01-16)

- Updates the project's dependencies.

## 5.0.0 (2023-01-10)

- Makes the \Doctrine\Common library a core ASCMVC library (\Ascmvc\Session\Common).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Then, from within the root directory of the project, you can run the following c
## Upgrading from 4.0.0 to 5.0.0

When upgrading from version 4.0.0 to 5.0.0, please make sure to replace the \Doctrine\Common namespace with the \Ascmvc\Session\Common in your config/session.config.php file.
When upgrading from version 4.0.0 to 5.0.0, please make sure to replace the namespace \Doctrine\Common with \Ascmvc\Session\Common in your config/session.config.php file.

### Have a lot of fun! :)
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '5.0'
# The full version, including alpha/beta/rc tags.
release = '5.0.0'
release = '5.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 5 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.. _WhatsNewAnchor:

What's new in version 5.0.1 (2023-01-16)
========================================

* Updates the project's dependencies.

What's new in version 5.0.0 (2023-01-10)
========================================

Expand Down
7 changes: 3 additions & 4 deletions linuxforcomposer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@
},
"ports": {
"port1": [
"7474:80",
"7373:80",
"7272:80",
"7171:80"
"8080:80",
"8181:80",
"8282:80"
]
},
"volumes": {
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 1.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 1.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractControllerManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 1.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractModelObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 1.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 1.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AscmvcBootstrapListenerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AscmvcControllerFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AscmvcDispatchListenerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AscmvcEventManagerListenerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AscmvcFinishListenerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AscmvcRenderListenerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AscmvcRouteListenerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/AggregateEventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/AggregateEventListenerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/AggregateImmutableValueObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/AggregatePolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/AggregateReadModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/AggregateRootController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/AsyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/CommandRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/Event/AggregateEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/Event/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/Event/ReadAggregateCompletedEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/Event/WriteAggregateCompletedEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/EventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/EventListenerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/EventLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/Policy.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/EventSourcing/ReadModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 3.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/LazyLoadingMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/MiddlewareFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*
Expand Down
2 changes: 1 addition & 1 deletion src/Mvc/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 1.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Mvc/AscmvcEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Mvc/AscmvcEventManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LightMVC/ASCMVC
* @author Andrew Caya
* @link https://github.com/lightmvc/ascmvc
* @version 5.0.0
* @version 5.0.1
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0.
* @since 2.0.0
*/
Expand Down

0 comments on commit d51faea

Please sign in to comment.