-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathreadme.txt
58 lines (45 loc) · 2.18 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
=== WP Present - beta ===
Contributors: stevenkword
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6T4UQQXTXLKVW
Tags: keynote, present, presentation, presentations, powerpoint, reveal.js, slide, slides, slidedeck, slideshare, slideshow, speaker presentations, wp present, wp-present, WordCamp
Requires at least: 3.6
Tested up to: 4.0
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
**Create an Account or checkout the new DEMO:** [http://wppresent.com](http://wppresent.com)
Want to help out? Check out the [Developer Notes](https://github.com/stevenkword/WP-Present#developer-notes)
Create interactive slide presentations, the WordPress way.
Presentation layer powered by reveal.js from Hakim El Hattab (http://hakim.se).
Currently works best with Chrome & Safari
If you'd like to contribute to the plugin you can find it on GitHub: https://github.com/stevenkword/WP-Present
== Installation ==
1. Upload "/wp-present" to the "/wp-content/plugins/" directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
== Developers ==
* Stable branch, master, is version 0.9.6 and is only compatible up to WordPress 3.8 due to a problem introduced in WordPress 3.9 with the TinyMCE 4.0 Update. See [Issue #8](https://github.com/stevenkword/WP-Present/issues/8)
* Development against WordPress 3.9+ should be done against the development branch on GitHub
== Screenshots ==
1. The admin interface
2. A slide in a presentation
3. Presentation editor
== Changelog ==
= 0.9.7 =
* Rewrites modal editor for 4.0 compatibility
= 0.9.6 =
* Supports the ability to overwrite plugin template with theme templates
* JS script inclusion audit
* Adds shortcode for embedding WP Present into posts
* Updates donate buttons and links
* Tabifies the settings page
* More informative AJAX spinners
* Adds Templates for individual slides
* Enqueues Dashicons always
* Adds taxonomy bridge for storing additional taxonomy information in custom post types
* Updates admin menus
* Fixes color saving on Publish in modal customizer
= 0.9.5 =
* Emergency patches to fix support in preparation for WordPress 3.8
= 0.9.4 =
* I did things