This repository has been archived by the owner on Jun 11, 2023. It is now read-only.
Releases: XHiddenProjects/PPDB
Releases · XHiddenProjects/PPDB
v2.0.5
- 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
- Now added a new hook
plugin::hook('view', $plugin)
checks forYOURPLUGIN_view()
- Fixed a few issues and bugs/glitches
v2.0.3
- Added
PPDB::autoRedirect($desc, $title=redirecting, $type=success)
- Uses autoredirect for more items that fail or succeed
v2.0.2
- Fixed Update/Create database, was only identify a create new file by table name, leave blank to update
v2.0.1
- Fixed
panel.php
so ROOT_DB will auto-detect DS(dictionary separator)
v2.0.0 - Big Update
- 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
- Added upload JSON file for database(can be used after export)
- Added
PPDB::success();
andPPDB::failed();
for alerts
v1.4.18
- 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
- Changed Password Hash
- Added New function
PPDB::PSW_VARIFY()
- edit readme.md
v1.4.16
- fixed any bugs/glitches