Changeset 1220735
- Timestamp:
- 08/14/2015 09:09:48 AM (11 years ago)
- Location:
- wpbase-cache/trunk
- Files:
-
- 2 edited
-
trunk/wpbase-cache.php (modified) (1 diff)
-
wpbase-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpbase-cache/trunk/trunk/wpbase-cache.php
r1207255 r1220735 1 1 <?php 2 2 /* 3 Plugin Name: WPBase-Cache 4 Plugin URI: https://github.com/baseapp/wpbase-cache 5 Description: A wordpress plugin for using all caches on varnish, nginx, php-fpm stack with php-apc. This plugin includes db-cache-reloaded-fix for dbcache. 6 Version: 2.1.0 7 Author: Vikrant Datta 8 Author URI: http://blog.wpoven.com 9 License: GPL2 10 11 This program is free software; you can redistribute it and/or modify 12 it under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2 of the License, or 14 (at your option) any later version. 15 16 This program is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 3 Plugin Name: WPBase-Cache 4 Plugin URI: https://github.com/baseapp/wpbase-cache 5 Description: A wordpress plugin for using all caches on varnish, nginx, php-fpm stack with php-apc. This plugin includes db-cache-reloaded-fix for dbcache. 6 Version: 2.1.1 7 Author: Vikrant Datta 8 Author URI: http://blog.wpoven.com 9 License: GPL2 10 11 This program is free software; you can redistribute it and/or modify 12 it under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2 of the License, or 14 (at your option) any later version. 15 16 This program is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 24 */ 26 25 -
wpbase-cache/trunk/wpbase-cache.php
r1207259 r1220735 1 1 <?php 2 2 /* 3 Plugin Name: WPBase-Cache 4 Plugin URI: https://github.com/baseapp/wpbase-cache 5 Description: A wordpress plugin for using all caches on varnish, nginx, php-fpm stack with php-apc. This plugin includes db-cache-reloaded-fix for dbcache. 6 Version: 2.1.0 7 Author: Vikrant Datta 8 Author URI: http://blog.wpoven.com 9 License: GPL2 10 11 This program is free software; you can redistribute it and/or modify 12 it under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2 of the License, or 14 (at your option) any later version. 15 16 This program is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 3 Plugin Name: WPBase-Cache 4 Plugin URI: https://github.com/baseapp/wpbase-cache 5 Description: A wordpress plugin for using all caches on varnish, nginx, php-fpm stack with php-apc. This plugin includes db-cache-reloaded-fix for dbcache. 6 Version: 2.1.1 7 Author: Vikrant Datta 8 Author URI: http://blog.wpoven.com 9 License: GPL2 10 11 This program is free software; you can redistribute it and/or modify 12 it under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2 of the License, or 14 (at your option) any later version. 15 16 This program is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 24 */ 26 25
Note: See TracChangeset
for help on using the changeset viewer.