Plugin Directory

Changeset 985231


Ignore:
Timestamp:
09/09/2014 10:53:05 AM (12 years ago)
Author:
kaisercrazy
Message:

Version 0.6

Location:
auto-files/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • auto-files/trunk/autofiles.php

    r978776 r985231  
    44Plugin URI: http://wpadami.com/cms-sistemleri/wordpress/auto-files-mini-bir-auto-attachments.html
    55Description: This plugin is minified version of Auto Attachments. Supported attachment types are Word, Excel, Pdf, PowerPoint, zip, rar, tar, tar.gz
    6 Version: 0.5
     6Version: 0.6
    77Author: Serkan Algur
    88Author URI: http://www.wpadami.com
     
    8989                return $content;
    9090            }
     91        } else {
     92            return $content;
    9193        }
    9294
     
    98100                return $content;
    99101            }
     102        } else {
     103            return $content;
    100104        }
    101105}
  • auto-files/trunk/readme.txt

    r978776 r985231  
    3333== Changelog ==
    3434
     35= Version 0.6 =
     36* Custom Post Types Problem (`the_content()` display problem) solved.
     37
    3538= Version 0.5 =
    3639* Tested for WordPress 4.0 Working.
Note: See TracChangeset for help on using the changeset viewer.