28 Commits

Author SHA1 Message Date
Adrien Loison
28c1bea28c Code style should not follow Yoda style 2017-10-04 00:53:05 +02:00
Adrien Loison
554ebf987b Setup PHP CS fixer
- Add PHP CS Fixer as a dev dependencies.
- Add PHP CS Fixer cache file to gitignore/gitattributes
- Add custom code style config
- Update TravisCI config to check code style
2017-09-06 00:33:43 +02:00
madflow
f9d8ad8be3 bump phpunit to the latest supported release, travis setup, ignore composer.lock (#419) 2017-05-22 10:39:03 +02:00
Adrien Loison
80553c6c52 Bump min PHP version to 5.6 (#415) 2017-05-05 15:14:47 +02:00
Adrien Loison
048105461c Fix shared strings XML Entities auto decode (#411)
When converting an XMLReader node to a SimpleXMLElement, the conversion would automatically decode the XML entities. This resulted in a double decode.
For example: """ was converted to """ when imported into a SimpleXMLElement and was again converted into " (quote).

This commit changes the way the XLSX Shared Strings file is processed. It also changes the unescaping logic for both XLSX and ODS.

Finally, it removes any usage of the SimpleXML library (yay!).
2017-04-28 02:27:33 +02:00
Adrien Loison
bf616dee90 Bump dev-master version (#344) 2016-10-18 20:03:15 -07:00
Adrien Loison
a07a96f523 Bump dev-master version (#309)
Bump to `2.7.x-dev` as 2.6.0 just got released
2016-09-08 09:34:43 -07:00
Adrien Loison
54a1a09e29 Bump dev-master version (#270) 2016-07-11 20:07:56 +02:00
Adrien Loison
a6a6b158de Pin PHPUnit version to keep support for PHP5.4 (#227) 2016-05-20 16:00:22 -07:00
Adrien Loison
bb20d2e6bb Update Scrutinizer dependency and code coverage (#223) 2016-05-19 11:25:00 -07:00
Adrien Loison
61b71bf379 Update dev-master branch alias 2015-12-22 12:17:15 +01:00
Massimiliano Arione
1fde6d836a support branch alias 2015-12-21 10:54:15 +01:00
Adrien Loison
03ae367fb3 Update composer.json 2015-09-02 00:11:36 -07:00
Adrien Loison
e147c580ca ODS documentation 2015-09-01 23:11:07 -07:00
Adrien Loison
5e1cfbfdbd Attempt to convert the non UTF-8 strings to UTF-8 2015-07-27 20:59:12 -07:00
Adrien Loison
0adbf439f5 Use Scrutinizer instead of Coveralls 2015-07-26 23:49:19 -07:00
Adrien Loison
7c8f9293cc Adding coveralls.io support
Updated TravisCI config, using:
- http://docs.travis-ci.com/user/languages/php/
- https://github.com/satooshi/php-coveralls#travis-ci

Removed automatic code coverage execution when running phpunit
Added coveralls.io badge
2015-07-01 16:15:58 -07:00
Adrien Loison
ba4a55292d Remove version from composer.json 2015-06-02 19:48:37 -07:00
Adrien Loison
92981fa80b Bump to version 1.0.9 2015-05-29 09:42:38 -07:00
Adrien Loison
044ad11596 Bump to version 1.0.8 2015-05-12 21:09:22 -07:00
Adrien Loison
13a53fb43f Bump version to 1.0.7 2015-04-29 11:56:25 -07:00
Adrien Loison
502dd54c81 Bump version to 1.0.6 2015-04-29 01:06:16 -07:00
Adrien Loison
27a47f509f Bump version to 1.0.5 2015-04-16 15:05:41 -07:00
Adrien Loison
fd5cfc5440 Bump version to 1.0.4 2015-04-16 13:13:05 -07:00
Adrien Loison
69c1436625 Bump version to 1.0.3 2015-04-14 20:01:24 -07:00
Adrien Loison
d4dbc32a53 Bump version to 1.0.2 2015-04-03 22:28:49 -07:00
Adrien Loison
7301fc47fb Bump version to 1.0.1 2015-01-26 15:37:39 -08:00
Adrien Loison
5e199009e6 First external release 2015-01-15 18:14:07 -08:00