Counterpoint Changelog
======================

Author:     Evan Henley
Author URI: http://henleyedition.com

July 6, 2014 (v1.8)
============

  * Typography changed. (license info updated in readme.txt)
  * Added Helper Classes (see henleythemes.com)
  * Revamped footer with better widget handling
  * New screenshot to match.

May 25, 2014
============

  * Added Featured Post and Recent Posts headers to main blog page
  * Added footer menu
  * Less repaint-heavy sidebar handling
  * Moved categories to .post-info inside of thumbnail
  * Footer now limited to a single widget
  
  scripts.js
  ----------
    * Modified sidebar function
    * Added function to resize .post-info to prevent overflow
    
  functions.php
  -------------
    * Added footer menu
    * Widgets now added via the function counterpoint_create_widget()


May 20, 2014
============
  
  * Reshuffled headings (h1-h6) to be more SEO friendly
  * Removed sidebar widget (not versatile enough)
  * Overall better widget behavior (especially in footer)
  * New screenshot

  stylesheets
  -----------
    * Revamped post-headers, next/previous post navigation, and front-page styles
    * Bug fixes (e.g. using both .page AND .post so search results which include pages don't break everything)
    * Improved footer-widget styling

  functions.php
  -------------
    * Revised archive_loops to fix flaws (theme mods need to check this hack!)
    * Replaced wp_reset_query() with wp_reset_postdata()
    * Rewrote counterpoint_adjacent_posts() with new markup for the styles
    
  single.php, page.php, archive-page.php
  --------------------------------------
    * Changed post-header markup
    
  scripts.js
  ----------
    * Improved sidebar behavior
      * No longer overlaps footer
      * Positioned on scroll with javascript
      * No javascript, no problem, it's just positioned absolutely
    

May 14, 2014
============

  * Completely refactored stylesheets
  * Added a simple footer with widget area
  * Slightly improved readme.txt
  
  functions.php
  -------------
    * Customized loop to show only most recent sticky post
    * Abstracted loop layout from loop itself
    * Added footer widget
    * Removed extra div around widgets


May 10, 2014
============

  * More comprehensive readme.txt
  * Removed favicon and header.php call
  * Removed backup jquery in javascript folder
  * Removed no-featured-image.jpg in favor of css solution
  * Image in screenshot replaced with public domain photo
  
  readme.txt
  ----------
    * Combined readme-images.txt into readme.txt
    * Copied all inline code and image credits
  
  functions.php
  -------------
    * Moved content_width declaration to counterpoint_setup()
    * Renamed post_thumb_style() to counterpoint_thumbnail_style()
    * Fixed missed textdomain in counterpoint_title()
    
  style.scss (and @imports)
  ----------
    * Container_width reduced from 1280 to 1080
    * Reshuffled the media query effects (sidebar retracts at 900px)
    * No-featured-image class instead of placeholder image
    * Simpler header style
  
  scripts.js
  ----------
    * improved Sidebar Behavior function to be more sustainable
      (dynamically retrieves height of #wpadminbar)
      
  404.jpg
  -------
    * replaced with public domain material


May 6, 2014
===========

  * Fixed the issue with the size of the blog title by moving it from the sidebar to a glorious new header. This gives the theme much more breathing room.
  * Redesigned menu and front-page
  * Licensing: Added proper licensing information for all the intellectual property I used while making Counterpoint. Script licensing can be found in line. Image licensing is in the readme-images.txt file in /counterpoint/images.
  * Removed favicons
  
  functions.php
  -------------
    * Removed favicon function
    * Added proper counterpoint_setup() function
    * Prefixed all relevant functions with "counterpoint_"
    * Added translation-ready function
    * Replaced google jQuery with native WP version
    * Removed excessive wp_head changes
    * Removed add_filter( 'the_password_form', 'my_password_form' ); and associated function
  
  header.php
  ----------
    * Removed extra wp_enqueue_script('comment-reply')
    * Added new widget space at Header-Right
  
  scripts.js
  -----------
    * Sidebar now plays nicely with WP Admin Bar