Changeset 1469372
- Timestamp:
- 08/07/2016 03:43:48 AM (10 years ago)
- Location:
- tapwarp
- Files:
-
- 2 deleted
- 2 edited
- 6 copied
-
tags/0.1.5 (copied) (copied from tapwarp/trunk)
-
tags/0.1.5/assets (deleted)
-
tags/0.1.5/css/tapwarp-admin.css (copied) (copied from tapwarp/trunk/css/tapwarp-admin.css)
-
tags/0.1.5/image (copied) (copied from tapwarp/trunk/image)
-
tags/0.1.5/js/checkupload.js (copied) (copied from tapwarp/trunk/js/checkupload.js)
-
tags/0.1.5/readme.txt (copied) (copied from tapwarp/trunk/readme.txt) (1 diff)
-
tags/0.1.5/tapwarp.php (copied) (copied from tapwarp/trunk/tapwarp.php) (3 diffs)
-
tags/0.1.5/tmp (deleted)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/tapwarp.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tapwarp/tags/0.1.5/readme.txt
r1469367 r1469372 66 66 == Changelog == 67 67 68 = 0.1.5 = 69 70 Fixed a layout problem. 71 68 72 = 0.1.4 = 69 73 -
tapwarp/tags/0.1.5/tapwarp.php
r1469367 r1469372 4 4 Plugin URI: http://twdemo.qaon.net/ 5 5 Description: Upload pictures from smartphone to wordpress easily. 6 Version: 0.1. 46 Version: 0.1.5 7 7 Author: Yuxiang Mao 8 8 Author URI: http://qaon.net … … 69 69 </div> 70 70 </div> 71 <?php 72 73 } 74 75 add_action( 'admin_print_footer_scripts' , 'tapwarp_on_footer_scripts' ); 76 77 function tapwarp_on_footer_scripts() 78 { 79 ?> 71 80 <script> 72 81 jQuery(document).ready(function($) { … … 80 89 </script> 81 90 <?php 82 83 91 } 84 92 } -
tapwarp/trunk/readme.txt
r1469367 r1469372 66 66 == Changelog == 67 67 68 = 0.1.5 = 69 70 Fixed a layout problem. 71 68 72 = 0.1.4 = 69 73 -
tapwarp/trunk/tapwarp.php
r1469367 r1469372 4 4 Plugin URI: http://twdemo.qaon.net/ 5 5 Description: Upload pictures from smartphone to wordpress easily. 6 Version: 0.1. 46 Version: 0.1.5 7 7 Author: Yuxiang Mao 8 8 Author URI: http://qaon.net … … 69 69 </div> 70 70 </div> 71 <?php 72 73 } 74 75 add_action( 'admin_print_footer_scripts' , 'tapwarp_on_footer_scripts' ); 76 77 function tapwarp_on_footer_scripts() 78 { 79 ?> 71 80 <script> 72 81 jQuery(document).ready(function($) { … … 80 89 </script> 81 90 <?php 82 83 91 } 84 92 }
Note: See TracChangeset
for help on using the changeset viewer.