Skip to content

Commit

Permalink
Switched to version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 17, 2020
1 parent cb5b9c6 commit 74378fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ This will generate the following Json-ld between script tags
In order to use the plugin with a custom template, there is two requirements, you must:
- Include in your base template the metadata template that comes shipped with antimatter, such as: `{% include 'partials/metadata.html.twig' %}`
- For Microdatas, you must use Grav's asset manager. If your template has a line with `{{ assets.js() }}`, it will works.

- The SEO tab extends the default blueprint, if it does not appear, make sure your blueprint extends the default blueprint with `extends@: default`
#### Feedback needed

As this plugin is in its early stage, please do not hesitate to leave a feedback, to suggest modification or features.
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: "SEO"
version: "2.3.5"
version: "3.0.0"
description: "Manage your site’s meta tags for display in search engine results or social media networks. Includes an easy-to-use live preview feature."
icon: "google"
testing: true
Expand Down
4 changes: 2 additions & 2 deletions seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
* Licensed under the MIT license, see LICENSE.
*
* @package SEO
* @version 2.3.5
* @version 3.0
* @link <https://github.com/paulmassen/grav-plugin-seo>
* @author Paul Massendari <[email protected]>
* @copyright 2018, Paul Massendari
* @copyright 2020, Paul Massendari
* @license <http://opensource.org/licenses/MIT> MIT
*/

Expand Down

0 comments on commit 74378fa

Please sign in to comment.