Looks like we're having another update every day now. All kidding aside, this should be the last one for the next few (not: many) weeks, unless serious issues are found. The next big TODO is: Implement new WP settings API instead of the current proprietary one which is 3 yo old now
3.7.0 has a couple security improvements as requested by WordPress.org
Changelog 3.7.0:
- functions.php, line 873: $homeURL = home_url() -> $homeURL = esc_url( home_url() );
- /functions/bfa_header_config.php, line 281, 283: $bfa_ata['searchbox_text'] -> esc_attr($bfa_ata['searchbox_text'])
- searchform.php, line 1: home_url() -> esc_url( home_url() );
- searchform.php, line 5: the_search_query() -> esc_attr( the_search_query() )
Download Atahualpa 3.7.0 here