Plugin Directory

Changeset 782205


Ignore:
Timestamp:
10/03/2013 10:14:49 PM (13 years ago)
Author:
Avant 5
Message:

Updated to 1.31

Location:
jam/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • jam/trunk/jam.php

    r781546 r782205  
    66    Description: Easy managing and loading of jQuery plugins, libraries and the WP enqueued scripts for jQuery.  Complete with a full library of ready-to-use scripts.
    77    Author: Avant 5 Multimedia
    8     Version: 1.3
     8    Version: 1.31
    99    Author URI: http://www.avant5.com
    1010   
     
    3939$jamwp_wp['effects'] = array("jQuery UI Effects","jQuery UI Effects - Blind","jQuery UI Effects - Bounce","jQuery UI Effects - Clip","jQuery UI Effects - Drop","jQuery UI Effects - Explode","jQuery UI Effects - Fade","jQuery UI Effects - Fold","jQuery UI Effects - Highlight","jQuery UI Effects - Pulsate","jQuery UI Effects - Scale","jQuery UI Effects - Shake","jQuery UI Effects - Slide","jQuery UI Effects - Transfer");
    4040
    41 $jamwp_collection = array("Arctext","aSlyder","Avgrund Modal","Countdown","FitText","Gridster","iCheck","jQuery Knob","Lettering","Tubular","Typeahead");
     41$jamwp_collection = array("Arctext","aSlyder","Avgrund Modal","Countdown","FitText","Gridster","iCheck","jQuery Countdown","jQuery Knob","Lettering","Tubular","Typeahead");
    4242
    4343function jamwp_scripts() {
     
    109109    if ( $plugins['jQuery Knob'] )
    110110        print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/jquery-knob/jquery.knob.js\"></script>\n";
     111    if ( $plugins['jQuery Countdown'] )
     112        print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/jquery-countdown/jquery.countdown.js\"></script>\n";
    111113    if ( $plugins['Lettering'] )
    112114        print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/lettering/jquery.lettering.js\"></script>\n";
  • jam/trunk/library.xml

    r780093 r782205  
    4444    </item>
    4545    <item>
     46        <name>jQuery Countdown</name>
     47        <description>A jQuery plugin that sets a div or span to show a countdown to a given time.</description>
     48        <url>http://keith-wood.name/countdown.html</url>
     49        <license>MIT</license>
     50    </item>
     51    <item>
    4652        <name>jQuery Knob</name>
    4753        <description>Creates interactive dials</description>
    4854        <url>http://anthonyterrien.com/knob/</url>
    4955        <license>MIT,GPL</license>
    50     </item>
     56    </item> 
    5157    <item>
    5258        <name>Lettering</name>
  • jam/trunk/readme.txt

    r781546 r782205  
    66Requires at least: 3.0.1
    77Tested up to: 3.4
    8 Stable tag: 1.3
     8Stable tag: 1.31
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     441.31
     45* Added: jQuery.Countdown [by request]
     46
    44471.3
    4548* Fixed: Admin panel javascript set to load only on JAM options pages.
Note: See TracChangeset for help on using the changeset viewer.