Plugin Directory

Changeset 897465


Ignore:
Timestamp:
04/18/2014 03:25:27 PM (12 years ago)
Author:
kaisercrazy
Message:

Version 1.8.3

Location:
auto-attachments/trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • auto-attachments/trunk/admin/shortcodes.php

    r851532 r897465  
    8989add_action('admin_head-post.php', 'button_js');
    9090function button_js() {
    91     wp_enqueue_style('modali', plugins_url().'/auto-attachments/includes/js/css/modal.css', __FILE__);
     91    //wp_enqueue_style('modali', plugins_url().'/auto-attachments/includes/js/css/modal.css', __FILE__);
     92    //Call style proper way
     93    wp_enqueue_style("wp-jquery-ui-dialog");
    9294    global $post;
    9395    $nonc = wp_create_nonce("ajax-nonce");
  • auto-attachments/trunk/auto-attachments.php

    r851532 r897465  
    33Plugin Name: Auto Attachments
    44Plugin URI: http://www.wpadami.com/cms-sistemleri/wordpress/auto-attachments-0-7.html
    5 Description: This plugin makes your attachments more effective. Supported attachment types are Word, Excel, Pdf, PowerPoint, zip, rar, tar, tar.gz, mp3, flv, mp4
    6 Version: 1.8.2
     5Description: DO NOT USE WITH 3.9 FOR NOW! This plugin makes your attachments more effective. Supported attachment types are Word, Excel, Pdf, PowerPoint, zip, rar, tar, tar.gz, mp3, flv, mp4
     6Version: 1.8.3
    77Author: Serkan Algur
    88Author URI: http://www.wpadami.com
  • auto-attachments/trunk/readme.txt

    r851543 r897465  
    1010
    1111
    12 This plugin makes your attachments more effective. Supported attachment types: Word, Excel, Pdf, PowerPoint, odf, ods, zip, rar, tar, mp3...
     12DO NOT USE WITH 3.9 FOR NOW! This plugin makes your attachments more effective. Supported attachment types: Word, Excel, Pdf, PowerPoint, odf, ods, zip, rar, tar, mp3...
    1313
    1414== Description ==
Note: See TracChangeset for help on using the changeset viewer.