Changeset 1129379
- Timestamp:
- 04/07/2015 09:28:12 AM (11 years ago)
- Location:
- angry-creative-logger
- Files:
-
- 4 deleted
- 2 edited
- 38 copied
-
tags/0.6.1 (copied) (copied from angry-creative-logger/trunk)
-
tags/0.6.1/classes/inspector.php (copied) (copied from angry-creative-logger/trunk/classes/inspector.php)
-
tags/0.6.1/classes/routine_handler.php (copied) (copied from angry-creative-logger/trunk/classes/routine_handler.php)
-
tags/0.6.1/classes/settings.php (copied) (copied from angry-creative-logger/trunk/classes/settings.php)
-
tags/0.6.1/css/main.css (copied) (copied from angry-creative-logger/trunk/css/main.css)
-
tags/0.6.1/plugin.php (copied) (copied from angry-creative-logger/trunk/plugin.php)
-
tags/0.6.1/readme.txt (copied) (copied from angry-creative-logger/trunk/readme.txt)
-
tags/0.6.1/routines/db_collations.php (copied) (copied from angry-creative-logger/trunk/routines/db_collations.php)
-
tags/0.6.1/routines/file_permissions.php (deleted)
-
tags/0.6.1/routines/git_status.php (copied) (copied from angry-creative-logger/trunk/routines/git_status.php)
-
tags/0.6.1/routines/js_errors.php (copied) (copied from angry-creative-logger/trunk/routines/js_errors.php)
-
tags/0.6.1/routines/plugin_change.php (copied) (copied from angry-creative-logger/trunk/routines/plugin_change.php)
-
tags/0.6.1/routines/site_change.php (copied) (copied from angry-creative-logger/trunk/routines/site_change.php)
-
tags/0.6.1/routines/site_visibility.php (copied) (copied from angry-creative-logger/trunk/routines/site_visibility.php)
-
tags/0.6.1/routines/upload_permissions.php (deleted)
-
tags/0.6.1/routines/user_cap_change.php (copied) (copied from angry-creative-logger/trunk/routines/user_cap_change.php)
-
tags/0.6.1/routines/user_profile_update.php (copied) (copied from angry-creative-logger/trunk/routines/user_profile_update.php)
-
tags/0.6.1/routines/user_register.php (copied) (copied from angry-creative-logger/trunk/routines/user_register.php)
-
tags/0.6.1/routines/user_site_register.php (copied) (copied from angry-creative-logger/trunk/routines/user_site_register.php)
-
tags/0.6.1/routines/wp_mail.php (copied) (copied from angry-creative-logger/trunk/routines/wp_mail.php)
-
tags/0.6.1/routines/write_permissions.php (copied) (copied from angry-creative-logger/trunk/routines/write_permissions.php)
-
tags/0.6.1/trunk (copied) (copied from angry-creative-logger/trunk)
-
tags/0.6.1/trunk/classes/inspector.php (copied) (copied from angry-creative-logger/trunk/classes/inspector.php)
-
tags/0.6.1/trunk/classes/routine_handler.php (copied) (copied from angry-creative-logger/trunk/classes/routine_handler.php)
-
tags/0.6.1/trunk/classes/settings.php (copied) (copied from angry-creative-logger/trunk/classes/settings.php)
-
tags/0.6.1/trunk/css/main.css (copied) (copied from angry-creative-logger/trunk/css/main.css)
-
tags/0.6.1/trunk/plugin.php (copied) (copied from angry-creative-logger/trunk/plugin.php)
-
tags/0.6.1/trunk/readme.txt (copied) (copied from angry-creative-logger/trunk/readme.txt) (1 diff)
-
tags/0.6.1/trunk/routines/db_collations.php (copied) (copied from angry-creative-logger/trunk/routines/db_collations.php)
-
tags/0.6.1/trunk/routines/file_permissions.php (deleted)
-
tags/0.6.1/trunk/routines/git_status.php (copied) (copied from angry-creative-logger/trunk/routines/git_status.php)
-
tags/0.6.1/trunk/routines/js_errors.php (copied) (copied from angry-creative-logger/trunk/routines/js_errors.php)
-
tags/0.6.1/trunk/routines/plugin_change.php (copied) (copied from angry-creative-logger/trunk/routines/plugin_change.php)
-
tags/0.6.1/trunk/routines/site_change.php (copied) (copied from angry-creative-logger/trunk/routines/site_change.php)
-
tags/0.6.1/trunk/routines/site_visibility.php (copied) (copied from angry-creative-logger/trunk/routines/site_visibility.php)
-
tags/0.6.1/trunk/routines/upload_permissions.php (deleted)
-
tags/0.6.1/trunk/routines/user_cap_change.php (copied) (copied from angry-creative-logger/trunk/routines/user_cap_change.php)
-
tags/0.6.1/trunk/routines/user_profile_update.php (copied) (copied from angry-creative-logger/trunk/routines/user_profile_update.php)
-
tags/0.6.1/trunk/routines/user_register.php (copied) (copied from angry-creative-logger/trunk/routines/user_register.php)
-
tags/0.6.1/trunk/routines/user_site_register.php (copied) (copied from angry-creative-logger/trunk/routines/user_site_register.php)
-
tags/0.6.1/trunk/routines/wp_mail.php (copied) (copied from angry-creative-logger/trunk/routines/wp_mail.php)
-
tags/0.6.1/trunk/routines/write_permissions.php (copied) (copied from angry-creative-logger/trunk/routines/write_permissions.php)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
angry-creative-logger/tags/0.6.1/trunk/readme.txt
r1125422 r1129379 4 4 Requires at least: 4.0 5 5 Tested up to: 4.1.1 6 Stable tag: 0.6. 06 Stable tag: 0.6.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
angry-creative-logger/trunk/plugin.php
r1125422 r1129379 4 4 Plugin URI: http://angrycreative.se 5 5 Description: Inspects and logs possible issues with your Wordpress installation. 6 Version: 0.6. 06 Version: 0.6.1 7 7 Author: Robin Björklund, Sammy Nordström, Angry Creative AB 8 8 */ 9 9 10 define( 'ACI_PLUGIN_VERSION', '0.6. 0' );10 define( 'ACI_PLUGIN_VERSION', '0.6.1' ); 11 11 12 12 define( 'ACI_PLUGIN_DIR', dirname( __FILE__ ) ); -
angry-creative-logger/trunk/readme.txt
r1125422 r1129379 4 4 Requires at least: 4.0 5 5 Tested up to: 4.1.1 6 Stable tag: 0.6. 06 Stable tag: 0.6.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.