Changeset 606079
- Timestamp:
- 09/30/2012 11:31:38 AM (13 years ago)
- Location:
- log-viewer
- Files:
-
- 4 edited
- 5 copied
-
tags/2012.09.30 (copied) (copied from log-viewer/trunk)
-
tags/2012.09.30/bootstrap.php (copied) (copied from log-viewer/trunk/bootstrap.php) (1 diff)
-
tags/2012.09.30/class.plugin.php (copied) (copied from log-viewer/trunk/class.plugin.php) (1 diff)
-
tags/2012.09.30/helper.inc (copied) (copied from log-viewer/trunk/helper.inc) (1 diff)
-
tags/2012.09.30/readme.txt (copied) (copied from log-viewer/trunk/readme.txt) (2 diffs)
-
trunk/bootstrap.php (modified) (1 diff)
-
trunk/class.plugin.php (modified) (1 diff)
-
trunk/helper.inc (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
log-viewer/tags/2012.09.30/bootstrap.php
r606069 r606079 6 6 Author: mfisc 7 7 Author URI: http://www.codein.at/ 8 Version: @VERSION@ 8 Version: 2012.09.30.1330 9 Tag: 2012.09.30 9 10 */ 10 11 -
log-viewer/tags/2012.09.30/class.plugin.php
r606069 r606079 1 1 <?php 2 /* 3 Version: 2012.09.30.1330 4 Tag: 2012.09.30 5 */ 2 6 3 7 if ( !function_exists('add_action') ) { -
log-viewer/tags/2012.09.30/helper.inc
r606069 r606079 1 1 <?php 2 2 /* 3 Version: 2012.09.30.1330 4 Tag: 2012.09.30 5 */ 6 3 7 if ( !function_exists('add_action') ) { 4 8 header('Status: 403 Forbidden'); -
log-viewer/tags/2012.09.30/readme.txt
r606069 r606079 3 3 Tested up to: 3.5 ( beta1 ) 4 4 Requires at least: 3.4 5 Stable Tag: trunk5 Stable Tag: 2012.09.30 6 6 Contributors: 7 7 License: GPLv2 or later … … 24 24 == Changelog == 25 25 26 = 2012.09.30 .1232=26 = 2012.09.30 = 27 27 * initial Wordpress.org Plugins commit 28 * restructured for svn and wp-plugins hosting 28 29 29 = 2012.09.29 .1122=30 = 2012.09.29 = 30 31 * submit for Wordpress.org approvement 31 32 -
log-viewer/trunk/bootstrap.php
r606069 r606079 7 7 Author URI: http://www.codein.at/ 8 8 Version: @VERSION@ 9 Tag: @STABLETAG@ 9 10 */ 10 11 -
log-viewer/trunk/class.plugin.php
r606069 r606079 1 1 <?php 2 /* 3 Version: @VERSION@ 4 Tag: @STABLETAG@ 5 */ 2 6 3 7 if ( !function_exists('add_action') ) { -
log-viewer/trunk/helper.inc
r606069 r606079 1 1 <?php 2 2 /* 3 Version: @VERSION@ 4 Tag: @STABLETAG@ 5 */ 6 3 7 if ( !function_exists('add_action') ) { 4 8 header('Status: 403 Forbidden'); -
log-viewer/trunk/readme.txt
r606069 r606079 3 3 Tested up to: 3.5 ( beta1 ) 4 4 Requires at least: 3.4 5 Stable Tag: trunk5 Stable Tag: 2012.09.30 6 6 Contributors: 7 7 License: GPLv2 or later … … 24 24 == Changelog == 25 25 26 = 2012.09.30 .1232=26 = 2012.09.30 = 27 27 * initial Wordpress.org Plugins commit 28 * restructured for svn and wp-plugins hosting 28 29 29 = 2012.09.29 .1122=30 = 2012.09.29 = 30 31 * submit for Wordpress.org approvement 31 32
Note: See TracChangeset
for help on using the changeset viewer.