Skip to content

Commit

Permalink
release v3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mojtaba Sarooghi committed Mar 2, 2020
1 parent f2b2ed2 commit 85de824
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 255 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knownuser-v3-cloudflare",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "app.js",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion queueitHelpers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const QueueIT = require("./sdk/queueit-knownuserv3-sdk.js");
const crypto = require('js-sha256');
const CLOUDFLARE_SDK_VERSION = "1.0.2";
const CLOUDFLARE_SDK_VERSION = "1.1.0";
exports.getParameterByName = function( url, name) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, '\\$&');
Expand Down
Loading

0 comments on commit 85de824

Please sign in to comment.