Releases: Darknetzz/php-api
Releases · Darknetzz/php-api
1.1.0
Release 1.1.0
Caution
The structure of this release is completely changed (see #20).
If you upgrade, you will have to make changes to your custom setup in order for it to work properly.
What's Changed
- Aliases, keys and settings are now moved to separate folders to make it easier for you to structure/separate your custom configurations.
- A bit more information is included in the example files for clarity.
- Simplify the settings to clean up some files.
- File inclusion handling of custom config should now be more robust and hopefully prevent confusing errors.
- Allow for cross-origin requests, this is quite essential for an API.
Relevant pull requests
- update readme by @Darknetzz in #15
- sync branches by @Darknetzz in #18
- Restructuring everything by @Darknetzz in #20
Full Changelog: 1.0.4...1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
Changelog
- The user's IP is now logged when using an open endpoint (instead of the previous 'all').
- implementing log_write (WIP)
- allow for a custom index
Allow for a custom index file when no parameters provided.
Will redirect users to whatever your CUSTOM_INDEX constant is set to if ENABLE_CUSTOM_INDEX is set to true.
Bugfixes
- Notify used $args instead of the correct $params.
- Undefined variable $apikey_options
- Undefined variable $log_enable
1.0.0 - Initial release
I feel like this API is stable enough to be released, but be aware that there might be bugs and errors with it at the moment.