Changeset 2753954
- Timestamp:
- 07/09/2022 01:27:19 AM (4 years ago)
- Location:
- earnware-connect/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
public/js/earnware-lib.js (modified) (1 diff)
-
wp-ew.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
earnware-connect/trunk/README.txt
r2656861 r2753954 28 28 == Changelog == 29 29 30 = 1.0.69 = 31 * Release a small patch for a ew_hasrole shortcode bug that occurs when tracking per session is enabled. 32 30 33 = 1.0.68 = 31 34 * Changed stylesheet endpoint and added classes to initial row for element plugin support -
earnware-connect/trunk/public/js/earnware-lib.js
r2114517 r2753954 100 100 setRoles: function(roles) { 101 101 if (this.storage) 102 localStorage.setItem('roles', roles);102 this.storage.setItem('roles', roles); 103 103 }, 104 104 hasRole: function(role, callback, softEnforcement) { -
earnware-connect/trunk/wp-ew.php
r2656861 r2753954 17 17 * Plugin URI: https://www.earnware.com/wordpress/plugins/earnware-connect 18 18 * Description: A plugin to connect any wordpress site to the Earnware Dashboard. 19 * Version: 1.0.6 819 * Version: 1.0.69 20 20 * Author: Earnware Corporation 21 21 * Author URI: https://earnware.com/about/ … … 31 31 } 32 32 33 define( 'PLUGIN_NAME_VERSION', '1.0.6 8' );33 define( 'PLUGIN_NAME_VERSION', '1.0.69' ); 34 34 35 35 /**
Note: See TracChangeset
for help on using the changeset viewer.