Skip to content

Commit

Permalink
Update version and localizations, build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
dac514 committed Apr 29, 2019
1 parent 9f427db commit 0b94645
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 107 deletions.
100 changes: 0 additions & 100 deletions CHANGELOG.md

This file was deleted.

9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This theme is named after Canadian media theorist Marshall McLuhan, who coined t

* PHP >= 7.1
* WordPress >= 5.1.1
* Pressbooks >= 5.7.1
* Pressbooks >= 5.7.2

## Installation

Expand All @@ -40,3 +40,10 @@ composer require pressbooks/pressbooks-book
Install the [GitHub Updater plugin](https://github.com/afragen/github-updater).

Then, from the GitHub Updater interface, navigate to the "Install Theme" tab. Enter [https://github.com/pressbooks/pressbooks-book](https://github.com/pressbooks/pressbooks-book) as the Theme URI, then click "Install Theme". Tagged updates to this theme will then be available as normal WordPress updates.

## Changelog

### 2.8.3

* See: https://github.com/pressbooks/pressbooks-book/releases/tag/2.8.3
* Full release history available at: https://github.com/pressbooks/pressbooks-book/releases
2 changes: 1 addition & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"/scripts/jquery.localScroll.js": "/scripts/jquery.localScroll.js?id=75f2414f7a6394497c86",
"/scripts/jquery.scrollTo.js": "/scripts/jquery.scrollTo.js?id=525edcc52fe856518628",
"/styles/lity.css": "/styles/lity.css?id=2cca2f9fd7e0c7c24ac4"
}
}
1 change: 1 addition & 0 deletions inc/actions/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ function add_lightbox_setting( $_page, $_section ) {
* @return null
*/
function render_lightbox_setting_field( $args ) {
unset( $args['label_for'], $args['class'] );
$options = get_option( 'pressbooks_theme_options_web' );
Options::renderCheckbox(
[
Expand Down
8 changes: 4 additions & 4 deletions languages/pressbooks-book.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# This file is distributed under the GPL v3.0 or later.
msgid ""
msgstr ""
"Project-Id-Version: McLuhan 2.8.2\n"
"Report-Msgid-Bugs-To: https://github.com/pressbooks/<theme>/\n"
"Project-Id-Version: McLuhan 2.8.3\n"
"Report-Msgid-Bugs-To: https://github.com/pressbooks/pressbooks-book/\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-04-15T20:23:04+00:00\n"
"PO-Revision-Date: 2019-04-15T20:23:04+00:00\n"
"POT-Creation-Date: 2019-04-29T19:20:19+00:00\n"
"PO-Revision-Date: 2019-04-29T19:20:19+00:00\n"
"X-Generator: WP-CLI 2.0.1\n"
"X-Domain: pressbooks-book\n"

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: This theme is named after Canadian media theorist Marshall McLuhan,
Author: Pressbooks (Book Oven Inc.)
Author URI: https://pressbooks.com
Copyright: 2011-2019 Pressbooks (Book Oven Inc.) <[email protected]>
Version: 2.9.0-dev
Version: 2.8.3
Text Domain: pressbooks-book
License: GPL v3.0 or later
GitHub Theme URI: pressbooks/pressbooks-book
Expand Down

0 comments on commit 0b94645

Please sign in to comment.