From 3f96ebe21b390c52f0067e03c7d5a5b6713374f9 Mon Sep 17 00:00:00 2001 From: Piotr Konieczny Date: Fri, 9 Sep 2016 12:13:00 +0200 Subject: [PATCH] Tag v1.1.3 --- CHANGELOG.md | 10 ++++++++-- LICENSE | 2 +- module.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8e503..4c17333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/LICENSE b/LICENSE index 4cbb9a7..61c4bac 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/module.json b/module.json index c11cc8a..49969fb 100644 --- a/module.json +++ b/module.json @@ -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", diff --git a/package.json b/package.json index 7372463..ded1765 100644 --- a/package.json +++ b/package.json @@ -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": {