From 767d43dbd05daea2ae2f44c88aab675aef0be8a5 Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Thu, 24 Dec 2015 08:02:55 +0700 Subject: [PATCH] Prepare quick release Prepare quick release since even though only small changes but its important. See commit #2fca100 --- cache/installedVersion.json | 2 +- system/plugins/urlify/URLify.php | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/cache/installedVersion.json b/cache/installedVersion.json index 5ebee0b..4bec5dd 100644 --- a/cache/installedVersion.json +++ b/cache/installedVersion.json @@ -1,4 +1,4 @@ { "id": 782014, - "tag_name": "v2.6.8" + "tag_name": "v2.6.9" } diff --git a/system/plugins/urlify/URLify.php b/system/plugins/urlify/URLify.php index eb37206..5343ca4 100644 --- a/system/plugins/urlify/URLify.php +++ b/system/plugins/urlify/URLify.php @@ -115,12 +115,6 @@ class URLify { 'Ý' => 'Y', 'Ỳ' => 'Y', 'Ỷ' => 'Y', 'Ỹ' => 'Y', 'Ỵ' => 'Y', 'ý' => 'y', 'ỳ' => 'y', 'ỷ' => 'y', 'ỹ' => 'y', 'ỵ' => 'y', 'Đ' => 'D', 'đ' => 'd' ), - 'ar' => array ( /* Arabic */ - 'أ' => 'a', 'ب' => 'b', 'ت' => 't', 'ث' => 'th', 'ج' => 'g', 'ح' => 'h', 'خ' => 'kh', 'د' => 'd', - 'ذ' => 'th', 'ر' => 'r', 'ز' => 'z', 'س' => 's', 'ش' => 'sh', 'ص' => 's', 'ض' => 'd', 'ط' => 't', - 'ظ' => 'th', 'ع' => 'aa', 'غ' => 'gh', 'ف' => 'f', 'ق' => 'k', 'ك' => 'k', 'ل' => 'l', 'م' => 'm', - 'ن' => 'n', 'ه' => 'h', 'و' => 'o', 'ي' => 'y' - ), 'sr' => array ( /* Serbian */ 'ђ' => 'dj', 'ј' => 'j', 'љ' => 'lj', 'њ' => 'nj', 'ћ' => 'c', 'џ' => 'dz', 'đ' => 'd', 'Ђ' => 'Dj', 'Ј' => 'j', 'Љ' => 'Lj', 'Њ' => 'Nj', 'Ћ' => 'C', 'Џ' => 'Dz', 'Đ' => 'D'