Releases: multidimension-al/cakephp-subdomains
Custom Router & Middleware Added
In this update we have fundamentally changed the way that the URLs are intercepted and matched by adding PSR7 middleware and a custom CakePHP router class. These new changes have been tested and are working in ways that previous releases were not. It is highly recommended that all previous versions be discontinued.
Note: The configuration file schema has been changed. You must re-run the bin/cake SubdomainsInstall program or modify your 'subdomains.php' file to change the Multidimensional/Subdomains.subdomains variable to be capitalized in order to get your old configuration file to work.
Bug Fixes
1.0.0 Development Release
Update README.md Remove Travis button for now.
Initial Release for CakePHP 3.3+
This is our first release of the code. This code has been tested thoroughly and is believed to be working well! If you find any bugs, please file an issue or create a fork and a pull request.
We also need help implementing Travis-CI and phpunit tests. If you use this code, please help out by improving upon it.
Initial Release for CakePHP 3.0 to 3.2
This version should work on CakePHP versions 3.0 to 3.2.
This branch will be unmaintained. All future releases will be aimed at CakePHP 3.3+.