Skip to content

Commit 1a29863

Browse files
committed
Update version number to 1.1.2 and document fix in verison history
1 parent 95bdd80 commit 1a29863

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ is useful for basic cutscene content. However, there are some drawbacks.
8888
**v1.1.1** - 8/30/2023
8989
- This plugin is now free and open source under the [MIT license](https://opensource.org/license/mit/).
9090

91+
**v1.1.2** - 9/23/2024
92+
- Fixed a crash affecting saves that were made before Camera Control was installed and turned ON.
93+
9194
> **Remember, only you can build your dreams!**
9295
>
9396
> *Tyruswoo*

Tyruswoo_CameraControl.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Tyruswoo.CameraControl = Tyruswoo.CameraControl || {};
3636

3737
/*:
3838
* @target MZ
39-
* @plugindesc MZ v1.1.1 Provides greater control of the camera!
39+
* @plugindesc MZ v1.1.2 Provides greater control of the camera!
4040
* @author Tyruswoo
4141
* @url https://www.tyruswoo.com
4242
*
@@ -120,6 +120,10 @@ Tyruswoo.CameraControl = Tyruswoo.CameraControl || {};
120120
*
121121
* v1.1.1 8/30/2023
122122
* - This plugin is now free and open source under the MIT license.
123+
*
124+
* v1.1.2 9/23/2024
125+
* - Fixed a crash affecting saves that were made before Camera Control
126+
* was installed and turned ON.
123127
* ============================================================================
124128
* MIT License
125129
*

0 commit comments

Comments
 (0)