Skip to content

Commit

Permalink
Merge branch 'release/v2.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
silvamfilipe committed Aug 13, 2024
2 parents 01e8265 + 51d6879 commit 5b7932b
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 114 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v2.1.3] - 2024-08-13
### Added
- Event handling when (en|dis)abling the module.

## [v2.0.3] - 2024-07-14
### Fixed
- Updates the `slick/module-api` witch adds a DI container to be used on console setup.
Expand Down Expand Up @@ -35,7 +39,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Completely remake for Slick v1.2.0.
- First released stand alone ORM package for Slick framework.

[Unreleased]: https://github.com/slickframework/orm/compare/v2.0.3...HEAD
[Unreleased]: https://github.com/slickframework/orm/compare/v2.1.0...HEAD
[v2.1.0]: https://github.com/slickframework/orm/compare/v2.0.3...v2.1.0
[v2.0.3]: https://github.com/slickframework/orm/compare/v2.0.2...v2.0.3
[v2.0.2]: https://github.com/slickframework/orm/compare/v2.0.0...v2.0.2
[v2.0.0]: https://github.com/slickframework/orm/compare/v1.2.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ composer require slick/orm
```

## Usage
Please read `slick/orm` documentation at [https://www.slick-framework.com/modules/orm](https://www.slick-framework.com/modules/orm)
Please read `slick/orm` documentation at [https://www.slick-framework.com/modules/orm.html](https://www.slick-framework.com/modules/orm.html)

## Testing

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Slick ORM is a module that provides ORM support to a Slick application using doctrine/orm.",
"minimum-stability": "dev",
"license": "MIT",
"version": "v2.0.2",
"version": "v2.1.0",
"keywords": [
"slick",
"ORM",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev",
"dev-master": "2.1-dev",
"dev-develop": "2.x-dev"
}
},
Expand Down
Loading

0 comments on commit 5b7932b

Please sign in to comment.