Plugin Directory

Changeset 1774468


Ignore:
Timestamp:
11/24/2017 04:49:25 AM (8 years ago)
Author:
Avant 5
Message:

Updated to version 2.1

Location:
jam/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jam/trunk/inc/collection.external.php

    r994440 r1774468  
    4646            print '</form>';
    4747        endif; 
    48         break;
    4948    endif; // GET PURGE
    5049
     
    6362        if ( !$externals[$_GET['editexternal']] ):
    6463            print "Script not found";
    65             break;
     64            return;
    6665        endif;
    6766        $x = $externals[$_GET['editexternal']];
  • jam/trunk/jam.php

    r994916 r1774468  
    77    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.
    88    Author: Avant 5 Multimedia
    9     Version: 2.0.1
     9    Version: 2.1
    1010    Author URI: http://www.avant5.com
    1111   
    12     Copyright 2013  Avant 5 Multimedia  ( email : info@avant5.com )
     12    Copyright 2017  Avant 5 Multimedia  ( email : info@avant5.com )
    1313   
    1414    This program is free software; you can redistribute it and/or modify
     
    2424   
    2525*/
     26
     27if ( ! defined( 'ABSPATH' ) ):
     28    exit;
     29endif;
    2630
    2731if (!is_admin()):
     
    6367        print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/gridster/jquery.gridster.min.js\"></script>\n";
    6468    if ( $plugins['iCheck'] )
    65         print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/icheck/jquery.jquery.icheck.min.js\"></script>\n";
     69        print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/icheck/jquery.icheck.min.js\"></script>\n";
    6670    if ( $plugins['jQuery Knob'] )
    6771        print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/jquery-knob/jquery.knob.js\"></script>\n";
  • jam/trunk/readme.txt

    r997025 r1774468  
    55Plugin URI: http://www.avant5.com/jam
    66Requires at least: 3.0.1
    7 Tested up to: 4.0
    8 Stable tag: 2.0.1
     7Tested up to: 4.9
     8Stable tag: 2.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    1212A quick interface to popular jQuery plugins and the jQuery and Javascript packaged with Wordpress.
     13
     14== JAM is Discontinued ==
     15
     16Thanks to everyone that tried and used my plugin, but because jsDelivr did such a great job, there is no need to continue with this.  JAM will continue to be maintained for Wordpress compatibility, but development has been halted
     17indefinitely.  We highly recomment using the jsDelivr plugin as an alternative for serving all of your Javascript applications.
    1318
    1419== Description ==
     
    2631* More responsive UI and performance
    2732* Auto-updating of scripts
    28 * jsDeliver CSS libraries
     33* jsDelivr CSS libraries
    2934* Access to additional plugins embedded in Wordpress - especially non-jQuery apps
    3035* Help files and set up instructions for individual plugins
     
    5964
    6065== Changelog ==
     662.1
     67* Added info to README about discontinued development
     68* Fixed PHP 7 related errors in collection.external.php
     69* Fixed icheck typo in script calling code
     70
    61711.32
    6272* Added: Six additional plugins from the WP package.
Note: See TracChangeset for help on using the changeset viewer.