Skip to content

Commit

Permalink
Version 1.0.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
emrikol committed Jun 22, 2017
1 parent 9708ea5 commit 3a0973f
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 deletions.
Empty file modified bin/install-wp-tests.sh
100755 → 100644
Empty file.
5 changes: 3 additions & 2 deletions focus.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?php
/**
* Plugin Name: FOCUS Object Cache
* Plugin URI: http://wordpress.org/plugins/focus/
* Plugin URI: http://wordpress.org/plugins/focus-object-cache/
* Description: A File-based Object Cache that is Utterly Slow. Persistenly caches WP_Cache objects in the file system. Can really help speed up a site that has fast disk access and slow database access.
* Version: 0.1
* Version: 1.0.0
* Text Domain: focus-cache
* Author: Derrick Tennant
* Author URI: https://emrikol.com/
* GitHub Plugin URI: https://github.com/emrikol/focus/
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
Expand Down
7 changes: 4 additions & 3 deletions includes/admin-page.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?php
/**
* Plugin Name: FOCUS Object Cache
* Plugin URI: http://wordpress.org/plugins/focus/
* Description: A File-based Object Cache that is Utterly Slow. Persistenly caches WP_Cache objects in the file system. Can really help speed up a site that has fast disk access and slow database access.
* Version: 0.1
* Plugin URI: http://wordpress.org/plugins/focus-object-cache/
* Description: File-based Object Cache is Utterly Slow: An Object Caching Dropin for WordPress that uses the local file system
* Version: 1.0.0
* Text Domain: focus-cache
* Author: Derrick Tennant
* Author URI: https://emrikol.com/
* GitHub Plugin URI: https://github.com/emrikol/focus/
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
Expand Down
7 changes: 4 additions & 3 deletions includes/object-cache.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?php
/**
* Plugin Name: FOCUS Object Cache
* Plugin URI: https://github.com/emrikol/focus
* Description: A File-based Object Cache that is Utterly Slow. Persistenly caches WP_Cache objects in the file system. Can really help speed up a site that has fast disk access and slow database access.
* Version: 0.1
* Plugin URI: http://wordpress.org/plugins/focus-object-cache/
* Description: File-based Object Cache is Utterly Slow: An Object Caching Dropin for WordPress that uses the local file system
* Version: 1.0.0
* Text Domain: focus-cache
* Author: Derrick Tennant
* Author URI: https://emrikol.com/
* GitHub Plugin URI: https://github.com/emrikol/focus/
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
Expand Down
10 changes: 8 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# FOCUS Cache
**Donate link:** http://wordpressfoundation.org/donate/
**Contributors:** emrikol
**Tags:** cache, caching
**Donate link:** http://wordpressfoundation.org/donate/
**Requires at least:** 4.3.11
**Tested up to:** 4.8
**Stable tag:** 0.1.0
**Stable tag:** 1.0.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -24,3 +24,9 @@ I've been heavily influenced by [redis-cache](https://wordpress.org/plugins/redi
## Installation

Install `object-cache.php` to `wp-content/object-cache.php` with a symlink, by copying the file, or via the settings page in the Tools menu.

## Changelog

### 1.0.0

First Version
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== FOCUS Cache ===
Contributors: emrikol
Tags: cache, caching
Donate link: http://wordpressfoundation.org/donate/
Tags: cache, caching
Requires at least: 4.3.11
Tested up to: 4.8
Stable tag: 0.1.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -21,4 +21,10 @@ I've been heavily influenced by [redis-cache](https://wordpress.org/plugins/redi

== Installation ==

Install `object-cache.php` to `wp-content/object-cache.php` with a symlink, by copying the file, or via the settings page in the Tools menu.
Install `object-cache.php` to `wp-content/object-cache.php` with a symlink, by copying the file, or via the settings page in the Tools menu.

== Changelog ==

= 1.0.0 =

First Version

0 comments on commit 3a0973f

Please sign in to comment.