Releases: Muvon/kisscore
Releases · Muvon/kisscore
v3.0 [untested]
This is the LAST release that supports PHP-FPM and single core.
It's untested for Swoole, but just mark the state since we are going to migrate to a new paradigm.
What's Changed
- Bump nanoid from 3.1.30 to 3.2.0 in /addons/webpack/skel/app/client by @dependabot[bot] in #21
- Bump node-sass from 6.0.1 to 7.0.0 in /addons/webpack/skel/app/client by @dependabot[bot] in #22
- Bump minimist from 1.2.5 to 1.2.6 in /addons/webpack/skel/app/client by @dependabot[bot] in #26
- Bump urijs from 1.19.7 to 1.19.11 in /addons/webpack/skel/app/client by @dependabot[bot] in #27
- Bump async from 2.6.3 to 2.6.4 in /addons/webpack/skel/app/client by @dependabot[bot] in #28
- Bump terser from 5.9.0 to 5.14.2 in /addons/webpack/skel/app/client by @dependabot[bot] in #29
- Bump loader-utils from 1.4.0 to 1.4.2 in /addons/webpack/skel/app/client by @dependabot[bot] in #33
- Adopt proposed codestyle by @donhardman in #30
- Bump tar from 6.1.11 to 6.2.1 in /addons/webpack/skel/app/client by @dependabot[bot] in #42
- Include plugins into single core by @donhardman in #43
- @zone support and multiple domains by @donhardman in #45
New Contributors
- @donhardman made their first contribution in #30
Full Changelog: 2.0...3.0
v2.0
- Dockerize with Yoda
- PHP 8 adoption
- Addons
- Composer vendor package support
- View dynamic templates and custom filters
- Watcher moved to manually launch due to issue to run inside the container for dev
- Bug fixes and improvements
v1.2
- Use gmdate instead of date for log information.
- Allow more RESTful API HTTP methods in nginx config.
- Add helper to create exception handler.
- Fix critical session.name issue.
- Extract CORS setup for nginx to config.
- Fix critical deploy issues
v1.1
- Extract all-in-one bash functions into separated bash scripts.
- Various code improvements.
- Deprecate systemd dependency.
- Fix check runner bash script.
- Migrate nginx and php-fpm from plugins into config dir.
- Move nginx rewrite code generation to nginx config compiler from Env class.
- Deprecate html symlic that followed to app/static folder.
- Autodetect action return types and autorespone headers depends on response.
v1.0
Initial stable release.
It supports php 5.6 and higher version.