Skip to content

Commit

Permalink
Updated release info
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegiunta committed Aug 18, 2017
1 parent 09c7b2a commit ce2a200
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Batch Changelog

## 1.0.0 -- 2017-08-16
## 1.1.0 - 2017.08.18

### Added
* Option to filter by entries by entry type
* Option to select fields when applicable
* Flash message upon creating batch task
### Changed
* Moved Vue.js library to local dependency

## 1.0.0 - 2017.08.17

* Initial release

Brought to you by [ChaseGiunta](google.com)
Brought to you by [ChaseGiunta](chasegiunta.com)
2 changes: 1 addition & 1 deletion batch/BatchPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function getReleaseFeedUrl()
*/
public function getVersion()
{
return '1.0.0';
return '1.1.0';
}

/**
Expand Down
11 changes: 11 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"version": "1.1.0",
"downloadUrl": "https://github.com/chasegiunta/batch/archive/master.zip",
"date": "2017-08-18T11:00:00-11:00",
"notes": [
"[Added] Option to filter entries by entry type",
"[Added] An option to select fields when applicable",
"[Added] Flash message upon creating batch task",
"[Improved] Moved Vue.js library to local dependency"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/chasegiunta/batch/archive/master.zip",
Expand Down

0 comments on commit ce2a200

Please sign in to comment.