Skip to content

Commit

Permalink
Noir 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Dec 20, 2020
1 parent b7971d9 commit 846503a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="1.5.0"></a>
# [1.5.0](https://github.com/flextype-themes/noir) (2020-12-20)

### Features

* **core** update code base for new Flextype 0.9.13

<a name="1.4.1"></a>
# [1.4.1](https://github.com/flextype-themes/noir) (2020-12-07)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![preview](preview.png)

<p align="center">
<a href="https://github.com/flextype-themes/noir/releases"><img alt="Version" src="https://img.shields.io/github/release/flextype-themes/noir.svg?label=version&color=black"></a> <a href="https://github.com/flextype-themes/noir"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=black" alt="License"></a> <a href="https://github.com/flextype-themes/noir"><img src="https://img.shields.io/github/downloads/flextype-themes/noir/total.svg?color=black" alt="Total downloads"></a> <a href="https://github.com/flextype-themes/noir"><img src="https://img.shields.io/badge/Flextype-0.9.12-green.svg?color=black" alt="Flextype"></a> <a href=""><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&color=black&label=Discord%20Chat" alt="Discord"></a>
<a href="https://github.com/flextype-themes/noir/releases"><img alt="Version" src="https://img.shields.io/github/release/flextype-themes/noir.svg?label=version&color=black"></a> <a href="https://github.com/flextype-themes/noir"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=black" alt="License"></a> <a href="https://github.com/flextype-themes/noir"><img src="https://img.shields.io/github/downloads/flextype-themes/noir/total.svg?color=black" alt="Total downloads"></a> <a href="https://github.com/flextype-themes/noir"><img src="https://img.shields.io/badge/Flextype-0.9.13-green.svg?color=black" alt="Flextype"></a> <a href=""><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&color=black&label=Discord%20Chat" alt="Discord"></a>
</p>

## Features
Expand All @@ -19,7 +19,7 @@ The following dependencies need to be downloaded and installed for Noir Theme.

| Item | Version | Download |
|---|---|---|
| [flextype](https://github.com/flextype/flextype) | 0.9.12 | [download](https://github.com/flextype/flextype/releases) |
| [flextype](https://github.com/flextype/flextype) | 0.9.13 | [download](https://github.com/flextype/flextype/releases) |

### Plugins
| Item | Version | Download |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Noir",
"version": "1.4.0",
"version": "1.5.0",
"description": "Noir theme for Flextype.",
"homepage": "http://flextype.org",
"author": "Sergey Romanenko",
Expand Down
10 changes: 5 additions & 5 deletions templates/default.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends 'themes/' ~ registry.get('plugins.site.settings.theme') ~ '/templates/partials/base.html' %}

{% block content %}
{{ entry.content|shortcode|raw }}
{% endblock %}
{% extends 'themes/' ~ registry.get('plugins.site.settings.theme') ~ '/templates/partials/base.html' %}

{% block content %}
{{ entry.content|shortcode|raw }}
{% endblock %}
2 changes: 1 addition & 1 deletion templates/partials/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
<div class="w-full float-right lg:w-9/12 font-noirpro-semibold">
<div class="text-right p-2">
{% for item in entries.fetchCollection('').sortBy('menu_item_order', 'ASC').all() %}
{% for item in entries.fetch('', {'collection': true}).sortBy('menu_item_order', 'ASC').all() %}
{% if item.menu_item_title %}
<a
href="{{ url() }}/{{ item.menu_item_url }}"
Expand Down
4 changes: 2 additions & 2 deletions theme.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Noir
version: 1.4.1
version: 1.5.0
description: Noir theme for Flextype.
author:
name: Sergey Romanenko
Expand All @@ -10,6 +10,6 @@ bugs: https://github.com/flextype-themes/noir/issues
license: MIT

dependencies:
flextype: 0.9.12
flextype: 0.9.13
site: '>=1.0.0'
twig: '>=1.0.0'

0 comments on commit 846503a

Please sign in to comment.