Highlights
- Supports “noderef” fields with hierarchical post types
- Supports the shortcake shortcode-ui plugin
- Improved help and syntax for a number of shortcodes; bw_count, gallery, caption, bw_bookmarks
- [bw_show_googlemap]
zoom
parameter, default 12 - [bw_show_googlemap]
markers
parameter accepts “lat:lng” format for additional markers - [bw_images] and related shortcodes now accept the
id
parameter as positional - Workaround for WordPress TRAC #31939, for shortcodes which suppport pagination
- Improved titles on [bw_tree] shortcode when shortcodes in titles are expanded
For developers
- Works as a symlinked plugin. Replaced plugin_dir_url( __FILE__ ) with call to oik_url()
- Added: Action “wp_ajax_do_shortcode” supported by “oik_ajax_do_shortcode” – invokes “oik_add_shortcodes”
- bw_gallery() now wrapped in function_exists(); to cater for other plugins which declare this function
- bw_sl() now supports definition lists
Changes in v2.5
- Changed: Added esc_url() to workaround in bw_navi_paginate_links(). Security tightening
- Fixed: bw_build_url() tests the path is not empty before calling unltrim()
- Changed: bw_retrieve_result() accepts 201 HTTP code as well as 200