Skip to content

Commit

Permalink
Merge pull request #344 from jackalope/prepare-release
Browse files Browse the repository at this point in the history
prepare release
  • Loading branch information
dbu authored Apr 7, 2017
2 parents 95f34ba + a9c927e commit 67c8f17
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ Changelog
1.3.0
-----

* Added auto-detection of binary collation for MySQL, so that not always utf8_bin is used.
* upgraded to PHP 5.6 / 7
* bugfix #339 fix datetime comparison with different timezones
* bugfix #337 Added auto-detection of binary collation for MySQL, so that not always utf8_bin is used.
A new `setCaseSensitiveEncoding` method has been introduced, which can be used to override
the auto detected value.
* performance #336 better custom node type loading
* bugfix #333 keep sort order when clone/copying a node

1.2
---
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Jackalope [![Build Status](https://secure.travis-ci.org/jackalope/jackalope-doctrine-dbal.png?branch=master)](http://travis-ci.org/jackalope/jackalope-doctrine-dbal)
# Jackalope Doctrine-DBAL

[![Build Status](https://secure.travis-ci.org/jackalope/jackalope-doctrine-dbal.png?branch=master)](http://travis-ci.org/jackalope/jackalope-doctrine-dbal)
[![Latest Stable Version](https://poser.pugx.org/jackalope/jackalope-doctrine-dbal/version.png)](https://packagist.org/packages/jackalope/jackalope-doctrine-dbal)
[![Total Downloads](https://poser.pugx.org/jackalope/jackalope-doctrine-dbal/d/total.png)](https://packagist.org/packages/jackalope/jackalope-doctrine-dbal)

Implementation of the PHP Content Repository API ([PHPCR](http://phpcr.github.io))
using a relational database to persist data.
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"MIT",
"Apache-2.0"
],
"minimum-stability": "dev",
"authors": [
{
"name": "Jackalope Community",
Expand All @@ -17,19 +16,19 @@
],
"require": {
"php": "^5.6|^7.0",
"doctrine/dbal": ">=2.4.5,<3.0.x-dev",
"doctrine/dbal": "^2.4.5",
"phpcr/phpcr": "~2.1.2",
"phpcr/phpcr-utils": "^1.2.9",
"jackalope/jackalope": "~1.2.6"
"jackalope/jackalope": "^1.3.0"
},
"provide": {
"jackalope/jackalope-transport": "1.1.0"
"jackalope/jackalope-transport": "1.3.0"
},
"require-dev": {
"psr/log": "~1.0",
"psr/log": "^1.0",
"phpcr/phpcr-api-tests": "2.1.17",
"phpunit/phpunit": "^5.7",
"phpunit/dbunit": "~1.3"
"phpunit/dbunit": "^1.3"
},
"autoload": {
"psr-0": { "Jackalope\\": "src/" }
Expand Down

0 comments on commit 67c8f17

Please sign in to comment.