<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -32,9 +32,10 @@ Keeping Chyrp up to date is important to make sure that your blog is as safe and
 
 1. Download the latest version of Chyrp from [http://chyrp.net/](http://chyrp.net/).
 2. Copy `/includes/config.yaml.php` and `/includes/database.yaml.php` to somewhere safe.
-3. Overwrite your current Chyrp installation files with the new ones.
-4. Put both .yaml.php files back in the /includes/ directory.
-5. Upgrade by navigating to [upgrade.php](), and restore any backups.
+3. Disable any Modules/Feathers that you downloaded for the release you're upgrading from.
+4. Overwrite your current Chyrp installation files with the new ones.
+5. Put both .yaml.php files back in the /includes/ directory.
+6. Upgrade by navigating to [upgrade.php](), and restore any backups.
 
 Extensions
 ==========</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@
 						{% elseif field.type == &quot;select&quot; %}
 						&lt;select name=&quot;$field.attr&quot; id=&quot;$field.attr&quot;{% if field.classes %} class=&quot;${ field.classes | join(&quot; &quot;) }&quot;{% endif %}&gt;
 							{% for value, name in field.options | items %}
-							&lt;option value=&quot;${ value | escape }&quot;{% if not field.no_value %}${ value | option_selected(field.value | fallback(post[field.attr] | escape)) }{% endif %}&gt;${ name | escape }&lt;/option&gt;
+							&lt;option value=&quot;${ value | escape }&quot;{% if not field.no_value %}${ value | option_selected(post[field.attr]) }{% endif %}&gt;${ name | escape }&lt;/option&gt;
 							{% endfor %}
 						&lt;/select&gt;
 						{% endif %}</diff>
      <filename>admin/layout/partials/post_fields.twig</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f768167af3b54760f7482d77b445d16f8d8b9fb1</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/33b5f90a3f1518d6e81de8f9eb22219846a88d9e</url>
  <id>33b5f90a3f1518d6e81de8f9eb22219846a88d9e</id>
  <committed-date>2008-07-23T23:02:54-07:00</committed-date>
  <authored-date>2008-07-23T23:02:54-07:00</authored-date>
  <message>Fixed no option being selected when editing a post with selects.</message>
  <tree>61abe9e32d52e485b921e1de0af023dabaac7f89</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
