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

Release v1.1.1

Compare
Choose a tag to compare
@sgammon sgammon released this 18 Jun 16:12
· 563 commits to master since this release
a12e781

Description

Bugfixes and schema upgrades.

Using this version

<!doctype html>
<html>
  <head>

  <script type="text/javascript" src="https://js.bloombox.cloud/client/v1.1.1.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.3
  • Upgrade submodules/dependencies