Plugin Directory

Changeset 1405672


Ignore:
Timestamp:
04/27/2016 03:01:18 PM (10 years ago)
Author:
smartware.cc
Message:

V 1.2 beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css-autoloader/trunk/css-autoloader.php

    r1309206 r1405672  
    44Plugin URI: http://smartware.cc/free-wordpress-plugins/css-autoloader/
    55Description: This Plugin allows you to load additional CSS files without the need to change files in the Theme directory. To load additional CSS files just put them into a directory named cssautoload.
    6 Version: 1.1
     6Version: 1.2 beta
    77Author: smartware.cc, Peter's Plugins
    88Author URI: http://smartware.cc
     
    4141    $this->plugin_name = 'CSS AutoLoader';
    4242    $this->plugin_slug = 'css-autoloader';
    43         $this->version = '1.1';
     43        $this->version = '1.2 beta';
    4444    // allowed media types
    4545    $this->media = array( '' => 'all', '/all' => 'all', '/braille' => 'braille', '/embossed' => 'embossed', '/handheld' => 'handheld', '/print' => 'print', '/projection' => 'projection', '/screen' => 'screen', '/speech' => 'speech', '/tty' => 'tty', '/tv' => 'tv' );
Note: See TracChangeset for help on using the changeset viewer.