This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
forked from wokamoto/feed-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
59 lines (35 loc) · 1.4 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=== Feed JSON ===
Contributors: wokamoto
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJCY7XB8F4&lc=JP&item_name=WordPress%20Plugins&item_number=wp%2dplugins¤cy_code=JPY&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
Tags: feed, feeds, json, jsonp
Requires at least: 3.0
Tested up to: 3.9
Stable tag: 1.0.9
Adds a new type of feed you can subscribe to. http://example.com/feed/json or http://example.com/?feed=json to anywhere you get a JSON form.
== Description ==
Adds a new type of feed you can subscribe to.
`http://example.com/feed/json` or `http://example.com/?feed=json` to anywhere you get a JSON form.
`http://example.com/feed/json?callback=callback` or `http://example.com/?feed=json&callback=callback` to anywhere you get a JSONP.
== Installation ==
1. Upload the entire `feed-json` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
== Changelog ==
**1.0.9 April 28, 2014**
Source code refactoring.
**1.0.7 November 13**
Add caching for JSON feed, fix no tags/categories notice.
thx tlovett1 !
**1.0.6 August 9, 2013**
add template filter hook
**1.0.5 August 9, 2013**
Bug fix.
**1.0.4 July 11, 2013**
source code refactoring
**1.0.3 June 10, 2013**
source code refactoring
**1.0.2 February 17, 2012**
Bug fix.
**1.0.1 July 28, 2011**
Bug fix.
**1.0.0 February 15, 2011**
Initial release.