Skip to content

Releases: PhpSlides/phpslides

v1.4.4

17 Jan 18:16
02a578f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.4

v1.4.1

12 Dec 07:45
71953ee
Compare
Choose a tag to compare
Merge pull request #44 from PhpSlides/dev

Dev

updated to the framework version - 1.3.7

25 Nov 14:23
338f5c8
Compare
Choose a tag to compare
v1.3.7

updated to version 1.3.7

v1.3.6

10 Nov 08:34
863f7f4
Compare
Choose a tag to compare

What's Changed

  • fixes bugs & enhance welcome screen code by
    @dconco
    in #42

Full Changelog: v1.3.5...v1.3.6

v1.3.5

09 Nov 12:06
b0c6ae9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

Added Hot Reload - v1.3.4

02 Oct 04:37
2bb3f35
Compare
Choose a tag to compare

What's Changed

  • Added Live Hot Reload
  • Updated hot reload to store in cache.
  • Updated the rule of how configuration file works.
  • Added import function to be able to import files.
  • No more using bootstrap app and getting the absolute path.
  • Arranged files and folders structure no more using bootstrap app and getting the absolute path.

Full Changelog: v1.3.3...v1.3.4

v1.3.3: Merge pull request #36 from PhpSlides/dev

08 Sep 14:34
43bba15
Compare
Choose a tag to compare
updated to accept phpslides/cli

Completed Command for creating forge database & tables and styled ASCII command text

01 Sep 19:02
cf67cce
Compare
Choose a tag to compare
Merge pull request #35 from PhpSlides/dev

Completed Command for creating forge database & tables and styled ASCII command text

Updated ConsoleL to CLI and made Forgery only works if the database is connected successfully

29 Aug 08:14
06ccbf5
Compare
Choose a tag to compare
Merge pull request #28 from PhpSlides/dev

Updated ConsoleL to CLI and made Forgery only works if the database is connected successfully

Invented a new unique database management feature called Forgery.

28 Aug 22:24
5866085
Compare
Choose a tag to compare

Change Logs

[v1.3.0]

  • Added DB log db.log to log message into the file
  • Added creating of Database and Tables according for PhpSlides Forgery
  • Implemented ORM according to Forge Class. Used the MeekroORM library and improve it in working with namespace according to PhpSlides Forgery