Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greeflas committed Mar 12, 2018
1 parent 7f60b2f commit a793219
Show file tree
Hide file tree
Showing 17 changed files with 371 additions and 435 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
/codeception.yml export-ignore
/tests export-ignore
/tests export-ignore
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ nbproject
Thumbs.db

# Mac DS_Store Files
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ coding_style:
php:
spaces:
around_operators:
concatenation: true
concatenation: true
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ install:
# run test commands
script:
- composer validate --no-check-lock
- composer test
- composer test
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Tinify API Change Log
=====================

2.1.0 Under development
-----------------------
2.1.0 March 12, 2018
--------------------
* Enh #4: Auto setting of API key in TinifyResize (greeflas)
* Enh: Created component for uploading files to AWS S3 storage (greeflas)

Expand All @@ -19,4 +19,4 @@ Tinify API Change Log
* Initial release (greeflas)

Development started July 27, 2017
---------------------------------
---------------------------------
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ composer require vintage/yii2-tinify
or add

```
"vintage/yii2-tinify": "~2.0"
"vintage/yii2-tinify": "~2.1"
```

to the `require` section of your `composer.json`.
Expand Down Expand Up @@ -145,4 +145,4 @@ Licence
-------
[![License](https://poser.pugx.org/vintage/yii2-tinify/license)](LICENSE)

This project is released under the terms of the BSD-3-Clause [license](LICENSE).
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Upgrade from 1.0.0 to 2.0.0

* `vintage\tinify\commands\TinifyController` has been moved to
`vintage\tinify\cli\TinifyController` namespace. Check and replace `vintage\tinify\commands` to
`vintage\tinify\cli`.
`vintage\tinify\cli`.
2 changes: 1 addition & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ extensions:
modules:
config:
Yii2:
configFile: 'tests/_config/app.php'
configFile: 'tests/_config/app.php'
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "2.1.x-dev"
}
},
"scripts": {
Expand All @@ -61,4 +61,4 @@
"codecept run"
]
}
}
}
Loading

0 comments on commit a793219

Please sign in to comment.