Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Oct 5, 2023
1 parent c0ffad3 commit 3e6a562
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# pressbooks-shortcode-handler
# Pressbooks Shortcode Handler

Contributors: steelwagstaff
Tags: pressbooks, plugins
Requires at least: 6.3.1
Tested up to: 6.3.1
Stable tag: 1.1.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

## Description
Plugin for Pressbooks to handle additional shortcodes used by Lumen Learning.

Adds support for the following shortcodes:
Expand Down
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
"name": "pressbooks/pressbooks-shortcode-handler",
"description": "A plugin for Pressbooks which handles additional shortcodes used by Lumen Learning",
"type": "wordpress-plugin",
"minimum-stability": "stable",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/pressbooks/pressbooks-shortcode-handler",
"authors": [
{
"name": "Steel Wagstaff",
"homepage": "https://github.com/SteelWagstaff"
"name": "Pressbooks",
"homepage": "https://pressbooks.org"
}
]
],
"support": {
"email": "code@pressbooks.com",
"issues": "https://github.com/pressbooks/pressbooks-shortcode-handler/issues"
}
}
9 changes: 5 additions & 4 deletions pressbooks-shortcode-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

/*
Plugin Name: Pressbooks Shortcode Handler
Plugin URI: https://github.com/SteelWagstaff/pressbooks-shortcode-handler
Plugin URI: https://github.com/pressbooks/pressbooks-shortcode-handler
Description: Plugin for Pressbooks to handle additional shortcodes used by Lumen Learning.
Version: 1.1.0
Author: Steel Wagstaff
Author URI: https://steelwagstaff.info
License: GPL 3.0
Author: Pressbooks (Book Oven Inc.)
Author URI: https://pressbooks.org
Text Domain: pressbooks-shortcode-handler
License: GPL v3 or later
*/

add_shortcode( 'reveal-answer', 'revealAnswerShortCodeHandler' );
Expand Down

0 comments on commit 3e6a562

Please sign in to comment.