Skip to content

Commit

Permalink
Tag v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Sep 9, 2016
1 parent 8faff57 commit 3f96ebe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v1.1.3] - 2016-09-09
### Added
- Support for composer installation [04401aa]
- Auto populate collection when coming from entry view [e983efc]

## [v1.1.2] - 2016-08-16
### Added
- Use Google maps API Key if available (see https://github.com/COCOPi/cockpit/pull/423)
Expand Down Expand Up @@ -34,8 +39,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release

[Unreleased]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.2...HEAD
[v1.1.1]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.1...v1.1.2
[Unreleased]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.3...HEAD
[v1.1.3]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.2...v1.1.3
[v1.1.2]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/piotr-cz/cockpit-import/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/piotr-cz/cockpit-import/compare/v1.0.0-rc.1...v1.0.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Piotr
Copyright (c) 2015-2016 Piotr

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "Import",
"version" : "1.1.2",
"version" : "1.1.3",
"description": "Spreadsheet import module",
"homepage" : "https://github.com/piotr-cz/cockpit-import",
"check_url" : "https://raw.github.com/piotr-cz/cockpit-import/master/package.json",
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": "cockpit-import-module",
"version": "1.1.2",
"version": "1.1.3",
"description": "Spreadsheet import module for Cockpit CMS",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit 3f96ebe

Please sign in to comment.