Skip to content

Commit ff65183

Browse files
author
Tom Van Herreweghe
committed
New info in CHANGELOG & README
Signed-off-by: Tom Van Herreweghe <[email protected]>
1 parent f29d0e5 commit ff65183

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=====
33

4+
0.4.0
5+
-----
6+
7+
* Improvement `#25`_: Extracted mapping logic into separate classes
8+
* Added ``GPS`` information
9+
* Improved unit tests; coverage up to 100%
10+
* Added contributor to README.md
11+
* Added extra stuff about unit tests to the ``Contributing`` section of the README.md
12+
413
0.3.0
514
-----
615

@@ -12,6 +21,7 @@ CHANGELOG
1221
* Composer.json: added semver version for phpmd; removed pdepend
1322
* added ``Orientation``, ``MimeType``, ``FileSize`` and ``ColorSpace`` options to EXIF
1423

24+
.. _`#25`: https://github.com/Miljar/php-exif/issues/25
1525
.. _`#24`: https://github.com/Miljar/php-exif/issues/24
1626
.. _`#18`: https://github.com/Miljar/php-exif/issues/18
1727
.. _`#15`: https://github.com/Miljar/php-exif/issues/15

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [PHPExif v0.3.0](http://github.com/Miljar/php-exif) [![Build Status](https://travis-ci.org/Miljar/php-exif.png?branch=master)](https://travis-ci.org/Miljar/php-exif) [![Coverage Status](https://coveralls.io/repos/Miljar/php-exif/badge.svg?branch=master)](https://coveralls.io/r/Miljar/php-exif?branch=master) [![Code Climate](https://codeclimate.com/github/Miljar/php-exif/badges/gpa.svg)](https://codeclimate.com/github/Miljar/php-exif)
1+
# [PHPExif v0.4.0](http://github.com/Miljar/php-exif) [![Build Status](https://travis-ci.org/Miljar/php-exif.png?branch=master)](https://travis-ci.org/Miljar/php-exif) [![Coverage Status](https://coveralls.io/repos/Miljar/php-exif/badge.svg?branch=master)](https://coveralls.io/r/Miljar/php-exif?branch=master) [![Code Climate](https://codeclimate.com/github/Miljar/php-exif/badges/gpa.svg)](https://codeclimate.com/github/Miljar/php-exif)
22

33
PHPExif is a library which gives you easy access to the EXIF meta-data of an image.
44

@@ -12,7 +12,7 @@ PHPExif serves as a wrapper around some native or CLI tools which access this EX
1212
## Installation (composer)
1313

1414
```json
15-
"miljar/php-exif": "~0.3.0"
15+
"miljar/php-exif": "~0.4.0"
1616
```
1717

1818

@@ -27,6 +27,7 @@ PHPExif serves as a wrapper around some native or CLI tools which access this EX
2727
Please submit all pull requests against the correct branch. The release branch for the next version is a branch with the same name as the next version. Bugfixes should go in the master branch, unless they are for code in a new release branch.
2828

2929
PHPExif is written according the [PSR-0/1/2 standards](http://www.php-fig.org/). When submitting code, please make sure it is conform these standards.
30+
We aim to have all functionality covered by unit tests. When submitting code, you are strongly encouraged to unit test your code and to keep the level of code coverage on par with the current level.
3031

3132
All contributions are welcomed and greatly appreciated.
3233

@@ -40,6 +41,7 @@ Have a bug or a feature request? [Please open a new issue](https://github.com/Mi
4041
* [Ingewikkeld](https://github.com/Ingewikkeld)
4142
* [Christophe Singer](https://github.com/wasinger)
4243
* [Hanov Ruslan](https://github.com/hanovruslan)
44+
* [Julian Gutierrez](https://github.com/juliangut)
4345

4446
## License
4547

0 commit comments

Comments
 (0)