Upgrade to oik v4.5.0 for some minor performance improvements as measured by Google’s PageSpeed Insights.
Changes
oik v4.5.0 now supports
- lazy loading of images
- Use of SVG images instead of dashicons or genericons.
Change | Reference |
---|---|
Changed: Add shared library for class OIK_SVG_icons | bobbingwide/oik#187 |
Changed: Default to using svg theme for bw_twitter when me attr is defined | bobbingwide/oik#187 |
Changed: Replace window.onload with window.addEventListener( ‘load’ ) | bobbingwide/oik#188 |
Changed: Support SVG icons in bw_follow_me | bobbingwide/oik#187 |
Changed: Support bw_twitter me=@something theme=icon | bobbingwide/oik#187 |
Changed: Support loading=lazy on images | bobbingwide/oik#186 |
Changed: Trace $bw_fields at verbose level | bobbingwide/oik#106 |
Fixed: Correct description for Address block | bobbingwide/oik#185 |
Tested with
- Tested: With WordPress 5.9-beta4 and WordPress Multi Site
- Tested: With Gutenberg 12.2.0
- Tested: With PHP 8.0
- Tested: With PHPUnit 9