Releases: brainstormforce/read-meter
Releases · brainstormforce/read-meter
Version 1.0.9
Changelog
- Feature: Added the ID attribute to the
[read_meter]
shortcode eg:[read_meter id="47"]
to show reading time of that particular post/page irrespective of where the shortcode is added. - Fix: Reading time using shortcode
[read_meter]
was not visible on individual post/page unless the post type was selected.
What's Changed
- Fix: read_meter shortcode not displaying on individual page by @osk02 in #52
- Feature: Added shortcode attribute for post ID by @osk02 in #53
- Improvement: Updated the plugin description to include the new feature of shortcode ID by @osk02 in #55
- Fix: Missing closing <style> tag by @kiransbsf in #57
- Version 1.0.9 by @osk02 in #54
New Contributors
- @osk02 made their first contribution in #52
- @kiransbsf made their first contribution in #57
Full Changelog: v1.0.8...v1.0.9
Version 1.0.8
- Fix: Page Content Wrap Marker used for progress bar was causing styling issues with non block based themes.
- Fix: Only added the marker needed for progress bar on the post types selected.
Version 1.0.7
Changelog
= 1.0.7 =
- Fix: Theme Layout Styles conflict with the Marker div added as a wrapper to the_content.
What's Changed
-
- Updated tested upto tag to 5.6 by @RajkiranBagal in #13
- feat: WordPress v5.7 update compatibility. by @RajkiranBagal in #14
- Improvement: Added the WordPress 5.8 compatibility Tested upto Tag. by @RajkiranBagal in #20
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #21
- Bump browserslist from 4.7.0 to 4.16.6 by @dependabot in #19
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #18
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #17
- Bump grunt from 1.1.0 to 1.3.0 by @dependabot in #16
- Bump bl from 1.2.2 to 1.2.3 by @dependabot in #15
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #23
- Improvement: Added the WordPress 5.8 compatibility Tested upto Tag. by @RajkiranBagal in #25
- Improvement: Added the WordPress 6.0 compatibility Tested upto Tag. by @RajkiranBagal in #31
- Wordpress 6.1 compatibility in #35
- Readme update by @rajmohanreddy774 in #43
- Compatibility for WordPress v6.3 by @RajkiranBagal in #44
- Compatibility for WordPress v6.4 by @RajkiranBagal in #45
- Fix: Theme Layout Styles conflict with the Marker div added as a wrapper to the_content. by @RajkiranBagal in #46
- Fix: Handled both Block based themes & non block based themes for progress bar marker. by @RajkiranBagal in #47
- Rename yml file by @RajkiranBagal in #48
- Revert "Rename yml file" by @vrundakansara in #49
New Contributors
- @rajmohanreddy774 made their first contribution in #43
- @vrundakansara made their first contribution in #49
Full Changelog: v1.0.6...v1.0.7
Version 1.0.6
- Fix: Hardened the security.
Version 1.0.5
- Fix: Progress Bar displaying on 404 Page.
Version 1.0.4
- Improvement: Loaded the minified versions of CSS and JS files.
- Fix: Progress Bar Opacity adjustment working on the mobile devices.
- Fix: Progress Bar working on Iphone Mobile devices.
- Fix: Set Minimum width of the Reading time Container.