Changeset 2676369
- Timestamp:
- 02/10/2022 01:14:46 PM (4 years ago)
- Location:
- jinx-fast-cache/trunk
- Files:
-
- 3 edited
-
index.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jinx-fast-cache/trunk/index.php
r2676361 r2676369 5 5 * Plugin URI: https://wordpress.org/plugins/jixn-fast-cache/ 6 6 * Description: Blazing fast full page cache. 7 * Version: 0.3. 37 * Version: 0.3.4 8 8 * Author: SquareFlower Websolutions (Lukas Rydygel) <hallo@squareflower.de> 9 9 * Author URI: http://squareflower.de -
jinx-fast-cache/trunk/readme.txt
r2676365 r2676369 5 5 Tested up to: 5.9.0 6 6 Requires PHP: 7.0 7 Stable tag: 0.3. 37 Stable tag: 0.3.4 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
jinx-fast-cache/trunk/src/Plugin.php
r2676361 r2676369 2 2 3 3 namespace Jinx\FastCache; 4 5 use WP_Filesystem_Direct; 4 6 5 7 abstract class Plugin
Note: See TracChangeset
for help on using the changeset viewer.