-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
755296a
commit 08ba13f
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
/** | ||
* SEO v2.0.8 | ||
* SEO v2.0.9 | ||
* | ||
* This plugin adds an SEO Tab to every pages for managing SEO data. | ||
* | ||
* Licensed under the MIT license, see LICENSE. | ||
* | ||
* @package SEO | ||
* @version 2.0.8 | ||
* @version 2.0.9 | ||
* @link <https://github.com/paulmassen/grav-plugin-seo> | ||
* @author Paul Massendari <[email protected]> | ||
* @copyright 2017, Paul Massendari | ||
|
@@ -16,7 +16,6 @@ | |
|
||
namespace Grav\Plugin; | ||
|
||
use Grav\Plugin\Admin\Utils as AdminUtils; | ||
use Grav\Common\Plugin; | ||
use Grav\Common\Page\Page; | ||
use Grav\Common\Data\Blueprints; | ||
|