Skip to content

Releases: multidimension-al/cakephp-subdomains

Custom Router & Middleware Added

07 Jan 03:08
Compare
Choose a tag to compare

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

03 Jan 06:56
Compare
Choose a tag to compare

We have fixed issue #7 that was causing subdomains to be stacked and prepended to domains that already had other subdomains. In addition, code quality was improved overall.

1.0.0 Development Release

02 Jan 22:02
Compare
Choose a tag to compare
Update README.md

Remove Travis button for now.

Initial Release for CakePHP 3.3+

03 Jan 00:03
Compare
Choose a tag to compare

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

01 Jan 18:33
Compare
Choose a tag to compare

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+.