UUP dump API v1.17.0

- Updated attributes
- Changed generation of UUIDs to create correct values
- Added getting of cookie, so no longer there is need for starting cookie
- Changed hard coded device value to randomly generated one
This commit is contained in:
mkuba50
2018-12-13 21:19:51 +01:00
parent ac867de609
commit 7a9f22cc40
5 changed files with 55 additions and 21 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.16.2';
return '1.17.0';
}
require_once dirname(__FILE__).'/auths.php';