Changeset 2334807
- Timestamp:
- 07/03/2020 11:43:09 AM (6 years ago)
- Location:
- cystack-security
- Files:
-
- 1 edited
- 14 copied
-
tags/1.0.3 (copied) (copied from cystack-security/trunk)
-
tags/1.0.3/assets (copied) (copied from cystack-security/trunk/assets)
-
tags/1.0.3/composer.json (copied) (copied from cystack-security/trunk/composer.json)
-
tags/1.0.3/cystack-security.php (copied) (copied from cystack-security/trunk/cystack-security.php) (2 diffs)
-
tags/1.0.3/index.php (copied) (copied from cystack-security/trunk/index.php)
-
tags/1.0.3/js (copied) (copied from cystack-security/trunk/js)
-
tags/1.0.3/js/dist/cystack.js (copied) (copied from cystack-security/trunk/js/dist/cystack.js)
-
tags/1.0.3/js/dist/cystack.js.map (copied) (copied from cystack-security/trunk/js/dist/cystack.js.map)
-
tags/1.0.3/js/src/lib/iframe.js (copied) (copied from cystack-security/trunk/js/src/lib/iframe.js)
-
tags/1.0.3/languages (copied) (copied from cystack-security/trunk/languages)
-
tags/1.0.3/readme.txt (copied) (copied from cystack-security/trunk/readme.txt)
-
tags/1.0.3/src (copied) (copied from cystack-security/trunk/src)
-
tags/1.0.3/src/Api/Connection.php (copied) (copied from cystack-security/trunk/src/Api/Connection.php)
-
tags/1.0.3/vendor (copied) (copied from cystack-security/trunk/vendor)
-
trunk/cystack-security.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cystack-security/tags/1.0.3/cystack-security.php
r2334805 r2334807 5 5 * Plugin URI: https://cloud.cystack.net 6 6 * Description: CyStack Security constantly monitors your websites and servers to detect security issues and vulnerabilities. 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * Author: CyStack 9 9 * Author URI: https://cystack.net … … 43 43 44 44 if ( ! defined( 'CYSTACK_PLUGIN_VERSION' ) ) { 45 define( 'CYSTACK_PLUGIN_VERSION', '1.0. 0' );45 define( 'CYSTACK_PLUGIN_VERSION', '1.0.3' ); 46 46 } 47 47 -
cystack-security/trunk/cystack-security.php
r2334805 r2334807 5 5 * Plugin URI: https://cloud.cystack.net 6 6 * Description: CyStack Security constantly monitors your websites and servers to detect security issues and vulnerabilities. 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * Author: CyStack 9 9 * Author URI: https://cystack.net … … 43 43 44 44 if ( ! defined( 'CYSTACK_PLUGIN_VERSION' ) ) { 45 define( 'CYSTACK_PLUGIN_VERSION', '1.0. 0' );45 define( 'CYSTACK_PLUGIN_VERSION', '1.0.3' ); 46 46 } 47 47
Note: See TracChangeset
for help on using the changeset viewer.