Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
fix typo and release .10
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jan 16, 2017
1 parent 12cb647 commit 141f4ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Download

Download 1.0.9 https://github.com/brianteeman/haraka/releases/tag/1.0.9
Download 1.0.10 https://github.com/brianteeman/haraka/releases/tag/1.0.10

### Description
While you are developing your web site this plugin will hide the site behind a Coming Soon Page. You can customise the text and select from a combination of over 100 styles. An optional countdown clock and social media links can be displayed. Additionally you can give a secret word, or whitelist one or more IP addresses, to allow access to the site while it is under development.
Expand Down
2 changes: 1 addition & 1 deletion haraka.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<copyright>(c) 2016 Brian Teeman All rights reserved.</copyright>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://brian.teeman.net</authorUrl>
<version>1.0.9</version>
<version>1.0.10</version>
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<description>PLG_SYSTEM_HARAKA_MANIFEST_DESCRIPTION</description>
<updateservers>
Expand Down
4 changes: 2 additions & 2 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<type>plugin</type>
<folder>system</folder>
<client>site</client>
<version>1.0.9</version>
<version>1.0.10</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/brianteeman/haraka/archive/1.0.9.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/brianteeman/haraka/archive/1.0.10.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down
2 changes: 1 addition & 1 deletion tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<body>
<div class="header">
<h1 id="logo"><?php echo $title; ?><span><?php echo $caption; ?></span></h1>
</div>s
</div>
<div class="content">
<?php echo $text; ?>
</div>
Expand Down

0 comments on commit 141f4ae

Please sign in to comment.