Skip to content

Releases: ginger-tek/jerpy

4.5.7

05 Oct 01:31
12d8c4a

Choose a tag to compare

Improvements

  • Updated example.Caddyfile to 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

03 Aug 16:04

Choose a tag to compare

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

26 Jul 21:08
2ee139e

Choose a tag to compare

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

21 Jul 02:51

Choose a tag to compare

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

27 Dec 23:17

Choose a tag to compare

Changes

  • Use foreach instead for plugin loading to allow $uri/$params to be accessible from within plugins

Full Changelog: 4.5.2...4.5.3

4.5.2

24 Dec 22:50

Choose a tag to compare

Changes:

  • Reduced concerns from last version; removed additional methods and properties OOTB

Full Changelog: 4.5.1...4.5.2

4.5.1

20 Dec 21:17

Choose a tag to compare

Changes:

  • Fix composer.json versioning

Full Changelog: 4.5.0...4.5.1

4.5.0

20 Dec 21:14

Choose a tag to compare

Changes:

  • Refactor of the $req object to be a stdClass so that new files() and body() methods could be added
  • New config structure for metadata on routes

Full Changelog: 4.0.1...4.5.0

4.0.1

25 Sep 18:53
cf463e8

Choose a tag to compare

Changes

  • Added dirs to deny access to in .htaccess

Full Changelog: 4.0.0...4.0.1

4.0.0

25 Sep 18:43
6cc8c45

Choose a tag to compare

What's Changed

Fixes

  • Simplification of globals and configuration
  • Improved performance

Full Changelog: 3.3.0...4.0.0