Skip to content

Commit

Permalink
chore: cleanup TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Apr 22, 2024
1 parent 143f19a commit d4636f8
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
# Change Log

## [7.0.1] - ?

### Changed
* Dependency scoping for collision mitigation
* Makefile refactoring : module bundle targets for CI & add php-scoper
* Reworked login page without inheritance from AdminLogin
* Stop installing Eventbus at install/reset
* Stop re-onboarding from v4 at install/reset

### Added
* AdminLoginPsAccounts dedicated login page

## [7.0.0] - 2024-02-14
## [7.0.0] - 2024-04-22

### Added
* OAuth2 client for every linked shop will be used for token generation
* Introducing internal CommandBus
* Specialized Hook Classes
* ServiceInjector for tests based on @inject tag
* support for `.well-known/openid-configuration` with a unique `ps_accounts.oauth2_url` in config.yml
* AdminLoginPsAccounts dedicated login page

### Changed
* Merge code of branches 6 & 5 into a unified version for 1.6, 1.7 and 8
Expand All @@ -29,6 +18,11 @@
* AdminLogin override replaced with a redirect to a dedicated AdminLoginPsAccounts page
* Deprecated UserTokenRepository & ShopTokenRepository in favor of
Account\Session\Firebase\OwnerSession & Account\Session\Firebase\ShopSession
* Dependency scoping for collision mitigation
* Makefile refactoring : module bundle targets for CI & add php-scoper
* Reworked login page without inheritance from AdminLogin
* Stop installing Eventbus at install/reset
* Stop re-onboarding from v4 at install/reset

### Fixed
* Shop are unliked when firebase token expires
Expand Down

0 comments on commit d4636f8

Please sign in to comment.