Skip to content

Commit

Permalink
0.2.5-preview - 2019/03/13
Browse files Browse the repository at this point in the history
@2018.3
  • Loading branch information
ErikMoczi committed Mar 14, 2019
1 parent cdfd2ab commit 226e959
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package/CHANGELOG.md
@@ -1,23 +1,23 @@
# Changelog
All notable changes to this package will be documented in this file.

## [0.2.4] - 2019-03-13
-Fixed UIElements compilation issues in 2019.1+
-Updated to Addressables version '0.6.7-preview'.
## [0.2.5] - 2019-03-13
- Fixed UIElements compilation issues in 2019.1+
- Updated to Addressables version '0.6.7-preview'.

## [0.2.3] - 2019-02-20
-Fixed adding Locales and Tables to Addressables not working when the Addressables settings asset did not exist(LOC-24).
-Fixed exception when changing a table name in the Table Editor window.
-Fixed AssetTablesField exception when no Asset Tables exist in the project.
-Updated to Addressables version '0.5.3-preview'.
- Fixed adding Locales and Tables to Addressables not working when the Addressables settings asset did not exist(LOC-24).
- Fixed exception when changing a table name in the Table Editor window.
- Fixed AssetTablesField exception when no Asset Tables exist in the project.
- Updated to Addressables version '0.5.3-preview'.

## [0.2.2] - 2018-12-17
-Fixed NullRefException when opening the Asset Tables window and no Asset Tables exist in the project
- Fixed NullRefException when opening the Asset Tables window and no Asset Tables exist in the project

## [0.2.1] - 2018-12-14
-Removed stray file `README - External.md`
- Removed stray file `README - External.md`

## [0.2.0] - 2018-12-11

### This is the first release of *Unity Package Localization*.
-Contains preview of asset and string localization support.
- Contains preview of asset and string localization support.
4 changes: 2 additions & 2 deletions package/package.json
@@ -1,7 +1,7 @@
{
"name": "com.unity.localization",
"displayName": "Localization",
"version": "0.2.4-preview",
"version": "0.2.5-preview",
"unity": "2018.3",
"description": "Preview of player localization system. Provides tools for localizing your built application.",
"keywords": [
Expand All @@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://gitlab.cds.internal.unity3d.com/upm-packages/Localization/upm-package-localization.git",
"revision": "24864ec5a6f1b4a114c4e80833936560d59d54b8"
"revision": "09d8ae20b53b8d0bad53d67196d8d402e640d7e6"
},
"samples": [
{
Expand Down
1 change: 1 addition & 0 deletions versions.txt
Expand Up @@ -5,3 +5,4 @@
0.2.2-preview
0.2.3-preview
0.2.4-preview
0.2.5-preview

0 comments on commit 226e959

Please sign in to comment.