Releases: justinhartman/cloudapp-webhook
Version 6.0.1 Release
- 5afcfcd Create FUNDING.yml so you guys can help support this project!
- 9479206 Create codeql-analysis.yml for code security
- 2095609 Added the SQLite Database, media folders and properly configured the webhook domain
- dc68219 Added empty rar registration key because it's illegal to post a paid-for software key so you can get your own if you need
Version 6.0.0 Release
This release is now completely open source and licensed under an MIT license. See details in the README for how to configure the app.
Version 5.0.0
This release is a culmination of nearly a month's worth of work to migrate the mixed PHP/bash/Python app into a pure Python-only application. The feature branch had been running in production for a couple weeks now and it is now production ready to become the primary source.
There were over 29 commits to this release and all changes can be viewed in PR #3 which contains details of the 32 files modified, adapted or deleted from the original master
branch. There were 792` lines added and 1,473 deleted in this release.
PHP Version
This release is the source code for the PHP-only version of the app. This code worked but due to the limited server resources we had to work on using a combination of bash
and python
in future releases.
PHP + Database Version
This release contains the PHP application as with the earlier PHP Version release but this also includes classes to insert the payload data to an SQLite Database.