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

Commit 635f735

Browse files
author
Elliot Levin
committed
Bump version
1 parent 60e4722 commit 635f735

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dev-master
2-
==========
1+
3.0.0 (22/9/14)
2+
===============
33
- Query functions are passed each value with their associated key as the second parameter while
44
maintaining support for single parameter internal functions.
55
- Proper support for non scalar keys:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PHP Integrated Query - [Official site](http://timetoogo.github.io/Pinq/)
99
What is PINQ?
1010
=============
1111
Based off the .NET's [LINQ (Language integrated query)](http://msdn.microsoft.com/en-us/library/bb397926.aspx),
12-
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),
12+
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),
1313
in a single readable and concise [fluent API](http://timetoogo.github.io/Pinq/api.html).
1414

1515
An example
@@ -42,7 +42,7 @@ Add package to your composer.json:
4242
```json
4343
{
4444
"require": {
45-
"timetoogo/pinq": "~2.1"
45+
"timetoogo/pinq": "~3.0"
4646
}
4747
}
4848
```

0 commit comments

Comments
 (0)