v4.0.31 release notes

Version 4.0.31

What’s new?

Modified files for implementation

  • Sprite image for social media logos: wet-boew/assets/sprites_share.png Clarified on: 2019-09-16
  • Geomap dependency:
    • wet-boew/js/geomap-lib.js
    • wet-boew/js/geomap-lib.min.js
  • i18n zh-Hans language:
    • wet-boew/js/i18n/zh-Hans.js
    • wet-boew/js/i18n/zh-Hans.min.js
  • Main JavaScript:
    • wet-boew/js/wet-boew.js
    • wet-boew/js/wet-boew.min.js
  • Main CSS:
    • theme-wet-boew/css/theme.css
    • theme-wet-boew/css/theme.min.css

Browser supported

As per the rule defined by Design decision 2: Browser supported

  • Chrome 75
  • Chrome 74
  • Safari 12.1.1
  • Firefox 67.0.3
  • Firefox 66.0.5
  • Firefox ESR - 60.7.1
  • IE 11
  • Edge 44

Details

Number of commits: 26

List of commits

Subresource integrity (SRI)

Le SRI rovide a method to protect website delivery. The following information are the hash for key resource in WET and GCWeb.

v4.0.31

wet-boew/js/wet-boew.min.js
sha256-N529PTruQXTyH5m3iY1xWOObxUq9VXw1uTURRztIHWs= sha512-yP3Y1uzds5eq86XMGxBHGX36zOhIg8iu6QpFwcmmTtRe2e7hF6TfwZde/nDDmXWOZ1ZvE3HkTLnb/5U8rsB5Ng==

Get all hash (JSON format):

More details and examples

Related to template

Now
<nav>
		<ul id="wb-tphp">
			[...]
		</ul>
	</nav>
Was
<ul id="wb-tphp">
		[...]
	</ul>

Related to styles and plugins

Twitter share link

After

https://twitter.com/intent/tweet?text={t}&url={u}

Before

http://twitter.com/home?status={t}%20{u}

Date modified: