Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Releases: XHiddenProjects/PPDB

v2.0.5

01 May 11:18
380bb52
Compare
Choose a tag to compare
  • Added new plugin hooks: here is a list
Hooks Execute in Note
plugin::hook('head') panel Executes in header
plugin::hook('view') plugin Executes code when plugin runs
plugin::hook('profile') profile Executes code when profile displays
plugin::hook('footerJS') panel Executes code when footer JS runs
plugin::hook('panelList') lib Execute list when panel list(More...) is ranned

v2.0.4

09 Apr 17:21
45e7ae8
Compare
Choose a tag to compare
  • Now added a new hook plugin::hook('view', $plugin) checks for YOURPLUGIN_view()
  • Fixed a few issues and bugs/glitches

v2.0.3

30 Mar 11:48
bf4be40
Compare
Choose a tag to compare
  • Added PPDB::autoRedirect($desc, $title=redirecting, $type=success)
  • Uses autoredirect for more items that fail or succeed

v2.0.2

28 Mar 18:54
523fa7d
Compare
Choose a tag to compare
  • Fixed Update/Create database, was only identify a create new file by table name, leave blank to update

v2.0.1

28 Mar 16:16
8194e78
Compare
Choose a tag to compare
  • Fixed panel.php so ROOT_DB will auto-detect DS(dictionary separator)

v2.0.0 - Big Update

26 Mar 11:58
704c134
Compare
Choose a tag to compare
  • Added Utils functions and folder
  • Added Plugins folder and functions
  • Added Themes folder and functions
  • And More fixes and changes(to much to type)

v1.4.19

27 Jan 23:36
86a5957
Compare
Choose a tag to compare
  • Added upload JSON file for database(can be used after export)
  • Added PPDB::success(); and PPDB::failed(); for alerts

v1.4.18

23 Jan 02:05
2241724
Compare
Choose a tag to compare
  • Added LIBRARY_AUTOUPDATE to allo you get notify if an update is available
  • Added .HTACCESS to the database folder to prevent random users from viewing the database
  • Fixed export to PHP_ARRAY
  • edit readme.md

v1.4.17

22 Jan 17:33
7649781
Compare
Choose a tag to compare
  • Changed Password Hash
  • Added New function PPDB::PSW_VARIFY()
  • edit readme.md

v1.4.16

20 Jan 15:56
d7477b5
Compare
Choose a tag to compare
  • fixed any bugs/glitches