Increment plugin API version

This commit is contained in:
Ted John 2021-02-10 18:44:04 +00:00
parent 762b6ee816
commit f7bbaed7f5
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@
- Feature: [#13675] [Plugin] Add context.setInterval and context.setTimeout.
- Feature: [#13927] [Plugin] Add isVisible and text box widget.
- Feature: [#13969] [Plugin] Add APIs for editing title sequences.
- Feature: [#14002] [Plugin] Feature: Use allowed_hosts when checking the binding IP for listening
- Feature: [#14002] [Plugin] Use allowed_hosts when checking the binding IP for listening.
- Feature: [#14059] [Plugin] Add optional filter to custom tools.
- Change: [#13346] [Plugin] Renamed FootpathScenery to FootpathAddition, fix typos.
- Change: [#13857] Change Rotation Control Toggle to track element number 256
- Fix: [#4605, #11912] Water palettes are not updated properly when selected in Object Selection.

View File

@ -44,7 +44,7 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 20;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 21;
struct ExpressionStringifier final
{