Browse Source

Update versions and readme

pull/137/head 1.5.0
Ned Zimmerman 6 years ago
parent
commit
ac5eb26512
  1. 7
      README.md
  2. 6
      footer.php
  3. 7
      readme.txt
  4. 2
      style.css

7
README.md

@ -14,9 +14,9 @@
[![Open Collective](https://opencollective.com/pressbooks/tiers/sponsor/badge.svg?label=sponsors&color=brightgreen)](https://opencollective.com/pressbooks/)
**Tags:** publishing, catalog, pressbooks, default-theme
**Requires at least:** 4.9.6
**Tested up to:** 4.9.6
**Stable tag:** 1.4.1
**Requires at least:** 4.9.8
**Tested up to:** 4.9.8
**Stable tag:** 1.5.0
**License:** GNU General Public License v3 or later
**License URI:** LICENSE
@ -47,6 +47,7 @@ TK.
**Minor Changes**
- Add a new menu item to allow logged-in users without books to create a new book: [#132](https://github.com/pressbooks/pressbooks-aldine/pull/132)
- Add simple honeypot to contact form ([#134](https://github.com/pressbooks/pressbooks-aldine/issues/134)): [#135](https://github.com/pressbooks/pressbooks-aldine/pull/135)
# 1.4.1

6
footer.php

@ -76,10 +76,10 @@ $pb_network_contact_form = get_option( 'pb_network_contact_form' );
<?php /* translators: %s Pressbooks */ ?>
<p class="footer__pressbooks__links__title"><a href="https://pressbooks.com"><?php printf( __( 'Powered by %s', 'pressbooks-aldine' ), '<span class="pressbooks">Pressbooks</span>' ); ?></a></p>
<ul class="footer__pressbooks__links__list">
<li><a href="https://pressbooks.org"><?php _e( 'Open Source', 'pressbooks-aldine' ); ?></a> |</li>
<li><a href="https://pressbooks.org/"><?php _e( 'Open Source', 'pressbooks-aldine' ); ?></a> |</li>
<li><a href="https://pressbooks.education/"><?php _e( 'Open Textbooks', 'pressbooks-aldine' ); ?></a> |</li>
<li><a href="https://pressbooks.com"><?php _e( 'Open Book Publishing', 'pressbooks-aldine' ); ?></a> |</li>
<li><a href="https://pressbooks.education/about"><?php _e( 'Learn More', 'pressbooks-aldine' ); ?></a> </li>
<li><a href="https://pressbooks.com/"><?php _e( 'Open Book Publishing', 'pressbooks-aldine' ); ?></a> |</li>
<li><a href="https://pressbooks.education/about/"><?php _e( 'Learn More', 'pressbooks-aldine' ); ?></a> </li>
</ul>
</div>
<div class="footer__pressbooks__social">

7
readme.txt

@ -14,9 +14,9 @@
[![Open Collective](https://opencollective.com/pressbooks/tiers/sponsor/badge.svg?label=sponsors&color=brightgreen)](https://opencollective.com/pressbooks/)
Tags: publishing, catalog, pressbooks, default-theme
Requires at least: 4.9.6
Tested up to: 4.9.6
Stable tag: 1.4.1
Requires at least: 4.9.8
Tested up to: 4.9.8
Stable tag: 1.5.0
License: GNU General Public License v3 or later
License URI: LICENSE
@ -42,6 +42,7 @@ TK.
**Minor Changes**
- Add a new menu item to allow logged-in users without books to create a new book: [#132](https://github.com/pressbooks/pressbooks-aldine/pull/132)
- Add simple honeypot to contact form ([#134](https://github.com/pressbooks/pressbooks-aldine/issues/134)): [#135](https://github.com/pressbooks/pressbooks-aldine/pull/135)
=== 1.4.1 ===

2
style.css

@ -2,7 +2,7 @@
Theme Name: Aldine
Theme URI: https://github.com/pressbooks/pressbooks-aldine/
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 worlds first publisher.
Version: 1.5.0-dev
Version: 1.5.0
Author: Pressbooks (Book Oven Inc.)
Author URI: https://pressbooks.org
Text Domain: pressbooks-aldine

Loading…
Cancel
Save