<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,8 @@
 = ConditionalTags
 
-The Conditional Tags extension adds &lt;r:if&gt; and &lt;r:unless&gt; tags giving Radiant
-powerful, generalized condition handling and branching.  There are three main
-benefits:
+The Conditional Tags extension adds &lt;r:if&gt;, &lt;r:unless&gt;, and &lt;r:puts&gt; tags giving
+Radiant powerful, generalized condition handling and branching.  There are three
+main benefits:
 
   1. Adds power.  Take Radiant's &lt;r:if_content&gt; tag.  It tests for the existence
      of page parts.  But, with the conditional tags extension, you can test if:
@@ -10,7 +10,7 @@ benefits:
          content['body'] exists?  (just like &lt;r:if_content&gt;)
          content['body'] blank?
          content['body'] matches /radiant is cool/
-         content includes-any ['body', 'other part']
+         parts includes-any ['body', 'other part']
 
      Or take the &lt;r:if_url&gt; tag.  It can match a url but how do you do matching
      on breadcrumbs?  You can't.  But with conditional tags it's as easy as:</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 class ConditionalTagsExtension &lt; Radiant::Extension
-  version &quot;0.3.5&quot;
+  version &quot;0.4&quot;
   description &quot;Adds &lt;r:if&gt; and &lt;r:unless&gt; (and &lt;r:puts&gt;) tags to Pages, Snippets, and Layouts&quot;
   url &quot;&quot;
 </diff>
      <filename>conditional_tags_extension.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b06e67e5d8a38ad85c050243d8017629cce4907</id>
    </parent>
  </parents>
  <author>
    <name>Chris Parrish</name>
    <email>chris.parrish-gitmail@swankinnovations.com</email>
  </author>
  <url>http://github.com/SwankInnovations/radiant-conditional-tags-extension/commit/f9ad24fb61e4f87b75762eb10ed416f9b62b0851</url>
  <id>f9ad24fb61e4f87b75762eb10ed416f9b62b0851</id>
  <committed-date>2008-11-11T09:50:56-08:00</committed-date>
  <authored-date>2008-11-11T09:50:56-08:00</authored-date>
  <message>Ready for v0.4</message>
  <tree>f0aebadb9549f6d4a823d3a3c774a16c5418c7c4</tree>
  <committer>
    <name>Chris Parrish</name>
    <email>chris.parrish-gitmail@swankinnovations.com</email>
  </committer>
</commit>
