dealertrend / wordpress-plugin-inventory-api

This is the new WordPress plugin for DealerTrend, Inc. It will interface with their Automotive Information System's API.
http://www.dealertrend.com
GNU General Public License v2.0
22 stars 6 forks source link

Add graceful fall back for built in dependancies: Javascript #93

Closed grok closed 12 years ago

grok commented 12 years ago

Current jQuery version is v1.6.2 - and they change the major version we should fall back to a CDN or something.

Otherwise...things will break...and that sucks.

Right now - this is blocked...because we don't know what versioning semantics - so I don't know what the real major version is... :(

grok commented 12 years ago

Another possible solution is to just download the jquery libraries in use - make them local to the plugin and then register them separately. The only concern is conflicts with other plugins using similar libraries.

If their libraries come AFTER ours...then they will overwrite them.

Maybe just notify the user that we have only tested jQuery 1.6.x rather than falling back...

grok commented 12 years ago

Migrated to basecamp.