Skip to content

Releases: KumbiaPHP/KumbiaPHP

v 1.2.1

16 Apr 17:03
a84e2c5
Compare
Choose a tag to compare

Fix Logger and RestController.

v 1.2.0

11 Mar 09:48
6261e72
Compare
Choose a tag to compare

Require minimum PHP 8.0, and it's 100% compatible with v 1.x.

New exception config in App, to show in production the debug exception only to trusted IPs.

v 1.2.0 RC1

20 Feb 18:41
c165036
Compare
Choose a tag to compare
v 1.2.0 RC1 Pre-release
Pre-release

Fix Form helper

v 1.2.0 RC

10 Feb 10:24
f94db63
Compare
Choose a tag to compare
v 1.2.0 RC Pre-release
Pre-release

Require minimum PHP 8.0, and it's 100% compatible with v 1.x.
In future minor releases, we will update more libs to use only PHP 8.0.

New exception config in App, to show in production the debug exception to trusted IPs.

It's a Release Candidate, to test it before the final release.

v 1.1.5

22 Jul 12:18
72235c0
Compare
Choose a tag to compare

Update xml template.
Update jquery to 3.6.0.

v 1.1.4

30 May 10:20
eebbeb1
Compare
Choose a tag to compare

Faster get controller
Clean Flash

V1.1.3

25 Jun 11:00
23b69b6
Compare
Choose a tag to compare

Fix kumbia.svg
Update travis tests
Clean and update KumbiaRest

V1.1.2

19 Jun 16:51
5c21183
Compare
Choose a tag to compare

Performance optimizations.
Sanitized data in exception views.

Update to v1.1.1

14 May 21:24
40812c1
Compare
Choose a tag to compare

Fix router and view in some systems.

Update to v1.1.0

14 May 15:48
61cbb03
Compare
Choose a tag to compare

New way to manage no method found in controllers.
using __call() in the controllers, by default work like before.
New PagesController, using the __call(). Now it's faster and easier.
Also can be moved to a trait.

Deprecated use of kumbia_version() now it's better to use the constant KUMBIA_VERSION
Initial bootstrap to work with workerman.
Faster router and dispatcher.