{{ 'Enabled'|t }} |
{{ 'Section'|t }} |
{{ 'URL Format'|t }} |
- {{ 'Include if...'|t }} |
+ {{ 'Include if...'|t }} |
{{ 'Entries'|t }} |
{{ 'Change Frequency'|t }} |
{{ 'Priority'|t }} |
@@ -68,7 +68,7 @@ Section Settings
{{ section.urlFormat }}
{%- endif -%}
-
+ |
{{- forms.selectField({
name: "includeiffield[#{section.id}]",
options: includeIfFieldOptions,
From 53053df74b2e9008856e2c2f0e4cb97fcfe475b2 Mon Sep 17 00:00:00 2001
From: Benjamin Groessing
Date: Wed, 18 Apr 2018 10:15:37 +0200
Subject: [PATCH 3/3] Bump version
---
CHANGELOG | 5 +++++
SitemapPlugin.php | 2 +-
changelog.json | 8 ++++++++
3 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
index f3086a1..e036057 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and starting with version 1.0.0 this project adheres to
[Semantic Versioning](http://semver.org/).
+## [1.2.3] - 2018-04-18
+
+### Fixed
+- Limit width of include-if column in settings
+
## [1.2.2] - 2018-02-18
### Fixed
diff --git a/SitemapPlugin.php b/SitemapPlugin.php
index d05f404..6fa6b74 100644
--- a/SitemapPlugin.php
+++ b/SitemapPlugin.php
@@ -27,7 +27,7 @@ public function getName()
*/
public function getVersion()
{
- return '1.2.2';
+ return '1.2.3';
}
/**
diff --git a/changelog.json b/changelog.json
index d7deaf8..845b492 100644
--- a/changelog.json
+++ b/changelog.json
@@ -1,4 +1,12 @@
[
+ {
+ "version": "1.2.3",
+ "downloadUrl": "https://github.com/groe/craft-sitemap/archive/v1.2.3.zip",
+ "date": "2018-04-18T10:15:00+02:00",
+ "notes": [
+ "[Fixed] Limit width of include-if column in settings"
+ ]
+ },
{
"version": "1.2.2",
"downloadUrl": "https://github.com/groe/craft-sitemap/archive/v1.2.2.zip",
|