-
Notifications
You must be signed in to change notification settings - Fork 92
/
ChangeLog
55 lines (42 loc) · 2.17 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
2022-04-06 Cristian Romanescu <[email protected]>
* Fix Eswatini and Macedonia country names
* Simplify database export and CSV/JSON generation
2019-11-10 Cristian Romanescu <[email protected]>
* New build system to generate the Github pages based on Twig
* Remove redundant PNG-32, PNG-128 columns from MySQL
* Add SVG flags
2019-11-09 @sekhargullapalli
* Add support for SQLite format for countries table
2016-06-30 Stefan Radu Popescu <[email protected]>
* Added translations
* Added table countryname
* Added mysql foreign keys for all tables where required
* Added mysql unique constraint on countryname table (country, language)
* Changed metadata configuration to annotation based in bootstrap.php
* Removed YAML ORM configuration files
* Changed and added ORM entities. They now contain relationship and constraint
annotations as well as one-to-many collections.
* Added function get_countries_full in bootstrap.php
2014-07-07 Cristian Romanescu <[email protected]>
* Fixed flag names to use the actual ISO code instead of country name
* Streamlined the build process
* Added latitude/longitude to the country table
2012-09-30 Cristian Romanescu <[email protected]>
* Fixed names and official names from ISO & EU sites
* Changed DB structure to separate name and official names
2012-09-26 Cristian Romanescu <[email protected]>
* Added JSON and CSV formats for country data
2012-08-27 Cristian Romanescu <[email protected]>
* Updated flags to hi-quality version, manually adjusted
* Added sample script for PHP language
2011-12-27 Cristian Romanescu <[email protected]>
* Organized with sub-directories for each DB
* Added language table with ISO 639-1 and ISO 639-2 languages
* Updated README and ChangeLog
2011-04-02 Cristian Romanescu <[email protected]>
* Added the README and ChangeLog files
2011-04-01 Cristian Romanescu <[email protected]>
* Initial import into the GitHub.com repository
Copyright 2011 Cristian Romanescu
Copying and distribution of this file, with or without modification, are
permitted provided the copyright notice and this notice are preserved.