File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.0] - 2021-11-06
4+ - Fixes bug when settings file is does not exist that prevented Postprocessing to be executed successfully
5+ - Adds some info regarding the settings file created by the plugin
6+
37## [ 0.6.0] - 2021-08-11
48- Fixes ** major** bug of the package not returning the actual status code.
59
1216- Editor implementation for the feature, imitating the native implementation.
1317- Configurable automatic postprocessing, add required frameworks and required Info.plist entries
1418
15- [ Unreleased ] : https://github.com/lupidan/unity-apptrackingtransparency/compare/v0.6.0...HEAD
19+ [ Unreleased ] : https://github.com/lupidan/unity-apptrackingtransparency/compare/v0.7.0...HEAD
20+ [ 0.7.0 ] : https://github.com/lupidan/unity-apptrackingtransparency/compare/v0.6.0...v0.7.0
1621[ 0.6.0 ] : https://github.com/lupidan/unity-apptrackingtransparency/compare/v0.5.0...v0.6.0
1722[ 0.5.0 ] : https://github.com/lupidan/unity-apptrackingtransparency/releases/tag/v0.5.0
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This plugin supports the following platforms:
2727
2828## Installation
2929
30- > Current version is v0.6 .0
30+ > Current version is v0.7 .0
3131
3232Here is a list of available options to install the plugin
3333
@@ -37,7 +37,7 @@ Just add this line to the `Packages/manifest.json` file of your Unity Project:
3737
3838``` json
3939"dependencies" : {
40- "com.lupidan.unity-apptrackingtransparency" : " https://github.com/lupidan/unity-apptrackingtransparency.git?path=/com.lupidan.unity-apptrackingtransparency#v0.6 .0"
40+ "com.lupidan.unity-apptrackingtransparency" : " https://github.com/lupidan/unity-apptrackingtransparency.git?path=/com.lupidan.unity-apptrackingtransparency#v0.7 .0"
4141}
4242```
4343
You can’t perform that action at this time.
0 commit comments