Skip to content

Commit

Permalink
URL in comments fixed; version++
Browse files Browse the repository at this point in the history
  • Loading branch information
low committed Oct 21, 2013
1 parent 0d38d87 commit 2958c0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions low_title/pi.low_title.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

$plugin_info = array(
'pi_name' => 'Low Title',
'pi_version' => '2.1.1',
'pi_version' => '2.1.2',
'pi_author' => 'Lodewijk Schutte ~ Low',
'pi_author_url' => 'http://gotolow.com/software/low-title',
'pi_author_url' => 'http://gotolow.com/addons/low-title',
'pi_description' => 'Plugin to quickly retrieve a title from an entry, category, channel or site',
'pi_usage' => 'See http://gotolow.com/software/low-title for more info'
'pi_usage' => 'See http://gotolow.com/addons/low-title for more info'
);

/**
Expand All @@ -27,7 +27,7 @@ function ee()
*
* @package low_title
* @author Lodewijk Schutte ~ Low <[email protected]>
* @link http://gotolow.com/software/low-title
* @link http://gotolow.com/addons/low-title
* @license http://creativecommons.org/licenses/by-sa/3.0/
*/
class Low_title {
Expand Down

0 comments on commit 2958c0f

Please sign in to comment.