Skip to content

Commit

Permalink
Updated all modules/feathers to solid 1.0 (new in 2.0) or 2.0 (update…
Browse files Browse the repository at this point in the history
…d for 2.0) versions. No real point in making them out of sync with the 2.0 final release when it comes, if it's all beta.
  • Loading branch information
Alex Suraci committed Jul 15, 2008
1 parent c3a569e commit ef3013c
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion feathers/chat/info.yaml
@@ -1,6 +1,6 @@
name: Chat
url: http://chyrp.net/
version: 2.0.1
version: 2.0
description: Post logs of IRC or other chat formats.
author:
name: Alex Suraci
Expand Down
2 changes: 1 addition & 1 deletion feathers/link/info.yaml
@@ -1,6 +1,6 @@
name: Link
url: http://chyrp.net/
version: 2.0.1
version: 2.0
description: Link to other sites, name it, and add an optional description.
author:
name: Alex Suraci
Expand Down
2 changes: 1 addition & 1 deletion feathers/photo/info.yaml
@@ -1,6 +1,6 @@
name: Photo
url: http://chyrp.net/
version: 2.0.1
version: 2.0
description: A photo feather, allowing you to upload any type of picture, with a caption.
author:
name: Alex Suraci
Expand Down
2 changes: 1 addition & 1 deletion feathers/quote/info.yaml
@@ -1,6 +1,6 @@
name: Quote
url: http://chyrp.net/
version: 2.0.1
version: 2.0
description: Post quotes and cite sources.
author:
name: Alex Suraci
Expand Down
2 changes: 1 addition & 1 deletion modules/cacher/info.yaml
@@ -1,6 +1,6 @@
name: Cacher
url: http://chyrp.net/
version: 1.0.1
version: 1.0
description: Caches pages, drastically reducing server load.
author:
name: Alex Suraci
Expand Down
2 changes: 1 addition & 1 deletion modules/comments/info.yaml
@@ -1,6 +1,6 @@
name: Comment System
url: http://chyrp.net/
version: 2.0.1
version: 2.0
description: Adds commenting functionality to posts, including Defensio spam protection, auto-reloading, pagination, etc. etc.
author:
name: Alex Suraci
Expand Down
2 changes: 1 addition & 1 deletion modules/paging/info.yaml
@@ -1,6 +1,6 @@
name: Paging
url: http://chyrp.net/
version: 2.0.1
version: 1.0
description: Split entries into multiple pages at <code><!--page--></code> tags. Use $post.paginated.prev_link and $post.paginated.next_link in your theme.
author:
name: Alex Suraci
Expand Down
2 changes: 1 addition & 1 deletion modules/read_more/info.yaml
@@ -1,6 +1,6 @@
name: Read More
url: http://chyrp.net/
version: 2.0.1
version: 1.0
description: Split entries at <code><!--more--></code>. Split your posts using the "read_more" twig filter. Pass a string as an argument to use it as the link text.
author:
name: Alex Suraci
Expand Down
3 changes: 2 additions & 1 deletion modules/swfupload/info.yaml
@@ -1,6 +1,7 @@
name: SWFUpload
url: http://chyrp.net/
version: 1.0
description: This is a helper module, and does nothing on its own. It is only here to provide functionality to other modules.
author:
name: Alex Suraci
url: http://ecks.tc/
version: 1.0
2 changes: 1 addition & 1 deletion modules/tags/info.yaml
@@ -1,6 +1,6 @@
name: Tagginator
url: http://chyrp.net/
version: 2.0.2
version: 2.0
description: Adds tagging functionality to posts, allowing organization, grouping, and adding keywords to posts.
author:
name: Alex Suraci
Expand Down

0 comments on commit ef3013c

Please sign in to comment.