<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,11 @@
 == CHANGELOG ==
 
+1.0.6.1 - 10/16/2008
+* bugfix for missing false option on settings page
+
+1.0.6 - 10/15/2008
+* bugfix for truncation of feed titles during CRON job
+
 1.0.5 - 7/13/2008
 * strip non-ascii characters from title output
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -67,7 +67,7 @@ def shorten_text(txt)
     text = &quot;#{txt} &quot;.slice(0,CHAR_COUNT)
     # need to break on the last space
     if text.include?(' ') and text.slice(text.size-1, 1) != ' '
-      text.slice!(0, text.size - (text.reverse.index(' ') + 1))
+      text = text.slice(0, text.size - (text.reverse.index(' ') + 1))
       text &lt;&lt; '...'
     end
     return text</diff>
      <filename>feedcache-cron.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ Plugin Name: FeedCache
 Plugin URI: http://www.craigjolicoeur.com/feedcache
 Description: Caches RSS Feeds for display on WP site sidebar.  This prevents multiple HTTP requests with each page load since the feeds can be read from the cache file.
 Author: Craig P Jolicoeur
-Version: 1.0.5
+Version: 1.0.6.1
 Author URI: http://www.craigjolicoeur.com/
 */
 
@@ -262,7 +262,8 @@ function feedcache_subpanel() {
 								&lt;label for&quot;feedcache[format_text]&quot;&gt;
 									&lt;select name=&quot;feedcache[format_text]&quot;&gt;
 								    &lt;option value='true' &lt;?php if ($options['format_text'] == 'true') { echo 'selected'; } ?&gt; &gt;True&lt;/option&gt;
-								    &lt;option value='false' &lt;?php if ($options['format_text'] == 'false') { echo 'selected'; } ?&gt;										&lt;/select&gt;
+								    &lt;option value='false' &lt;?php if ($options['format_text'] == 'false') { echo 'selected'; } ?&gt; &gt;False&lt;/option&gt;
+									&lt;/select&gt;
 								&lt;/label&gt;
 							&lt;/td&gt;
 						&lt;/tr&gt;</diff>
      <filename>feedcache.php</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ Donate link: http://www.craigjolicoeur.com/feedcache
 Tags: RSS, ATOM, feed, cache, Ruby, CRON
 Requires at least: 2.3
 Tested up to: 2.6.*
-Stable tag: 1.0.5
+Stable tag: 1.0.6.1
 
 Caches RSS Feeds for display on your WP sidebar. 
 </diff>
      <filename>readme.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2084a36d77c9ea90f09dd9fb5fc3c2b3af3b81d4</id>
    </parent>
  </parents>
  <author>
    <name>Craig P Jolicoeur</name>
    <email>cpjolicoeur@gmail.com</email>
  </author>
  <url>http://github.com/cpjolicoeur/feedcache/commit/26b48a0916248421ff67dedde120727cbb7e47f8</url>
  <id>26b48a0916248421ff67dedde120727cbb7e47f8</id>
  <committed-date>2008-10-18T18:34:23-07:00</committed-date>
  <authored-date>2008-10-18T18:34:23-07:00</authored-date>
  <message>changes from wordpress.org version</message>
  <tree>918083c836fd53354f82747ab73b6b04badead82</tree>
  <committer>
    <name>Craig P Jolicoeur</name>
    <email>cpjolicoeur@gmail.com</email>
  </committer>
</commit>
