Skip to content

Commit

Permalink
Added CHANGES.txt; updated version and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradchoate committed Jun 5, 2008
1 parent 80cd1c5 commit 1aad915
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.txt
@@ -0,0 +1,12 @@
# Version 1.02 - June 4, 2008

* Fix for MT 4.2

# Version 1.01 - September 10, 2008

* Support for Opera Mini.

# Version 1.0 - September 10, 2008

* Initial release.

17 changes: 17 additions & 0 deletions MANIFEST.SKIP
@@ -0,0 +1,17 @@
# version control
.gitignore
\bCVS
(^|/)\.
~$

# CPAN chain files
^MANIFEST
^Makefile
^META.yml$
^blib/
^pm_to_blib$

# packages
\.zip$
\.tar\.gz$

8 changes: 8 additions & 0 deletions Makefile.PL
@@ -0,0 +1,8 @@
use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'iMT',
VERSION => '1.02',
DISTNAME => 'iMT',
);

2 changes: 1 addition & 1 deletion README.txt
@@ -1,5 +1,5 @@
iMT, a Plugin for Movable Type
Version 1.0
Version 1.02

This plugin will provide a more natural user interface for Apple's iPhone
and iPod touch products.
Expand Down
2 changes: 1 addition & 1 deletion plugins/iMT/iMT.pl
Expand Up @@ -10,7 +10,7 @@ package MT::Plugin::iMT;
use base qw( MT::Plugin );

my $enabled = 0;
our $VERSION = '1.01';
our $VERSION = '1.02';
my $plugin = __PACKAGE__->new({
name => "iPhone / iPod touch UI Support",
author_name => "<a href='http://www.iwalt.com/'>Walt Dickinson</a>, <a href='http://bradchoate.com/'>Brad Choate</a>",
Expand Down

0 comments on commit 1aad915

Please sign in to comment.