Skip to content

Commit

Permalink
Prepare version 1.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Nov 29, 2016
1 parent a10eafa commit 27825ad
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bootstrap3 for OJS 3.0
# Bootstrap3 for OJS 3+

A community-built theme for OJS 3.0 that implements Bootstrap 3 components.
A community-built theme for OJS 3+ that implements Bootstrap 3 components.

## Installation

Expand All @@ -11,6 +11,14 @@ A community-built theme for OJS 3.0 that implements Bootstrap 3 components.

You can now see the Bootstrap 3 theme on your website. Go back to the Settings > Website > Appearance page (or refresh the page if it is still open) to view options to switch to any of the bundled Bootstrap 3 themes.

## Version Compatibility

Some versions of the Bootstrap3 theme are only compatible with certain releases of OJS. This release list indicates which versions are compatible.

| **Bootstrap3** | **OJS** | **Date** |
| 1.0.1 | 3.0.1 | 2016-11-29 |
| 1.0.0 | 3.0.0 | 2016-09-01 |

## Project Aims

This project was born at the [2016 PKP Sprint](https://pkp.sfu.ca/2016/04/29/sprinting-in-montreal/) in Montreal. It aims to provide a common starting point for anyone who wants to build a custom theme for OJS 3.0.
Expand All @@ -35,3 +43,16 @@ Thanks to everyone who has contributed to this theme:
- Ramón Martins Sodoma da Fonseca (IBCIT, Brazil)
- Alexander Kiselev, @Avernial
- Nikos Kasioumis, @kasioumis

## Changelog

**1.0.1** (2016-11-29)
* Fix: add missing Contact link to primary nav menu (h/t @Avernial)
* Fix: style the PDF view header and view pane
* Fix: forgotten password form (h/t @Avernial)
* Fix: remove deprecated privacy statement from submissions page
* Update: use localised cover images introduced in OJS 3.0.1
* Update: use new sidebar key introduced in OJS 3.0.1

**1.0.0** (2016-09-01)
* Initial release
4 changes: 2 additions & 2 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<version>
<application>bootstrap3</application>
<type>plugins.themes</type>
<release>1.0.0.0</release>
<date>2016-09-01</date>
<release>1.0.1.0</release>
<date>2016-11-29</date>
<lazy-load>0</lazy-load>
<class>BootstrapThreeThemePlugin</class>
</version>

0 comments on commit 27825ad

Please sign in to comment.