equal
deleted
inserted
replaced
1 === Plugin Name === |
1 === Plugin Name === |
2 Contributors: johnny5 |
2 Contributors: johnny5 |
3 Donate link: http://urbangiraffe.com/about/support/ |
3 Donate link: http://urbangiraffe.com/about/support/ |
4 Tags: ajax, calendar, widget |
4 Tags: ajax, calendar, widget |
5 Requires at least: 2.0 |
5 Requires at least: 2.9 |
6 Tested up to: 2.8.6 |
6 Tested up to: 3.2.1 |
7 Stable tag: trunk |
7 Stable tag: trunk |
8 |
8 |
9 AJAX Calendar is a plugin that will display an AJAXified WordPress calendar. |
9 AJAX Calendar is a plugin that will display an AJAXified WordPress calendar. |
10 |
10 |
11 == Description == |
11 == Description == |
12 |
12 |
13 AJAX Calendar is a plugin that will display an AJAXified WordPress calendar. This enhances the functionality of the standard calendar by: |
13 AJAX Calendar is a plugin that will display an AJAXified WordPress calendar. This enhances the functionality of the standard calendar by: |
14 |
14 |
15 * Allowing the asynchronous navigation of months, without updating the page |
15 * Allowing the asynchronous navigation of months, without updating the page |
16 * Adding a drop-down list of post titles in each month (through the «-» button) |
16 * Added to blog as a widget |
17 * Adding full caching support to reduce server load |
|
18 |
17 |
19 == Installation == |
18 == Installation == |
20 |
19 |
21 The plugin is simple to install: |
20 The plugin is simple to install: |
22 |
21 |
88 = 2.4.8 = |
87 = 2.4.8 = |
89 * Add support for category selection |
88 * Add support for category selection |
90 |
89 |
91 = 2.4.9 = |
90 = 2.4.9 = |
92 * Fix DB prefix bug |
91 * Fix DB prefix bug |
|
92 |
|
93 = 2.4.10 = |
|
94 * Fix category display |
|
95 |
|
96 = 2.5 = |
|
97 * WordPress 2.9+ only |
|
98 * No external JS or CSS needed |
|
99 * Fixes category issues |
|
100 |
|
101 = 2.5.1 = |
|
102 * Modify JS so it compresses better |