Releases: ginger-tek/jerpy
Releases · ginger-tek/jerpy
4.5.7
Improvements
- Updated
example.Caddyfileto more closely emulate the .htaccess behavior in properly routing and blocking directory access - Updated VSCode launch config to serve the root directory for quick smoke testing only; use a real web server for proper testing
Full Changelog: 4.5.6...4.5.7
4.5.6
Improvements
- Use plugins array key as URI match to load plugins conditionally, fallback to global load when no explicit route key is set
- Added dev launch config for better DX
- Cleaned up directories
- Included example Caddyfile if using caddy v2 server
Full Changelog: 4.5.5...4.5.6
4.5.5
Fixes
- Adjust Apache .htaccess file to rewrite requests to the pages, plugins, and layouts directory to the 404 page and prevent access to sensitive files
Full Changelog: 4.5.4...4.5.5
4.5.4
Fixes
- Output buffer is now cleared before exiting and showing generic error message. Exception is also written to the global error log with a timestamp for later debugging.
Full Changelog: 4.5.3...4.5.4
4.5.3
Changes
- Use foreach instead for plugin loading to allow
$uri/$paramsto be accessible from within plugins
Full Changelog: 4.5.2...4.5.3
4.5.2
Changes:
- Reduced concerns from last version; removed additional methods and properties OOTB
Full Changelog: 4.5.1...4.5.2
4.5.1
4.5.0
Changes:
- Refactor of the
$reqobject to be a stdClass so that newfiles()andbody()methods could be added - New config structure for metadata on routes
Full Changelog: 4.0.1...4.5.0
4.0.1
4.0.0
What's Changed
- v4 by @ginger-tek in #1
Fixes
- Simplification of globals and configuration
- Improved performance
Full Changelog: 3.3.0...4.0.0