Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Release v1.1.4

Compare
Choose a tag to compare
@sgammon sgammon released this 28 Dec 21:36
· 544 commits to master since this release
5aabdf1

Description

Bugfixes, dependency upgrades and schema upgrades.

Using this version

<!doctype html>
<html>
  <head>

  <script type="text/javascript" src="https://js.bloombox.cloud/client/v1.1.4.min.js"></script>
  <script type="text/javascript">
    bloombox.setup("<partner>", "<location>", "<apikey>", function() {
      // use the library
    });
  </script>

  [...]

Feature list in detail

  • Upgrade schema -> 1.5.6
  • Upgrade submodules/dependencies