Skip to content

Commit 3a0973f

Browse files
committed
Version 1.0.0!
1 parent 9708ea5 commit 3a0973f

File tree

6 files changed

+28
-13
lines changed

6 files changed

+28
-13
lines changed

bin/install-wp-tests.sh

100755100644
File mode changed.

focus.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?php
22
/**
33
* Plugin Name: FOCUS Object Cache
4-
* Plugin URI: http://wordpress.org/plugins/focus/
4+
* Plugin URI: http://wordpress.org/plugins/focus-object-cache/
55
* 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.
6-
* Version: 0.1
6+
* Version: 1.0.0
77
* Text Domain: focus-cache
88
* Author: Derrick Tennant
99
* Author URI: https://emrikol.com/
10+
* GitHub Plugin URI: https://github.com/emrikol/focus/
1011
* License: GPLv3
1112
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
1213
*

includes/admin-page.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?php
22
/**
33
* Plugin Name: FOCUS Object Cache
4-
* Plugin URI: http://wordpress.org/plugins/focus/
5-
* 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.
6-
* Version: 0.1
4+
* Plugin URI: http://wordpress.org/plugins/focus-object-cache/
5+
* Description: File-based Object Cache is Utterly Slow: An Object Caching Dropin for WordPress that uses the local file system
6+
* Version: 1.0.0
77
* Text Domain: focus-cache
88
* Author: Derrick Tennant
99
* Author URI: https://emrikol.com/
10+
* GitHub Plugin URI: https://github.com/emrikol/focus/
1011
* License: GPLv3
1112
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
1213
*

includes/object-cache.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?php
22
/**
33
* Plugin Name: FOCUS Object Cache
4-
* Plugin URI: https://github.com/emrikol/focus
5-
* 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.
6-
* Version: 0.1
4+
* Plugin URI: http://wordpress.org/plugins/focus-object-cache/
5+
* Description: File-based Object Cache is Utterly Slow: An Object Caching Dropin for WordPress that uses the local file system
6+
* Version: 1.0.0
77
* Text Domain: focus-cache
88
* Author: Derrick Tennant
99
* Author URI: https://emrikol.com/
10+
* GitHub Plugin URI: https://github.com/emrikol/focus/
1011
* License: GPLv3
1112
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
1213
*

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# FOCUS Cache
2+
**Donate link:** http://wordpressfoundation.org/donate/
23
**Contributors:** emrikol
34
**Tags:** cache, caching
4-
**Donate link:** http://wordpressfoundation.org/donate/
55
**Requires at least:** 4.3.11
66
**Tested up to:** 4.8
7-
**Stable tag:** 0.1.0
7+
**Stable tag:** 1.0.0
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

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

2626
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.
27+
28+
## Changelog
29+
30+
### 1.0.0
31+
32+
First Version

readme.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== FOCUS Cache ===
22
Contributors: emrikol
3-
Tags: cache, caching
43
Donate link: http://wordpressfoundation.org/donate/
4+
Tags: cache, caching
55
Requires at least: 4.3.11
66
Tested up to: 4.8
7-
Stable tag: 0.1.0
7+
Stable tag: 1.0.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

2222
== Installation ==
2323

24-
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.
24+
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.
25+
26+
== Changelog ==
27+
28+
= 1.0.0 =
29+
30+
First Version

0 commit comments

Comments
 (0)