Changeset 985231
- Timestamp:
- 09/09/2014 10:53:05 AM (12 years ago)
- Location:
- auto-files/trunk
- Files:
-
- 2 edited
-
autofiles.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-files/trunk/autofiles.php
r978776 r985231 4 4 Plugin URI: http://wpadami.com/cms-sistemleri/wordpress/auto-files-mini-bir-auto-attachments.html 5 5 Description: This plugin is minified version of Auto Attachments. Supported attachment types are Word, Excel, Pdf, PowerPoint, zip, rar, tar, tar.gz 6 Version: 0. 56 Version: 0.6 7 7 Author: Serkan Algur 8 8 Author URI: http://www.wpadami.com … … 89 89 return $content; 90 90 } 91 } else { 92 return $content; 91 93 } 92 94 … … 98 100 return $content; 99 101 } 102 } else { 103 return $content; 100 104 } 101 105 } -
auto-files/trunk/readme.txt
r978776 r985231 33 33 == Changelog == 34 34 35 = Version 0.6 = 36 * Custom Post Types Problem (`the_content()` display problem) solved. 37 35 38 = Version 0.5 = 36 39 * Tested for WordPress 4.0 Working.
Note: See TracChangeset
for help on using the changeset viewer.