Skip to content

Commit 6f825df

Browse files
committed
Release v1.1.1
1 parent 45cc890 commit 6f825df

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.1.1] - 2018-07-08
5+
### Fixed
6+
- When capitalizing the `@type` first letter, other capital letter in the word were being converted to lowercase. This has been fixed.
7+
48
## [1.1.0] - 2018-07-07
59
### Added
610
- Support for JSON-LD schema:

meta-tags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Kirby Meta Tags Plugin
55
*
6-
* @version 1.1.0
6+
* @version 1.1.1
77
* @author Pedro Borges <[email protected]>
88
* @copyright Pedro Borges <[email protected]>
99
* @link https://github.com/pedroborges/kirby-meta-tags

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "meta-tags",
33
"author": "Pedro Borges <[email protected]>",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Kirby Meta Tags",
66
"type": "kirby-plugin",
77
"license": "MIT"

0 commit comments

Comments
 (0)