Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frqnck committed Jan 5, 2016
1 parent 25caa69 commit 536d205
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
/.scrutinizer.yml export-ignore
/CHANGELOG.md export-ignore
/CONTRIBUTING.md export-ignore
/README.md export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# APIx Cache changelog

#### Version 1.2.2 (1-Sept-2015)
#### Version 1.2.3 (5-Jan-2016)
- Fix APCu versions (contrib by @mimmi20)
- Added `Files` and `Directory` backends (contrib by @MacFJA)
- Updated `README.md`.

#### Version 1.2.2 (1-Sep-2015)
- Added a `CHANGELOG.md` file.
- Updated PHPUnit to 4.8 version.
- Dropped PHP 5.3 support.
- Dropped PHP 5.3 support.
- Dropped PEAR support.
- Refactored `.travis.yml` tests.
- Made Travis faster (using Docker containers and skipping allowable failures).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Currently, the following cache store are supplied:
* Fully tested with **[SQLite](http://www.sqlite.org)**, **[PostgreSQL](http://www.postgresql.org)** and **[MySQL](http://www.mysql.com)**.
* Assumed to work but not tested [4D](http://www.4d.com/), [Cubrid](http://www.cubrid.org), [MS SQL Server](http://www.microsoft.com/sqlserver/), [Sybase](http://www.sybase.com), [Firebird](http://www.firebirdsql.org), ODBC, [Interbase](http://www.embarcadero.com/products/interbase), [IBM DB2](www.ibm.com/software/data/db2/), [IDS](http://www-01.ibm.com/software/data/informix/) and [Oracle](http://www.oracle.com/database/).
* Runtime (in-memory array storage).
* Filesystem (directories based, and files based) *with tagging support*.
* **[Filesystem](#filesystem-specific)** (directories based, and files based) *with tagging support*.

Feel free to comment, send pull requests and patches...

Expand Down

0 comments on commit 536d205

Please sign in to comment.