Skip to content

Releases: AlexKratky/panx-framework

v0.3.2

28 Nov 18:25
Compare
Choose a tag to compare

panx-framework v0.3.2

New features

  • APP_URL = auto
  • Route->setTitle()
  • Roles and permissions for user
  • And more!

v0.3.1

13 Nov 21:05
Compare
Choose a tag to compare

panx-framework v0.3.1

This is next release of panx-framework (v0.3.1).

The documentation is available on https://panx.eu/docs/.

New features

  • Added setup (/_setup/) on localhost
  • Added routes that are accessible only from localhost
  • Fixed many bugs
  • And more!

v0.3

19 Sep 09:59
Compare
Choose a tag to compare
---------------------

This is next release of panx-framework (v0.3). This is major version release.

The documentation is available on https://panx.eu/docs/.
(In future, it will available only using https://panx.eu/docs/v0.3/)

New features
- FormX
- ThemeX & Components
- Added Strict Types
- Fixed route-list
- Previous URL
- Edited Logger
- Fixed many bugs
- And more!

After installation, you need to run following commands:
composer install
php panx-worker config
php panx-worker setup

If you want to use Authentification, you should download Auth extension with template files, routes, css, imgs, fonts by running following command:
php panx-worker extension install https://panx.eu/download/extensions/Auth.zip

v0.2.4

19 Aug 16:53
Compare
Choose a tag to compare
fixed v0.2.4

v0.2.3

13 Aug 19:02
Compare
Choose a tag to compare

v0.2.3

v0.2.2

10 Aug 22:10
Compare
Choose a tag to compare

Version v0.2.2.

v0.2.1

19 Jul 21:22
Compare
Choose a tag to compare
Version v0.2.1

v0.2

07 Jul 21:40
Compare
Choose a tag to compare

New features:

  • Fixed bugs.
  • Fixed display_changelog, Post class.
  • Translation of errors.
  • Support for Latte Template system and others.
  • Added support for controllers.
  • Added support for models.
  • Added convertRoute() function to Route class.
  • Added option to case insensitive routes.
  • Updated Cache (clearAll()).
  • Added default translation.
  • After installation, the panx-worker will setup chmod (0777) to some folders. Also creates empty directories that are needed.
  • And more!

v0.1.2

23 Jun 17:48
Compare
Choose a tag to compare
v0.1.2

v0.1.1

18 Jun 13:51
Compare
Choose a tag to compare
Fixed v0.1.1