Skip to content

Commit

Permalink
Release v1.9.0
Browse files Browse the repository at this point in the history
Changelog:
- Updated to NamelessMC pr13
- Added file uploading
- Added webhook event for staff comment reply
- Added multiple api endpoints

Huge thanks to the patreon supporters at https://partydragen.com/supporters/
  • Loading branch information
partydragen committed Jun 5, 2022
1 parent 9cd9f02 commit 99a43a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/modules/Forms/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct($language, $forms_language, $pages, $user, $navigati

$name = 'Forms';
$author = '<a href="https://partydragen.com" target="_blank" rel="nofollow noopener">Partydragen</a>';
$module_version = '1.8.4';
$module_version = '1.9.0';
$nameless_version = '2.0.0-pr13';

parent::__construct($this, $name, $author, $module_version, $nameless_version);
Expand Down

0 comments on commit 99a43a4

Please sign in to comment.