Skip to content

Commit

Permalink
0.1.3 - Ukraine regions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Feb 11, 2015
1 parent f934cf7 commit b95192c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Country-Region-Selector (CRS)
## Country-Region-Selector

A common form feature is dynamic, connected country and region dropdowns, where the region field is updated to contain
whatever regions (provinces / states / territories / counties etc.) are appropriate for the selected country. It's super
Expand Down Expand Up @@ -93,9 +93,11 @@ That will then re-generate the minified files in your ./source folder.

### Changelog

- `0.1.1` - April 24, updated country list for ISO 3166 countries and short codes
- `0.1.0` - March 27, initial version
- `0.1.3` - Feb 10, 2015. Updated Ukraine regions.
- `0.1.2` - Nov 1, 2014. Fix for typo in UK counties list.
- `0.1.1` - April 24, 2014. Updated country list for ISO 3166 countries and short codes
- `0.1.0` - March 27, 2014. Initial version

### License

MIT.
MIT.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "country-region-selector",
"version": "0.1.2",
"version": "0.1.3",
"main": "source/crs.min.js",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "country-region-dropdowns",
"version": "0.1.2",
"version": "0.1.3",
"description": "A simple, configurable JS script that lets you add a country dropdown that automatically updates a corresponding region dropdown in your forms.",
"main": "example.html",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/crs.js

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

2 changes: 1 addition & 1 deletion source/crs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/jquery.crs.js

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

2 changes: 1 addition & 1 deletion source/jquery.crs.min.js

Large diffs are not rendered by default.

0 comments on commit b95192c

Please sign in to comment.