Skip to content

Commit

Permalink
Update all readmes and versions for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncampbell committed Sep 17, 2021
1 parent 976fd5e commit cf92901
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Donate Link:** http://aarondcampbell.com/donate/
**Requires at least:** 4.8
**Tested up to:** 5.5
**Stable tag:** 1.3.1
**Stable tag:** 1.4.0

Slideshow presentations made simple on WordPress. Design each slide as you would a post using wysiwyg. Works with most presenter remotes as well!

Expand Down Expand Up @@ -69,6 +69,8 @@ function add_my_custom_presenter_theme( $themes ) {
* Upgrade to Reveal.js 4.1.2
* Add new presenter-init-object filter to allow plugins to change default Reveal settings
* Add new presenter-theme, presenter-reveal-js-dependencies, and presenter-reveal-css-dependencies filters
* Remove unused settings scream
* Remove "Aaron Plugin Framework"

### 1.3.1
* Allow theme directories to be added via a new presenter-theme-directories filter so plugins can add presenter themes
Expand Down
2 changes: 1 addition & 1 deletion presenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Presenter
* Plugin URI: http://aarondcampbell.com/wordpress-plugins/presenter/
* Description: Presenter
* Version: 1.4.0-alpha.1
* Version: 1.4.0
* Author: Aaron D. Campbell
* Author URI: http://aarondcampbell.com/
* Text Domain: presenter
Expand Down
16 changes: 10 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: aaroncampbell
Tags: keynote, powerpoint, presentations, slides, slideshare, slideshow
Requires at least: 4.8
Tested up to: 5.5
Stable tag: 1.3.1
Stable tag: 1.4.0

Slideshow presentations made simple on WordPress. Design each slide as you would a post using wysiwyg. Works with most presenter remotes as well!

Expand Down Expand Up @@ -63,14 +63,18 @@ function add_my_custom_presenter_theme( $themes ) {

== Upgrade Notice ==

= 1.3.1 =
Allows plugins to add additional Presenter themes

= 1.3.0 =
Security: Upgrade to the latest version (3.9.2) of Reveal.js
= 1.4.0 =
Upgrades to the latest Reveal.js, adds a few new filters to allow other plugins to further extend slideshows, and cleans up the code by removing some unused bits.

== Changelog ==

= 1.4.0 =
* Upgrade to Reveal.js 4.1.2
* Add new presenter-init-object filter to allow plugins to change default Reveal settings
* Add new presenter-theme, presenter-reveal-js-dependencies, and presenter-reveal-css-dependencies filters
* Remove unused settings scream
* Remove "Aaron Plugin Framework"

= 1.3.1 =
* Allow theme directories to be added via a new presenter-theme-directories filter so plugins can add presenter themes

Expand Down

0 comments on commit cf92901

Please sign in to comment.