From f8b25ae11e35d2635087b5fc51795e2cc3f2f004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?johnche=28=E8=BD=A6=E9=9B=84=E7=94=9F=29?= Date: Tue, 27 Jun 2017 11:50:07 +0800 Subject: [PATCH] =?UTF-8?q?2.1.8=E7=9A=84=E5=8F=91=E5=B8=83=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=8C=E4=B8=BB=E9=A1=B5=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Plugins/iOS/HotfixFlags.cpp.meta | 8 ++++++++ Assets/XLua/CHANGELOG.txt | 2 +- README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Assets/Plugins/iOS/HotfixFlags.cpp.meta b/Assets/Plugins/iOS/HotfixFlags.cpp.meta index 0e19ab994..de5fc71ac 100644 --- a/Assets/Plugins/iOS/HotfixFlags.cpp.meta +++ b/Assets/Plugins/iOS/HotfixFlags.cpp.meta @@ -7,8 +7,16 @@ PluginImporter: iconMap: {} executionOrder: {} isPreloaded: 0 + isOverridable: 0 platformData: Any: + enabled: 0 + settings: {} + Editor: + enabled: 0 + settings: + DefaultValueInitialized: true + iOS: enabled: 1 settings: {} userData: diff --git a/Assets/XLua/CHANGELOG.txt b/Assets/XLua/CHANGELOG.txt index f0d7299b6..016fd35be 100644 --- a/Assets/XLua/CHANGELOG.txt +++ b/Assets/XLua/CHANGELOG.txt @@ -1,4 +1,4 @@ -v2.1.8 待发布 +v2.1.8 2017年6月27日 新增特性 1、Hotfix标签添加几个订制参数:ValueTypeBoxing、IgnoreProperty、IgnoreNotPublic、Inline、IntKey 2、Hotfix代码注入优化,减少text段占用; diff --git a/README.md b/README.md index 582eb3691..9f2673cd3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![](Assets/XLua/Doc/xLua.png) [![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Tencent/xLua/blob/master/LICENSE.TXT) -[![release](https://img.shields.io/badge/release-v2.1.7-blue.svg)](https://github.com/Tencent/xLua/releases) +[![release](https://img.shields.io/badge/release-v2.1.8-blue.svg)](https://github.com/Tencent/xLua/releases) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/Tencent/xLua/pulls) ## C#下Lua编程支持