Skip to content

Commit

Permalink
1.5.3.3 - update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
earthchie committed Feb 22, 2018
1 parent e797ac2 commit cc93cf3
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 10 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,13 @@
## [1.5.3.3]
> 22 กุมภาพันธ์ 2018
- ต.หนองเข็ง จ.บึงกาฬ เปลี่ยนชื่อ ต.โนนสว่าง [รายละเอียด](https://github.com/earthchie/jquery.Thailand.js/issues/24)
- เพิ่มรหัสไปรษณีย์ 10240 ให้แก่แขวงคลองกุ่ม [รายละเอียด](https://github.com/earthchie/jquery.Thailand.js/issues/23#issuecomment-364639460)
- ต.อ่าวนาง จ.กระบี่ เปลี่ยนรหัสไปรษณีย์เป็น 81000 [รายละเอียด](https://github.com/earthchie/jquery.Thailand.js/issues/23#issuecomment-366976139)

[1.5.3.3]:

## [1.5.3.2]
> 25 มกราคม 2017
> 25 มกราคม 2018
- เพิ่มรหัสไปรษณีย์ 21150 ให้ตำบลเนินพระ จังหวัดระยอง [รายละเอียด](https://github.com/earthchie/jquery.Thailand.js/issues/23#issuecomment-359311564)

[1.5.3.2]: https://github.com/earthchie/jquery.Thailand.js/commit/49dde0a4e0da753d9f6fea4dff41f44b8c67addd
Expand Down
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -6,8 +6,16 @@

อ่านแนวคิด และที่มาที่ไปได้ที่นี่ [ระบบ Auto Complete ที่อยู่ไทย อย่างที่มันควรเป็น](https://medium.com/@earthchie/ระบบ-auto-complete-ที่อยู่ไทย-อย่างที่มันควรเป็น-27360185d86a)

## Changelog [1.5.3.3]
> 22 กุมภาพันธ์ 2018
- ต.หนองเข็ง จ.บึงกาฬ เปลี่ยนชื่อ ต.โนนสว่าง [รายละเอียด](https://github.com/earthchie/jquery.Thailand.js/issues/24)
- เพิ่มรหัสไปรษณีย์ 10240 ให้แก่แขวงคลองกุ่ม [รายละเอียด](https://github.com/earthchie/jquery.Thailand.js/issues/23#issuecomment-364639460)
- ต.อ่าวนาง จ.กระบี่ เปลี่ยนรหัสไปรษณีย์เป็น 81000 [รายละเอียด](https://github.com/earthchie/jquery.Thailand.js/issues/23#issuecomment-366976139)

[1.5.3.3]:

## Changelog [1.5.3.2]
> 25 มกราคม 2017
> 25 มกราคม 2018
- เพิ่มรหัสไปรษณีย์ 21150 ให้ตำบลเนินพระ จังหวัดระยอง [รายละเอียด](https://github.com/earthchie/jquery.Thailand.js/issues/23#issuecomment-359311564)

[1.5.3.2]: https://github.com/earthchie/jquery.Thailand.js/commit/49dde0a4e0da753d9f6fea4dff41f44b8c67addd
Expand Down
2 changes: 1 addition & 1 deletion jquery.Thailand.js/database/db.json

Large diffs are not rendered by default.

Binary file modified jquery.Thailand.js/database/db.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion jquery.Thailand.js/database/geodb.json

Large diffs are not rendered by default.

Binary file modified jquery.Thailand.js/database/geodb.zip
Binary file not shown.
13 changes: 11 additions & 2 deletions jquery.Thailand.js/database/raw_database/raw_database.json
Expand Up @@ -372,7 +372,7 @@
"district": "อ่าวนาง",
"amphoe": "เมืองกระบี่",
"province": "กระบี่",
"zipcode": 81180,
"zipcode": 81000,
"district_code": 810116,
"amphoe_code": 8101,
"province_code": 81
Expand Down Expand Up @@ -1223,6 +1223,15 @@
"amphoe_code": 1027,
"province_code": 10
},
{
"district": "คลองกุ่ม",
"amphoe": "บึงกุ่ม",
"province": "กรุงเทพมหานคร",
"zipcode": 10240,
"district_code": 100604,
"amphoe_code": 1027,
"province_code": 10
},
{
"district": "นวมินทร์",
"amphoe": "บึงกุ่ม",
Expand Down Expand Up @@ -23175,7 +23184,7 @@
"province_code": 97
},
{
"district": "หนองเข็ง",
"district": "โนนสว่าง",
"amphoe": "เมืองบึงกาฬ",
"province": "บึงกาฬ",
"zipcode": 38000,
Expand Down
4 changes: 2 additions & 2 deletions jquery.Thailand.js/dist/jquery.Thailand.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jquery.Thailand.js/src/jquery.Thailand.js
@@ -1,7 +1,7 @@
/**
* @name jquery.Thailand.js
* @version 1.5.3.2
* @update Jan 25, 2018
* @version 1.5.3.3
* @update Feb 22, 2018
* @website https://github.com/earthchie/jquery.Thailand.js
* @license WTFPL v.2 - http://www.wtfpl.net/
*
Expand Down

0 comments on commit cc93cf3

Please sign in to comment.