Commit graph

184 commits

Author SHA1 Message Date
Peter Molnar
eb6381157c Merge pull request #34 from shimoju/remove-php-closing-tag
Remove PHP closing tag from advanced-cache.php
2015-01-21 21:40:57 +01:00
Hiroshi Shimoju
ecf3e25ac4 Remove PHP closing tag from advanced-cache.php 2015-01-22 01:34:28 +09:00
Peter Molnar
5d86db9cb1 fixed alert backwards compatibility for PHP < 5.3 2015-01-14 13:18:40 +00:00
Peter Molnar
a3a032df8c Merge pull request #31 from plescheff/master
Added plugin error messages filter
2015-01-13 11:47:55 +00:00
Anton Pelešev
01fba9fae8 Merge branch 'master' of /var/www/wp-ffpc-upstream 2015-01-13 13:10:54 +02:00
Anton Pelešev
d0dc5cf6d7 Added errors filtering so plugin/theme authors can intercept error handling. 2015-01-13 13:10:30 +02:00
Peter Molnar
4275199cf2 1.7.6 2015-01-09 15:01:11 +00:00
Peter Molnar
e3c5b8a2cc fixing no error messages bug 2014-12-29 13:00:16 +00:00
Peter Molnar
bce799cabd Merge pull request #30 from plescheff/master
Fixed force-cache-clearing when options updated.
2014-12-17 14:33:17 +01:00
Anton Pelešev
6280cc4ef1 Fixed force-cache clearing when options updated.
No more PHP warnings triggered.
2014-12-17 15:16:59 +02:00
Peter Molnar
cae67b0137 1.7.4 2014-12-17 10:56:16 +00:00
Peter Molnar
fdc985a261 1.7.3 2014-12-17 10:48:02 +00:00
Peter Molnar
4fd04af3ea 1.7.2 2014-12-08 09:41:27 +00:00
Peter Molnar
238d54a194 Merge pull request #29 from ameir/compatibility
Memcached proxy compatibility
2014-12-08 09:37:26 +00:00
Peter Molnar
eb49420052 bugfixes and small enhancements 2014-12-08 09:19:01 +00:00
Ameir Abdeldayem
4e647efb2c Since Memcached stats aren't available on many implementations, let's
check health by doing a set instead.
2014-12-08 03:35:23 -05:00
Ameir Abdeldayem
42743def8d Allow binary protocol to be toggled with Memcached driver. 2014-12-08 02:55:05 -05:00
Peter Molnar
8d14b21ad8 pre-1.7.0 2014-09-19 12:18:18 +01:00
Peter Molnar
0356107ea7 1.7.0 alpha 2014-09-19 09:38:54 +01:00
Peter Molnar
49c4da89f9 https://github.com/petermolnar/wp-ffpc/issues/26 2014-09-12 16:41:08 +01:00
Peter Molnar
a3d00edf60 1.6.4, see readme 2014-09-12 09:38:32 +01:00
Peter Molnar
74869fa77f reducing loglevel to eliminate showing errors bug 2014-09-12 07:38:31 +01:00
Peter Molnar
d439747564 version 1.6.2 2014-09-05 10:41:18 +01:00
Peter Molnar
815cf8e045 Merge pull request #25 from plescheff/master
Implemented new invalidation method; added filter hook.
2014-09-05 09:29:07 +01:00
Anton Pelešev
b1d869adc0 Fix merge. 2014-09-04 14:30:27 +03:00
Anton Pelešev
07dde1e137 Merge 2014-09-04 14:19:24 +03:00
Anton Pelešev
ab5951ebd8 Revert "Fixed missing braces."
This reverts commit bc825f4cae.
2014-09-04 14:14:51 +03:00
Anton Pelešev
fdd615eab8 Merge branch 'master' of /private/var/www/wp-ffpc-upstream 2014-09-04 14:10:00 +03:00
Peter Molnar
b2367f2fe4 1.6.1 to correct SVN madness 2014-09-04 10:54:00 +01:00
Peter Molnar
8eab1f88ce removing unneeded { left in the code accidentally and which prevented WordPress SVN commit 2014-09-04 10:49:14 +01:00
Peter Molnar
ef4baf95c6 wp-common updates 2014-09-04 09:47:09 +01:00
Anton Pelešev
77d94b25c9 Fixed filter hook. 2014-08-25 16:58:23 +03:00
Anton Pelešev
304393e66a Added hook to customise clearing array externally. 2014-08-22 17:48:49 +03:00
Anton Pelešev
bdcae2f62f Added new invalidation method: post/page + posts index page.
Clears cache for modified post/page. Also clears posts index page if content of type 'post' was changed.
2014-08-22 17:27:23 +03:00
Anton Pelešev
14b1d416d1 Backported paginated post/page cache clearing. 2014-08-22 16:42:27 +03:00
Anton Pelešev
bc825f4cae Fixed missing braces. 2014-08-22 15:46:21 +03:00
Peter Molnar
2b2345c763 version 1.6.0, see changelog 2014-08-22 11:55:25 +01:00
Peter Molnar
aaf703fd8d no more singleton-factory, kthnxby 2014-06-26 11:02:13 +01:00
Peter Molnar
b6f8bf157d new abstact & utils layout 2014-06-26 08:57:10 +01:00
Peter Molnar
9804bc515e adding SASL auth fields & support for memcached 2014-06-02 16:02:13 +01:00
Peter Molnar
6e4d474796 version 1.5.0 with APCu 2014-05-30 11:22:21 +01:00
Peter Molnar
58fcf95b9a xcache
comments invalidation
1.4.0
2014-05-12 15:48:22 +01:00
Peter Molnar
a9cf7ff058 = 1.3.3 =
*2014-04-29*

What's changed:

* removed broadcast message
* better logs ( additional logs and adding translation compatibility )
2014-04-29 15:58:50 +01:00
Peter Molnar
f95f0a3f2c Update wp-ffpc-class.php
! is not needed there
2014-04-13 07:23:45 +01:00
Peter Molnar
3a96ad631e 1.3.2 2014-04-09 21:34:14 +01:00
Peter Molnar
6cd27fe498 Merge pull request #15 from haroldkyle/master
Removed PHP strict notices.
2014-04-09 21:27:43 +01:00
Harold Kyle
ac87d69e3c Clarified expiration is in seconds not milliseconds 2014-04-09 14:49:39 -04:00
Harold Kyle
ac0fa7830e Removed PHP strict notices. 2014-04-09 14:16:35 -04:00
Peter Molnar
f21ce58780 cleaning up dirtyness 2014-04-04 12:13:11 +01:00
Peter Molnar
11e414795b 1.3.1
git submodules...
2014-04-04 12:10:22 +01:00