Plugin Directory

Changeset 1220735


Ignore:
Timestamp:
08/14/2015 09:09:48 AM (11 years ago)
Author:
baseapp
Message:

headers empty fix

Location:
wpbase-cache/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpbase-cache/trunk/trunk/wpbase-cache.php

    r1207255 r1220735  
    11<?php
    22/*
    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 
     3Plugin Name: WPBase-Cache
     4Plugin URI: https://github.com/baseapp/wpbase-cache
     5Description: 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.
     6Version: 2.1.1
     7Author: Vikrant Datta
     8Author URI: http://blog.wpoven.com
     9License: GPL2
     10
     11This program is free software; you can redistribute it and/or modify
     12it under the terms of the GNU General Public License as published by
     13the Free Software Foundation; either version 2 of the License, or
     14(at your option) any later version.
     15
     16This program is distributed in the hope that it will be useful,
     17but WITHOUT ANY WARRANTY; without even the implied warranty of
     18MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19GNU General Public License for more details.
     20
     21You should have received a copy of the GNU General Public License
     22along with this program; if not, write to the Free Software
     23Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    2524 */
    2625
  • wpbase-cache/trunk/wpbase-cache.php

    r1207259 r1220735  
    11<?php
    22/*
    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 
     3Plugin Name: WPBase-Cache
     4Plugin URI: https://github.com/baseapp/wpbase-cache
     5Description: 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.
     6Version: 2.1.1
     7Author: Vikrant Datta
     8Author URI: http://blog.wpoven.com
     9License: GPL2
     10
     11This program is free software; you can redistribute it and/or modify
     12it under the terms of the GNU General Public License as published by
     13the Free Software Foundation; either version 2 of the License, or
     14(at your option) any later version.
     15
     16This program is distributed in the hope that it will be useful,
     17but WITHOUT ANY WARRANTY; without even the implied warranty of
     18MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19GNU General Public License for more details.
     20
     21You should have received a copy of the GNU General Public License
     22along with this program; if not, write to the Free Software
     23Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    2524 */
    2625
Note: See TracChangeset for help on using the changeset viewer.