Skip to content

Releases: presscustomizr/hueman

v3.7.17

27 Oct 15:40
Compare
Choose a tag to compare

= 3.7.17 October 27th 2021 =

  • fixed : [HTML] removed type attribute for script elements
  • fixed : [HTML] removed type attribute for style elements
  • fixed : [CSS] The first argument to the linear-gradient function should be "to top", not "top" as per w3 specification ( https://drafts.csswg.org/css-images-3/#linear-gradients )
  • fixed : [CSS] value hidden doesn't exist for property webkit-backface-visibility

v3.7.16

06 Oct 19:34
Compare
Choose a tag to compare

= 3.7.16 October 6th 2021 =

  • improved : [HTML][PHP] removed superfluous title attributes "Permalink To" post-title hovering. fixes #965
  • improved : [HTML] better HTML5 semantic. fixes #971
  • fixed : [admin] update notice improvements

v3.7.15

09 Sep 20:22
Compare
Choose a tag to compare

fixed typo when rendering changelog in admin page

v3.7.14

09 Sep 19:42
Compare
Choose a tag to compare

= 3.7.13 and 3.7.14 September 9th 2021 =

  • added : sms and map icon in social list
  • improved : design of the theme's admin page

v3.7.13

09 Sep 09:56
Compare
Choose a tag to compare

= 3.7.13 September 9th 2021 =

  • added : sms and map icon in social list
  • improved : design of the theme's admin page

v3.7.12

25 Aug 20:30
Compare
Choose a tag to compare
  • fixed : [PHP] wrong usage of ob_end_clean() could break the html page structure

v3.7.11

24 Jul 10:40
Compare
Choose a tag to compare
  • fixed : [block editor] query loop block style broken. fixes #969

v3.7.10

19 Jul 18:19
Compare
Choose a tag to compare
  • fixed : [WP 5.8] removed call to deprecated filter 'block_editor_preload_paths'

image

v3.7.9

02 Jul 13:17
Compare
Choose a tag to compare
  • fixed : option for external links (icon + open in new tab) not working for links inside lists. fixes #966

v3.7.8

21 Jun 13:03
Compare
Choose a tag to compare
  • fixed : [HTML5] remove W3C deprecated attributes for script and style tags. fixes #963
  • fixed : possible PHP Notice in some case ( "Trying to access array offset on value of type bool" ). fixes #964