Skip to content

Commit

Permalink
updating README, upping version nr.
Browse files Browse the repository at this point in the history
  • Loading branch information
jomz committed May 10, 2008
1 parent b7aee3c commit e925cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Tags extension

Created by: Benny Degezelle - gorilla-webdesign.be
Version: 0.1.1
Version: 0.1.2
Contact: benny AT gorilla-webdesign DOT be

This extension enhances the page model with tagging capabilities, tagging as in "2.0" and tagclouds.
Expand All @@ -10,9 +10,7 @@ This extension enhances the page model with tagging capabilities, tagging as in
== Requirements

This extension depends on the shards extension and the has_many_polymorphs plugin
Shards should be installed and loaded first; you can change the load order of extensions in config/environment.rb
The has_many_polymorphs plugin goes into your vendor/plugins folder.
Get it from svn://rubyforge.org/var/svn/fauna/has_many_polymorphs/trunk
Shards should be installed and loaded first; you can change the load order of extensions in config/environment.rb (see http://wiki.radiantcms.org/Using_the_Shards_Extension).


== Installation
Expand Down
2 changes: 1 addition & 1 deletion tags_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require File.dirname(__FILE__)+'/lib/tagging_methods'

class TagsExtension < Radiant::Extension
version "1.1"
version "1.2"
description "This extension enhances the page model with tagging capabilities, tagging as in \"2.0\" and tagclouds."
url "http://gorilla-webdesign.be"

Expand Down

0 comments on commit e925cf4

Please sign in to comment.