PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/mobile-tips.kerihosting.com/wp-content/themes/genesis/docs/changelog/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/mobile-tips.kerihosting.com/wp-content/themes/genesis/docs/changelog/1.6.0.md |
## 1.6.0 - 2011-04-26 ### Added - Add select / deselect all checkbox switch to category menu widget. - Add plugin detection function. - Add an edit link to breadcrumbs of all term archive pages. - Add filter for text shown when comment is awaiting moderation. - Add filter to sidebar registration defaults. - Add filters to `genesis_do_nav()` and `genesis_do_subnav()`. - Add filters for post navigation text. - Add custom header functionality. Can now be enabled via a single line of code in a child theme. - Add footer widgets functionality. Can now be enabled via a single line of code in a child theme. - Add trailing slash to breadcrumb home link. - Add content width filter for variable layouts. - Add option to show features on page 2+ with the grid loop. - Add relative time option to the post date shortcode options – `[post_date format="relative"]`. - Add inline documentation in multiple files to some locations where it was missing (ongoing – remaining to be done post-1.6 release). - Add conditional structural wrap system. - Add `sidebar` class to primary and secondary sidebar divs. - Add `widget-area` class to widget areas in footer widgets. ### Changed - Improve Export to use checkboxes instead of dropdown for export options – now filterable to allow themes and plugins to hook in. - Improve Theme Settings user interface by decluttering and toggling secondary options via JavaScript. - Improve breadcrumbs settings – now off by default. - Improve admin pages document title to ensure default is shown. - Improve headline and intro text fields (taxonomy and user) by moving to their own function so they do not get unhooked when an SEO plugin is active. - Improve image size dropdown in Theme Settings by making it use `genesis_get_image_sizes()`. - Improve footer credit wording. - Improve code to use available WP functions – `is_child_theme()`, `menu_page_url()` and more. - Improve `init.php` content by putting into hooked functions. - Improve theme speed by loading admin files on admin pages only. - Improve the post format image function to harden it. - Improve `genesis_get_custom_field()` to use $id if available. - Improve data sent when doing an update check. - Improve check for third party SEO plugins by using plugin detection function. - Improve admin styles by moving most inline styles from widgets and admin pages to `admin.css`. - Improve Genesis `style.css` to new header standard for giving an explicit license. ### Removed - Remove Genesis Menu options. Existing Genesis menus still supported, but amendments will need to be done by creating and using a WordPress Custom Menu. - Remove XML demo file from Genesis – kept in with Sample Child Theme. - Remove (deprecated) `genesis_ie8_js()`. - Remove (to be formally deprecated next version) the hook functions, in favour of direct `do_action()` calls. - Remove rogue `li` tag from category menu widget. - Remove WordPress 3.0 compatibility checks in breadcrumb class. - Remove redundant use of sidebar IDs in `style.css`. - Remove admin CSS related to purchase themes menu. ### Fixed - Fix typo on Import / Export page. - Fix two bugs in `genesis_admin_redirect()`. - Fix SEO Settings reset action. - Fix bug with new installs not pushing all the default SEO settings. - Fix empty site description outputting redudant markup. - Fix issue with SEO plugin compatibility. - Fix notice on categories menu widget. - Fix footer markup typo. - Fix bug in title output of featured post / page widgets. - Fix issue with filter in `genesis_custom_header()` not returning an appropriate value, causing conflicts. - Fix inline documentation in multiple files – moved docblocks directly above functions so they are correctly associated. - Fix a lot of code that was inconsistent with coding standards, including whitespace (ongoing). - Fix list styles on archive pages. - Fix `sub-sub-menu` issue on non-superfish dropdowns. - Fix CSS conflict with admin bar.