Increment plugin version, update changelog

This commit is contained in:
Bas 2020-12-29 15:36:00 +01:00
parent 7848a39e6c
commit 918bd015b5
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
- Feature: [#13509] [Plugin] Add ability to format strings using OpenRCT2 string framework.
- Feature: [#13512] [Plugin] Add item separators to list view.
- Feature: [#13583] [Plugin] Add allowed_hosts to plugin section of config.
- Feature: [#13593] [Plugin] Add ability to read and change the position of ride vehicles.
- Feature: [#13614] Add terrain surfaces from RollerCoaster Tycoon 1.
- Change: [#13346] [Plugin] Renamed FootpathScenery to FootpathAddition, fix typos.
- Fix: [#12895] Mechanics are called to repair rides that have already been fixed.

View File

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