diff --git a/README.md b/README.md index 4175e9b9..3ab0d80b 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ Aldine is the default theme for the home page of [Pressbooks](https://pressbooks ## Changelog -### 1.16.0 +### 1.16.1 -* See: https://github.com/pressbooks/pressbooks-aldine/releases/tag/1.16.0 +* See: https://github.com/pressbooks/pressbooks-aldine/releases/tag/1.16.1 * Full release history available at: https://github.com/pressbooks/pressbooks-aldine/releases ## Upgrade Notice diff --git a/languages/pressbooks-aldine.pot b/languages/pressbooks-aldine.pot index 028e99ee..0577f8e3 100644 --- a/languages/pressbooks-aldine.pot +++ b/languages/pressbooks-aldine.pot @@ -2,16 +2,16 @@ # This file is distributed under the GNU GPL v3 or later. msgid "" msgstr "" -"Project-Id-Version: Aldine 1.16.0-dev\n" +"Project-Id-Version: Aldine 1.16.1\n" "Report-Msgid-Bugs-To: https://github.com/pressbooks/pressbooks-aldine/issues\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2022-09-26T19:56:58+00:00\n" +"POT-Creation-Date: 2022-10-17T15:53:25+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.6.0\n" +"X-Generator: WP-CLI 2.7.0\n" "X-Domain: pressbooks-aldine\n" #. Theme Name of the theme @@ -490,23 +490,23 @@ msgstr "" msgid "Keep this field blank (required)" msgstr "" -#: partials/contact-form.php:46 +#: partials/contact-form.php:47 msgid "Your name (required)" msgstr "" -#: partials/contact-form.php:62 +#: partials/contact-form.php:64 msgid "Your email address (required)" msgstr "" -#: partials/contact-form.php:78 +#: partials/contact-form.php:81 msgid "Your institution (required)" msgstr "" -#: partials/contact-form.php:94 +#: partials/contact-form.php:96 msgid "Your message (required)" msgstr "" -#: partials/contact-form.php:98 +#: partials/contact-form.php:100 msgid "Send" msgstr "" diff --git a/partials/contact-form.php b/partials/contact-form.php index 83345848..2ab637c3 100644 --- a/partials/contact-form.php +++ b/partials/contact-form.php @@ -31,65 +31,67 @@

- - class="error" type="text" name="visitor_name" value=" - - " required> + + class="error" + + type="text" + name="visitor_name" + + value="" + + required + />

- - class="error" type="email" name="visitor_email" value=" - - " required> + + class="error" + + type="email" + name="visitor_email" + + value="" + + required + />

- - class="error" type="text" name="visitor_institution" value=" - - " required> + + class="error" + + type="text" + name="visitor_institution" + + value="" + + required + />

- + diff --git a/style.css b/style.css index 4b0f79ad..87561a47 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Pressbooks (Book Oven Inc.) Author URI: https://pressbooks.org Description: Aldine is the default theme for the home page of Pressbooks networks. It is named for the Aldine Press, founded by Aldus Manutius in 1494, who is regarded by many as the world’s first publisher. Tags: publishing, catalog, pressbooks, default-theme -Version: 1.16.0 +Version: 1.16.1 Requires at least: 6.0.2 Tested up to: 6.0.2 Requires PHP: 7.4