Here are some of the key features in the theme:
We’re excited to be able to release this theme for free at WordPress.org. Since it is free, it’s provided without support.
updatedVersioning update. Tested for compatibility.
updatedheader.php -- removed spot for old titles
updated functions.php -- declared support for title-tag -- added title fallback for users of older versions of WP
updatedcomment-functions.php -- updated function name to match callback (translation changes led to mismatched names)
updatedincludes/fonts.php -- altered http enqueueing of fonts to allow for https operation.
updatedheader.php -- removed unnecessary option for header/text logo. Uploading logo replaces text logo now
updatedlayouts/pagination.php -- swapped previous/next arrows for more natural arrangement
updatedincludes/custom-css.php -- fixed some CSS specificity in the navigation menu colors -- removed unnecessary output of font weight (makes headings have font-weight of 700 which was already in the style.css file)
updatedincludes/options.php -- changed footer custom text option to editor type from text
updatedfunctions.php -- removed redirect to theme options on theme activation (no longer necessary due to logo change). -- changed textdomain from organizedthemes to simple -- updated version number
updatedstyle.css -- changed width of searchbox so it will use calc if supported -- added styles for media playlists -- made navigation menu items a heavier font weight for better visibility -- improved styles for search results
updatedlanguages/simple.pot -- update file to match new textdomain and string updates
updatedChanged textdomain throughout from organizedthemes to simple in order to match the folder name
newsearch.php -- added template for search results
newincludes/fonts.php -- added 54 additional Google fonts
newincludes/widgets.php -- added line break before and after widget to make reading source code easier on front of site
newfirst public release