Features
- Fully internationalized.
- Available in US English ( default ) and UK English ( 100% complete ).
- Ready for translation into other languages
- Improved Accessibility ( a11y ) for links.
- Improved icons for [bw_follow_me]
- Old icons supported using
class=old
parameter - Howdy override logic caters for WordPress 4.8 changes
- Tested: With WordPress 4.8.2 and 4.9-beta3
- Tested: With PHP 7.0 and PHP 7.1
Changes
Changes since oik v3.1.4 are summarised belowChange | Reference |
---|---|
Changed: 100% internationalized | bobbingwide/oik#9 |
Changed: Attempt to cater for old/renamed versions of plugins | bobbingwide/oik#80 |
Changed: Improved accessibility of links by removing title= attribute in most cases | bobbingwide/oik#79 |
Changed: Support shortcode expansion on the HTML code widget | bobbingwide/oik#83 |
Changed: Update icons for [bw_follow_me] | bobbingwide/oik#86 |
Changed: oik-plugins server now uses https | bobbingwide/oik#70 |
Fixed: Added tests for bw_register_taxonomy being called multiple times | bobbingwide/oik#65 |
Fixed: Correction to parm setting for maps.googleapis.com, | bobbingwide/oik#70 |
Fixed: Howdy override logic updated for WordPress 4.8 changes | bobbingwide/oik#63 |
Fixed: Improve lat long handling – catering for reasonable values, | bobbingwide/oik#44 |
Fixed: Improved support for internal ( fragment ) links using [bw_link] | bobbingwide/oik#16 |
Fixed: List item tag missing after Getting Started, | bobbingwide/oik#78 |
Fixed: Missing assignment in concatenation of Install text | bobbingwide/oik#84 |
Fixed: Shortcode snippet HTML matches the example. Also displays the enqueued styles, scripts and jQuery | bobbingwide/oik#68 |
Fixed: Warning issued during plugin activation under WP-cli | bobbingwide/issues |
Fixed: [bw_code] parameters not being applied, | bobbingwide/oik#72 |
Fixed: bw_custom_column_admin should check the context | bobbingwide/oik#2 |
Fixed: bw_invoke_shortcode should use bw_push and bw_pop | bobbingwide/oik#82 |
Fixed: cURL error 60: SSL certificate problem | bobbingwide/oik#77 |
Fixed: jQuery.fn.load() is deprecated | bobbingwide/oik#74 |
Fixed: oik_box() improvements | bobbingwide/oik#81 |
Fixed: oik_box() produces messages when $id=null and $callback is a method | bobbingwide/oik#7 |
Fixed: tested in multiple environments | bobbingwide/oik#9 |
Tested: Add test cases | bobbingwide/oik#61 |
Tested: With PHP 7.0 and 7.1 |