Skip to content

Commit

Permalink
Tag v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Feb 23, 2016
1 parent 2d7b734 commit ff1b6f2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
## [Unreleased]

## [v1.0.0] - 2016-02-23
### Added
- Installation via composer

### Fixed
- gulpfile errors

## v1.0.0-rc.1 - 2015-11-07
### Added
- Initial release

[unreleased]: http://gitub.com/piotr-cz/import/compare/v1.0.0-rc.1...HEAD
[Unreleased]: https://gitub.com/piotr-cz/import/compare/v1.0.0...HEAD
[v.1.0.0]: https://github.com/piotr-cz/import/compare/v1.0.0-rc.1..v1.0.0
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ Module for importing spreadsheet as collection entries in [Cockpit CMS](http://g

1. Download [latest release](https://github.com/piotr-cz/import/releases/latest) and place in `[cockpit-path]/modules/addons/Import`
or
```sh
cd [cockpit-path]/modules/addons
git clone https://github.com/piotr-cz/cockpit-import Import
```
```sh
cd [cockpit-path]/modules/addons
git clone https://github.com/piotr-cz/cockpit-import Import
```

2. Open cockpit backend.

3. In top-right corner you'll see _Import_ button.


Expand Down
11 changes: 3 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@
"composer/installers": "dev-cockpit-module-installer"
},
"suggest": {
"aheinze/cockpit": "Please install Cockpit before installing this module"
"aheinze/cockpit": "Please install Cockpit before installing this module",
"piotr-cz/installers": "Please add this to your root composer.json as vcs repository until #284 is resolved"
},
"extra": {
"installer-name": "Import"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/piotr-cz/installers"
}
]
}
}
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.0.0-rc.1",
"version": "1.0.0",
"description": "Spreadsheet import module for Cockpit CMS",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit ff1b6f2

Please sign in to comment.