Skip to content

Commit

Permalink
Change details in CHANGELOG.md, UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Dec 8, 2023
1 parent f0c7b13 commit 722a9ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,19 @@ All notable changes to `Slytherin` will be documented in this file.
- PHP version to `v5.4.0`
- Interface from `RequestInterface` to `ServerRequestInterface` in `Components`

## [0.4.4](https://github.com/rougin/slytherin/compare/v0.4.3...v0.4.4) - 2023-12-08

**NOTE**: This is a backport fix to lessen backward compatibility issues.

### Added
- `ComponentCollection`
- `ErrorHandler` (`ErrorHandlerInterface`, `Whoops`)
- `IoC\Auryn`
- `Template\Twig`

### Fixed
- Missing `container-interop/container-interop` package in `composer.json`

## [0.4.3](https://github.com/rougin/slytherin/compare/v0.4.2...v0.4.3) - 2016-02-19

### Added
Expand Down Expand Up @@ -259,13 +272,14 @@ All notable changes to `Slytherin` will be documented in this file.

## [0.2.2](https://github.com/rougin/slytherin/compare/v0.2.1...v0.2.2) - 2023-12-08

**NOTE**: This is a backport fix to prevent any backward compatability issues from previous versions.
**NOTE**: This is a backport fix to lessen backward compatibility issues.

### Changed
- `post-install-cmd` to `post-update-cmd` in `README.md`
- Detailed example in creating the `CRUD` code

### Fixed
- Missing `APPPATH` after creating `index.php` from `Installer`
- Missing `APPPATH` after generating `index.php` from `Installer`

## [0.2.1](https://github.com/rougin/slytherin/compare/v0.2.0...v0.2.1) - 2015-09-30

Expand Down
4 changes: 2 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Update the following details in `composer.json`:
}
```

**NOTE**: `Rougin\\Nostalgia\\` is only a example namespace. The said namespace can be changed for the whole project.
**NOTE**: `Rougin\\Nostalgia\\` is only an example namespace. The said namespace can be changed for the whole project.

Then execute `composer update` to update the packages:

Expand Down Expand Up @@ -187,7 +187,7 @@ Once copied, remove the `extends Controller` in each of the files in the `src/Ro

``` diff
-namespace Controllers;
+namespace Routes;
+namespace Rougin\Nostalgia\Routes;

-use Rougin\Slytherin\Controller;
-use Rougin\Slytherin\View;
Expand Down

0 comments on commit 722a9ac

Please sign in to comment.