Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
README
  • Loading branch information
Sibyx committed Apr 21, 2017
1 parent 507d53e commit 426b8c0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ composer.lock
/.idea/
/phpdocs/
/bin/
.DS_Store
.DS_Store?
*.DS_Store
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 1.0-RC2

### Bugfix

- [BUG: waypoints not loaded correctly - they are ignored]((https://github.com/Sibyx/phpGPX/issues/6))

## Other
- Init of unit tests

## 1.0-RC1

Initial release
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# phpGPX

[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)
[![MIT License](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/Sibyx/phpGPX/blob/master/LICENSE)
[![Code Climate](https://codeclimate.com/github/Sibyx/phpGPX/badges/gpa.svg)](https://codeclimate.com/github/Sibyx/phpGPX)
[![Latest development](https://img.shields.io/packagist/vpre/sibyx/phpgpx.svg)](https://packagist.org/packages/sibyx/phpgpx)
[![Packagist downloads](https://img.shields.io/packagist/dm/sibyx/phpgpx.svg)](https://packagist.org/packages/sibyx/phpgpx)
[![Gitter](https://img.shields.io/gitter/room/phpgpx/phpgpx.svg)](https://gitter.im/phpGPX/Lobby)



Simple library written in PHP for reading and creating [GPX files](https://en.wikipedia.org/wiki/GPS_Exchange_Format).

Expand Down Expand Up @@ -198,6 +203,7 @@ composer require sibyx/phpgpx

- [Jakub Dubec](https://github.com/Sibyx) - Initial works, maintenance
- [Lukasz Lewandowski](https://github.com/luklewluk)
- [Robert Blackwell](https://github.com/robertblackwell)

I wrote this library as part of my job in [Backbone s.r.o.](https://www.backbone.sk/en/).

Expand Down
9 changes: 9 additions & 0 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- see http://www.phpunit.de/wiki/Documentation -->
<phpunit bootstrap="include/bootstrap.php"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="true">
</phpunit>

0 comments on commit 426b8c0

Please sign in to comment.