Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Levin committed Sep 21, 2014
1 parent 60e4722 commit 635f735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dev-master
==========
3.0.0 (22/9/14)
===============
- Query functions are passed each value with their associated key as the second parameter while
maintaining support for single parameter internal functions.
- Proper support for non scalar keys:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PHP Integrated Query - [Official site](http://timetoogo.github.io/Pinq/)
What is PINQ?
=============
Based off the .NET's [LINQ (Language integrated query)](http://msdn.microsoft.com/en-us/library/bb397926.aspx),
Pinq unifies querying across [arrays/iterators](http://timetoogo.github.io/Pinq/examples.html) and [external data sources](http://timetoogo.github.io/Pinq/query-provider.html),
PINQ unifies querying across [arrays/iterators](http://timetoogo.github.io/Pinq/examples.html) and [external data sources](http://timetoogo.github.io/Pinq/query-provider.html),
in a single readable and concise [fluent API](http://timetoogo.github.io/Pinq/api.html).

An example
Expand Down Expand Up @@ -42,7 +42,7 @@ Add package to your composer.json:
```json
{
"require": {
"timetoogo/pinq": "~2.1"
"timetoogo/pinq": "~3.0"
}
}
```
Expand Down

0 comments on commit 635f735

Please sign in to comment.