Skip to content

Commit

Permalink
Changed Docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Treur committed Oct 21, 2021
1 parent e32520a commit e977065
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion system/user/addons/seo_lite/addon.setup.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

return array(
'author' => '0to9 Creative Impact Agency',
'author' => '0to9 Digital',
'author_url' => 'https://0to9.nl',
'name' => 'SEO Lite (v2)',
'description' => 'The no-brainer approach to SEO for ExpressionEngine. This module is a fork of SEO Lite (https://github.com/bjornbjorn/SEO-Lite)',
Expand Down
Binary file modified system/user/addons/seo_lite/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions system/user/addons/seo_lite/mcp.seo_lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category Module
* @package ExpressionEngine
* @subpackage Addons
* @author 0to9 Creative Impact Agency - Robin Treur
* @author 0to9 Digital - Robin Treur
* @link https://0to9.nl
*/
class Seo_lite_mcp
Expand All @@ -20,7 +20,7 @@ function __construct( $switch = TRUE )
// uncomment this if you want navigation buttons at the top
ee()->cp->set_right_nav(array(
'settings' => $this->base,
'docs' => 'http://ee.bybjorn.com/seo_lite',
'docs' => 'https://github.com/0to9Digital/SEO-Lite-v2',
));


Expand Down
2 changes: 1 addition & 1 deletion system/user/addons/seo_lite/mod.seo_lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category Module
* @package ExpressionEngine
* @subpackage Addons
* @author 0to9 Creative Impact Agency - Robin Treur
* @author 0to9 Digital - Robin Treur
* @link https://0to9.nl
*/
class Seo_lite {
Expand Down
2 changes: 1 addition & 1 deletion system/user/addons/seo_lite/tab.seo_lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category Module
* @package ExpressionEngine
* @subpackage Addons
* @author 0to9 Creative Impact Agency - Robin Treur
* @author 0to9 Digital - Robin Treur
* @link https://0to9.nl
*/

Expand Down
2 changes: 1 addition & 1 deletion system/user/addons/seo_lite/upd.seo_lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category Module
* @package ExpressionEngine
* @subpackage Addons
* @author 0to9 Creative Impact Agency - Robin Treur
* @author 0to9 Digital - Robin Treur
* @link https://0to9.nl
*/

Expand Down
12 changes: 6 additions & 6 deletions system/user/addons/seo_lite_publisher/addon.setup.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php

if (!defined('SEOLITE_PUBLISHER_VERSION')) {
define('SEOLITE_PUBLISHER_VERSION', '2.0.0');
define('SEOLITE_PUBLISHER_VERSION', '2.0.1');
}

return [
'author' => 'Weedoo',
'author_url' => 'http://wedoaddons.com',
'author' => '0to9 Digital',
'author_url' => 'https://0to9.nl',
'docs_url' => '',
'name' => 'SEO Lite for Publisher',
'description' => 'SEO Lite + Publisher extension',
'name' => 'SEO Lite (v2) for Publisher',
'description' => 'SEO Lite (v2) + Publisher extension',
'version' => SEOLITE_PUBLISHER_VERSION,
'namespace' => 'Weedoo\SeoLite',
'namespace' => '0to9\SEO-Lite-2',
'settings_exist' => false,
];
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* @package ExpressionEngine
* @subpackage Addons
* @category Extension
* @author Bjørn Børresen
* @link http://wedoaddons.com
* @author 0to9 Digital - Robin Treur
* @link https://0to9.nl
*/

class Seo_lite_publisher_ext {
Expand Down

0 comments on commit e977065

Please sign in to comment.