forked from emcrisostomo/EMCCountryPickerController
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
109 lines (88 loc) · 3.99 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
ChangeLog
*********
2014-08-01 Enrico M. Crisostomo <[email protected]>
release: stable micro release 1.3.2:
* ChangeLog: Update.
* EMCCountryPickerController.m: Apply patch sent by @simplysanthakumar
to support correct layout on iOS 6.1.
* EMCCountryPickerController.podspec:
- Bump v. 1.3.2.
- Update platform to iOS 6.1.
* README.md: Update README to add support to iOS 6.1.
* project.pbxproj: Update deployment target to iOS 6.1
2014-06-05 Enrico M. Crisostomo <[email protected]>
release: stable micro release 1.3.1:
* ChangeLog: Update.
* EMCCountryPickerController.podspec:
- Bump v. 1.3.1.
- Fix wrong resource inclusions.
2014-06-05 Enrico M. Crisostomo <[email protected]>
release: stable minor release 1.3.0:
* ChangeLog: Update.
* Classes/EMCCountryPickerController.h:
- Add property flagSize.
* Classes/EMCCountryPickerController.m:
- Add the possibility of resizing flags.
* EMCCountryPickerController.podspec: Bump v. 1.3.0.
* EMCCountryPickerControllerDemo/EMCCountryPickerControllerDemo/CPCViewController.m:
- Add the possibility of using small flags in the demo project.
* README.md:
- Update usage adding information about flag resizing.
* Screenshots/main-view-small-flags.png: Add screenshot of the controller
displaying small flags.
2014-06-01 Enrico M. Crisostomo <[email protected]>
release: stable minor release 1.2.0:
* ChangeLog: Update.
* EMCCountryPickerController.podspec: Bump v. 1.2.0.
* README.md:
- Update features to reflect the addition of the Spanish (es)
localisation.
* countries.plist: Add Spanish (es) localization.
2014-05-25 Enrico M. Crisostomo <[email protected]>
release: stable minor release 1.1.0:
* ChangeLog: Update.
* Classes/EMCCountryPickerController.h:
- Add property showFlags.
- Add property drawFlagBorder.
- Add property flagBorderColor.
- Add property flagBorderWidth.
* Classes/EMCCountryPickerController.m:
- Add the ability of drawing a flag border using the specified
properties.
- Add the possibility of hiding flags.
* EMCCountryPickerController.podspec: Bump v. 1.1.0.
* EMCCountryPickerControllerDemo/EMCCountryPickerControllerDemo/CPCViewController.m:
- Update demo project.
* README.md:
- Update usage adding information about flag borders.
* Screenshots/main-view-search.png: Add screenshot of the search bar.
2014-05-23 Enrico M. Crisostomo <[email protected]>
release: stable major release 1.0.0:
* .gitignore: Update .gitignore with recommended Objective C and XCode
exclusions.
* ChangeLog: Update.
* Classes/EMCCountry.h: Add methods to get a localised country name.
* Classes/EMCCountry.m: Add methods to get a localised country name.
* Classes/EMCCountryDelegate.h: Refactor protocol.
* Classes/EMCCountryPickerController.h:
- Make delegate an IBOutlet.
- Add countryNameDisplayLocale property to allow users to specify the
desired locale.
* Classes/EMCCountryPickerController.m:
- Add countryNameDisplayLocale property to allow users to specify the
desired locale.
* Classes/EMCCountryPickerController.m:
- Require ARC to compile.
- Issue warning to console if delegate is not set.
- Refactor protocol.
* EMCCountryPickerController.podspec: Bump v. 1.0.0.
* EMCCountryPickerControllerDemo/*: Add demo project.
* EMCCountryPickerControllerDemo/EMCCountryPickerControllerDemo.xcodeproj/project.pbxproj:
- Add ChangeLog to XCode project.
- Add EMCCountryPickerController.podspec to XCode project.
* EMCCountryPickerControllerDemo/EMCCountryPickerControllerDemo/CPCViewController.m:
- Refactor protocol.
* README.md: Update.
2014-18-03 Enrico M. Crisostomo <[email protected]>
release: stable micro release 0.0.3:
* ./*: Initial commit, moved from a private project.