Metadata-Version: 1.1
Name: plone.app.jquery
Version: 1.9.1.2
Summary: jQuery integration for Plone
Home-page: http://pypi.python.org/pypi/plone.app.jquery
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL version 2
Description: Introduction
        ============
        
        plone.app.jquery adds `jquery`_ library to Plone.
        
        Included is the jQuery migration plugin. You can install it by importing the
        ``development`` profile.
        
        Versions
        ========
        
        Version numbers of the package is the same as the jQuery library + packaging version.
        
        Available versions of this package are:
        
        - 1.9.1
        - 1.8.3
        - 1.7.2
        - 1.4.4
        
        jQuery 1.7 is not supported on Plone < 4.3. So if you have dependencies on plone.app.jquery
        you should pin it in your buildout configuration to 1.4.4.
        
        .. _`jquery`: http://jquery.com
        
        Changelog
        =========
        
        1.9.1.2 (2014-09-23)
        --------------------
        
        - Add jquery.min.map for jQuery 1.9.1 from
          https://raw.githubusercontent.com/jquery/jquery/1.9.1/jquery.min.map and
          modify jquery-1.9.1.js script to include it.
          [thet]
        
        
        1.9.1.1 (2014-07-10)
        --------------------
        
        - Add development profile to include the unminified version of jQuery and the
          migrate plugin.
          [thet]
        
        - Add jQuery migrate plugin.
          [thet]
        
        - Better naming for jQuery resources in filesystem.
          [thet]
        
        - Fix initial-upgrade profile directory declaration.
          [fulv]
        
        
        1.9.1 (2013-03-06)
        ------------------
        
        - Add 1.9 branch with jQuery 1.9.1.
          [toutpt]
        
Keywords: Plone jQuery
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
