Skip to content

Commit a793219

Browse files
committed
Release 2.1.0
1 parent 7f60b2f commit a793219

17 files changed

+371
-435
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
/.travis.yml export-ignore
55
/.scrutinizer.yml export-ignore
66
/codeception.yml export-ignore
7-
/tests export-ignore
7+
/tests export-ignore

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ nbproject
2222
Thumbs.db
2323

2424
# Mac DS_Store Files
25-
.DS_Store
25+
.DS_Store

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ coding_style:
4141
php:
4242
spaces:
4343
around_operators:
44-
concatenation: true
44+
concatenation: true

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ install:
2929
# run test commands
3030
script:
3131
- composer validate --no-check-lock
32-
- composer test
32+
- composer test

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Tinify API Change Log
22
=====================
33

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

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

2121
Development started July 27, 2017
22-
---------------------------------
22+
---------------------------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ composer require vintage/yii2-tinify
2828
or add
2929

3030
```
31-
"vintage/yii2-tinify": "~2.0"
31+
"vintage/yii2-tinify": "~2.1"
3232
```
3333

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

148-
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
148+
This project is released under the terms of the BSD-3-Clause [license](LICENSE).

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Upgrade from 1.0.0 to 2.0.0
99

1010
* `vintage\tinify\commands\TinifyController` has been moved to
1111
`vintage\tinify\cli\TinifyController` namespace. Check and replace `vintage\tinify\commands` to
12-
`vintage\tinify\cli`.
12+
`vintage\tinify\cli`.

codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ extensions:
1515
modules:
1616
config:
1717
Yii2:
18-
configFile: 'tests/_config/app.php'
18+
configFile: 'tests/_config/app.php'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"extra": {
5454
"branch-alias": {
55-
"dev-master": "2.0.x-dev"
55+
"dev-master": "2.1.x-dev"
5656
}
5757
},
5858
"scripts": {
@@ -61,4 +61,4 @@
6161
"codecept run"
6262
]
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)