Skip to content

Commit

Permalink
Bugfix to retain existing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-j-m committed Feb 9, 2020
1 parent 2df584f commit 2264663
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.0.2
## 09-02-2020

1. [](#bugfix)
* Now appends to existing metadata rather than replacing

# v1.0.1
## 06-09-2019

Expand Down
1 change: 1 addition & 0 deletions aura.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ private function init($page)
}
$this->webpage->datePublished = date("c", $page->date());
$this->webpage->dateModified = date("c", $page->modified());
$this->webpage->metadata = $page->metadata();

// Webpage Image
$filename = false;
Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Aura
version: 1.0.1
version: 1.0.2
description: Automatically add meta tags and structured data to your pages for visually appealing and informative search results and social media sharing.
icon: code
author:
Expand Down

0 comments on commit 2264663

Please sign in to comment.