Skip to content

Releases: infusephp/framework

v1.0.0

25 Sep 19:38

Choose a tag to compare

  • Renamed project to Idealist Framework
  • Use infuse/libs v0.2.0
  • Moved all framework dependencies into separate packages

v0.1.16

16 Nov 20:23

Choose a tag to compare

  • Massive refactor
  • Directories have been renamed. Apps are now served out of public directory and modules have been moved to the app directory
  • PSR-0 autoloading is now used instead of Modules class
  • Installer fixed
  • Support for latest version of infuse/libs
  • More command line utilities through infuse
  • Moved admin and api scaffolding into modules
  • Tons of other bug fixes and performance enhancements

v0.1.15.4

26 Aug 15:08

Choose a tag to compare

  • support latest infuse/libs
  • various bugfixes

v0.1.15.2

08 Aug 21:51

Choose a tag to compare

  • support for latest infuse/libs
  • prefix for redis sessions
  • various bugfixes

v0.1.15.1

02 Aug 16:33

Choose a tag to compare

  • support for latest infuse/libs
  • enhanced users module (now has a model for login history)

v0.1.15

29 Jul 19:54

Choose a tag to compare

  • refactored to work with latest infuse/libs

v0.1.14

26 Jul 03:47

Choose a tag to compare

  • refactored to work with infuse/libs 0.1.13
  • removed all yaml in favor of php arrays

v0.1.13.1

22 Jul 06:21

Choose a tag to compare

  • URL routing works when framework is installed outside of "/"
  • now built-in PHP sessions are used by default, unless stated otherwise

v0.1.13

22 Jul 05:43

Choose a tag to compare

  • Added button to clean up old schema fields in admin dashboard

v0.1.11

18 Jul 22:07

Choose a tag to compare

  • drastically improved validation and model properties
  • refactoring of base modules
  • various bugfixes