src/web/app/themes/atahualpa/_changelog.txt
changeset 0 505fe5249d9c
equal deleted inserted replaced
-1:000000000000 0:505fe5249d9c
       
     1 Changelog 3.7.24:
       
     2 - Fixed a wrong META title when Front Page is a static page
       
     3 - Fixed the cause of messages 'Notice: register_sidebar was called incorrectly' showing
       
     4 - Fixed lack of a space in the <body..> when using 'HTML Inserts: Body Tag'
       
     5 - Fix issue in CSS where there are two ';' when there should be one
       
     6 
       
     7 Changelog 3.7.23:
       
     8 - Fixed an error which caused feeds to stop working
       
     9 - Fixed an error which caused META data not to work using Atahualpa's SEO
       
    10 - Fixed a condition that could cause 'Undefined index: bfa_ata_noncename' warning messages to be displayed 
       
    11 - New screenshot size 
       
    12 
       
    13 Changelog 3.7.19:
       
    14 - Fixed issue with the code added in 3.7.17 to show category names on <body> - it now work when the blog page is the front page.
       
    15 - added code to fix formatting errors when using BBPress
       
    16 - added code to handle captions used in galleries
       
    17 - bfa_meta_tags.php: Using wp_title filter 
       
    18 
       
    19 Changelog 3.7.18:
       
    20 - Fixed issue with the code added in 3.7.16 for rotating/fading header images
       
    21 - added code to eliminate some php warnings when using dynamic (new) widget areas 
       
    22 - added code to allow the 'width' for new widget area to use 'px' or '%'
       
    23 - changed all references of 'new widget area' to 'dynamic widget area'
       
    24 - atahualpa.pot was empty
       
    25 
       
    26 Changelog 3.7.17:
       
    27 - Fixed 'Theme is redirected when activated.' 
       
    28 
       
    29 Changelog 3.7.16:
       
    30 
       
    31 - New Feature: using the '%category-linked%' option will now add a class of the category to the link
       
    32 - New Feature: using the '%categories-linked%' option will now add a class for each category to the link
       
    33 - New feature: on single post pages, the <body....> will now include the category classes of the post
       
    34 - New Feature/Bug Fix: when using rotating header images and fade in/out the Blog Title and tag will now remain visible - this also forces the images to be aligned 'top center'
       
    35 - fixed missing index's in all the default styles (atahualpa/styles)
       
    36 - Fixed an error where a child menu item was showing the hover color and not the parents color
       
    37 - Fixed some minor documentation errors in the theme options
       
    38 
       
    39 
       
    40 Changelog 3.7.15:
       
    41 
       
    42 - made default favicon_url value blank ("") as per new WP.org theme requirements
       
    43 - Replaced old tag 'fixed-width' with 'fixed-layout' 
       
    44 - Replaced old tag 'flexible-width' with 'fluid-layout'
       
    45 - replaced file '_3.7.14.changelog' with 'changelog.txt'
       
    46 - unclosed <div class="widget widget_text">... in header.php causing W3C error if default widgets were displayed (if no custom widgets in sidebar). 
       
    47 
       
    48 Changelog 3.7.14:
       
    49 
       
    50 - removed some debugging code causing a 'ladybug' favicon to show when in the backend
       
    51 - added 'more' processing to 'multi column/custom query' template
       
    52 
       
    53 Changelog 3.7.13:
       
    54 
       
    55 - added new 'Full width Header' option
       
    56 - added new 'Full width footer' option
       
    57 
       
    58 Changelog 3.7.12:
       
    59 
       
    60 - added new 'Center Top area widget' option code
       
    61 - added new 'Center Bottom area widget' option code
       
    62 - added option to specify folder to use for the logo, favicon and header images
       
    63 - fixed issue in 'multi column/custom query' template when using '0' 
       
    64 - bfa_rotating_header_images.php, line 5: $files = '' -> $files = array();
       
    65 - bfa_rotating_header_images.php, line 12: if($bfa_ata['images_root'] == "atahualpa") -> if($bfa_ata['images_root'] != "wp-content") 
       
    66 - bfa_custom_comments, line 10 (Undefined Notice): if ( $post = get_post($post_id) ) -> removed
       
    67 - bfa_custom_comments, line 4: global $bfa_ata -> global $bfa_ata, $post
       
    68 
       
    69 Changelog 3.7.11:
       
    70 
       
    71 - fix export issue when WordPress Address and Site Address are different
       
    72 - fix small extension of %bar1 and %bar2 
       
    73 - removed depreciated code checking for multisites
       
    74 - added an option to change the default directory header images are stored in. 
       
    75   You can now have separate header image folders for multisites.
       
    76 
       
    77 Changelog 3.7.10:
       
    78 
       
    79 - changed access to globals $templateURI and $homeURL to support https 
       
    80 - changed documentation about using 'New widget areas' in the center column
       
    81 - get_template_directory_uri() instead of get_bloginfo in /functions/bfa_get_options.php
       
    82 
       
    83 
       
    84 Changelog 3.7.9:
       
    85 
       
    86 - Only excerpts shown contrary to corresponding setting. http://forum.bytesforall.com/showthread.php?t=18241
       
    87 - Updated atahualpa.pot file
       
    88 - Edited style.css description
       
    89 - Removed references and instructions to/for ancient WP & Atahualpa versions in readme.txt
       
    90 - Added function to redirect to theme options after activation, in functions.php
       
    91 - removed log.txt file
       
    92 
       
    93 
       
    94 Changelog 3.7.8:
       
    95 - Double titles when using Yoast WP SEO: http://forum.bytesforall.com/showthread.php?t=18174
       
    96 - Issue with internal SEO options: http://forum.bytesforall.com/showthread.php?t=18160
       
    97 - Issue with print style at certain sidebar config: http://forum.bytesforall.com/showthread.php?t=18125
       
    98 - sticky.gif for sticky posts not found due to space in (default) image URL, caused by line break in /functions/bfa_theme_options.php line 2240/2241
       
    99 - added new feature auto resizing of videos (embed and iframe elements), in /js.php
       
   100 
       
   101 
       
   102 Changelog 3.7.7:
       
   103 
       
   104 Based on http://themes.trac.wordpress.org/ticket/7485#comment:2
       
   105 - removed 'function_exists' for get_avatar, dynamic_sidebar, 
       
   106   is_front_page, is_tag, wp_list_comments, wp_nav_menu, register_sidebar_widget
       
   107 - removed files /legacy.coments.php, /functions/bfa_body_class.php, /functions/bfa_bodyclasses.php
       
   108 - namespaced many functions with 'bfa_', mainly in functions.php
       
   109 
       
   110 Changelog 3.7.6:
       
   111 
       
   112 - renamed is_pagetemplate_active() to bfa_is_pagetemplate_active() - http://themes.trac.wordpress.org/ticket/7404
       
   113 - update the POT file
       
   114 - fixed and error where an index was missing effecting excerpts
       
   115 - fixed an error where php was put into the 'POST Container: STICKY' styling
       
   116 - changed the default option to include no CSS Inserts
       
   117 - added a documentation example of putting H1 - H6 in the CSS Inserts
       
   118 - fixed an error where a <!-nextpage--> was being ignored
       
   119 
       
   120 Changelog 3.7.5:
       
   121 
       
   122 - Fixed line endings in _3.7.4.changelog.txt (this file)
       
   123 
       
   124 Changelog 3.7.4:
       
   125 
       
   126 - update the POT file
       
   127 - Fix missing translation for some words
       
   128 - Fixed odd character appears in the documentation for 'Add new Widget Areas'
       
   129 - Fixed date-modified in post/page info items returns the date published
       
   130 - update the 'CrossSlide jQuery ' to version 0.6.2
       
   131 - Enhancement - only load 'comment-reply.js' on pages where it is needed
       
   132 - Remove '<p>...</p>' surrounding footer to prevent validation errors
       
   133 - Make the 'Page' footer work for the archive page
       
   134 - Replaced functions 'eregi()' and 'ereg()' which are deprecated in php 5.3
       
   135 - added a new function  to allow testing for a pagetemplate 
       
   136 - added a multi-column custom query' page template
       
   137 - enqueue scripts with add_action
       
   138 
       
   139 Changelog 3.7.3:
       
   140 
       
   141 - Replaced (.*) with less greedy (.*?) pattern for 'custom widgets areas' preg_replace across multiple lines, too: /functions.php, line 1013
       
   142 - Replaced preg_match_all with preg_replace_callback for 'date postinfo' so that multiple items can be used, /functions/bfa_postinfo.php, line 191-199
       
   143 - New function bfa_parse_date_callback, /functions/bfa_postinfo.php, line 17