Changeset 958139
- Timestamp:
- 07/31/2014 03:06:30 PM (12 years ago)
- Location:
- angry-creative-logger/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
angry-creative-logger/trunk/plugin.php
r943414 r958139 4 4 Plugin URI: http://angrycreative.se 5 5 Description: Inspects and logs possible issues with your Wordpress installation. 6 Version: 0.5. 06 Version: 0.5.1 7 7 Author: Robin Björklund, Sammy Nordström, Angry Creative AB 8 8 */ 9 9 10 define( 'ACI_PLUGIN_VERSION', '0.5. 0' );10 define( 'ACI_PLUGIN_VERSION', '0.5.1' ); 11 11 12 12 define( 'ACI_PLUGIN_DIR', dirname( __FILE__ ) ); -
angry-creative-logger/trunk/readme.txt
r943414 r958139 1 === Angry Inspector ===1 === Angry Creative Inspector === 2 2 Contributors: ac-robin, samface, angrycreative 3 3 Tags: inspect, inspection, monitor, monitoring, log, logging, check, checking, validate, validation, permissions, install, installation 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.9.1 6 Stable tag: 0.5. 06 Stable tag: 0.5.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.