Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberiaResurrection committed Nov 9, 2017
1 parent c366d93 commit 946299a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Unreleased
----------

0.3.1 (2017-11-09)
------------------
* Fix mispointed composer.json dependency for POData
Thank you to kodermax@gmail.com for reporting this
* Cache table field list lookups
* Respect hidden/visible getters in metadata processing
* Require property names to be case-insensitive unique
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["laravel", "Odata", "services", "POData"],
"license": "MIT",
"require": {
"algo-web/podata": "dev-master",
"algo-web/podata": "0.3.*|dev-master",
"doctrine/dbal": "^2.5",
"php": ">=5.6.4",
"laravel/framework": ">=5.1.11",
Expand Down

0 comments on commit 946299a

Please sign in to comment.