Changeset 1774468
- Timestamp:
- 11/24/2017 04:49:25 AM (8 years ago)
- Location:
- jam/trunk
- Files:
-
- 3 edited
-
inc/collection.external.php (modified) (2 diffs)
-
jam.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jam/trunk/inc/collection.external.php
r994440 r1774468 46 46 print '</form>'; 47 47 endif; 48 break;49 48 endif; // GET PURGE 50 49 … … 63 62 if ( !$externals[$_GET['editexternal']] ): 64 63 print "Script not found"; 65 break;64 return; 66 65 endif; 67 66 $x = $externals[$_GET['editexternal']]; -
jam/trunk/jam.php
r994916 r1774468 7 7 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. 8 8 Author: Avant 5 Multimedia 9 Version: 2. 0.19 Version: 2.1 10 10 Author URI: http://www.avant5.com 11 11 12 Copyright 201 3Avant 5 Multimedia ( email : info@avant5.com )12 Copyright 2017 Avant 5 Multimedia ( email : info@avant5.com ) 13 13 14 14 This program is free software; you can redistribute it and/or modify … … 24 24 25 25 */ 26 27 if ( ! defined( 'ABSPATH' ) ): 28 exit; 29 endif; 26 30 27 31 if (!is_admin()): … … 63 67 print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/gridster/jquery.gridster.min.js\"></script>\n"; 64 68 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"; 66 70 if ( $plugins['jQuery Knob'] ) 67 71 print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/jquery-knob/jquery.knob.js\"></script>\n"; -
jam/trunk/readme.txt
r997025 r1774468 5 5 Plugin URI: http://www.avant5.com/jam 6 6 Requires at least: 3.0.1 7 Tested up to: 4. 08 Stable tag: 2. 0.17 Tested up to: 4.9 8 Stable tag: 2.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 12 A quick interface to popular jQuery plugins and the jQuery and Javascript packaged with Wordpress. 13 14 == JAM is Discontinued == 15 16 Thanks 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 17 indefinitely. We highly recomment using the jsDelivr plugin as an alternative for serving all of your Javascript applications. 13 18 14 19 == Description == … … 26 31 * More responsive UI and performance 27 32 * Auto-updating of scripts 28 * jsDeliv er CSS libraries33 * jsDelivr CSS libraries 29 34 * Access to additional plugins embedded in Wordpress - especially non-jQuery apps 30 35 * Help files and set up instructions for individual plugins … … 59 64 60 65 == Changelog == 66 2.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 61 71 1.32 62 72 * Added: Six additional plugins from the WP package.
Note: See TracChangeset
for help on using the changeset viewer.