Changeset 518856
- Timestamp:
- 03/14/2012 10:38:00 AM (14 years ago)
- Location:
- hacklog-remote-image-autosave/trunk
- Files:
-
- 3 edited
-
hacklog-remote-image-autosave.php (modified) (1 diff)
-
loader.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hacklog-remote-image-autosave/trunk/hacklog-remote-image-autosave.php
r517449 r518856 16 16 class hacklog_remote_image_autosave 17 17 { 18 const VERSION = 'Hacklog Remote Image Autosave 2.0. 5';18 const VERSION = 'Hacklog Remote Image Autosave 2.0.7'; 19 19 const textdomain = 'hacklog_remote_image_autosave'; 20 20 const opt = 'hacklog_ria_auto_down'; -
hacklog-remote-image-autosave/trunk/loader.php
r517449 r518856 2 2 /* 3 3 Plugin Name: Hacklog Remote Image Autosave 4 Version: 2.0. 64 Version: 2.0.7 5 5 Plugin URI: http://ihacklog.com/?p=5087 6 6 Description: save remote images in the posts to local server and add it as an attachment to the post. -
hacklog-remote-image-autosave/trunk/readme.txt
r517449 r518856 5 5 Requires at least: 3.2.1 6 6 Tested up to: 3.3.1 7 Stable tag: 2.0. 67 Stable tag: 2.0.7 8 8 9 9 save remote images in the posts to local server and add it as an attachment to the post. … … 43 43 44 44 == Changelog == 45 = 2.0.7 = 46 * modified: changed image preload from css to js. 47 * removed some un-needed comments. 45 48 46 49 = 2.0.6 =
Note: See TracChangeset
for help on using the changeset viewer.