Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Remzi1993/jquery-manager

I'm studying Software Engineering and I don't have any time anymore to maintain this project as an individual.

Also WP 5+ don't need this third party plugin anymore since there is an offical WP plugin for Jquery from the WP Dev team.

Download jQuery Manager (WordPress plugin)

GitHub release GitHub issues GitHub forks GitHub stars GitHub license FOSSA Status Travis (.com) branch Maintainability PRs Welcome first-timers-only

jQuery Manager for WordPress

jQuery Manager for WordPress is an open source project and I would like to invite anyone to contribute. The development and issue tracker is located here on GitHub.

About this debugging tool

Manage jQuery and jQuery Migrate on a WordPress website, activate/select a specific jQuery and/or jQuery Migrate version. The ultimate jQuery debugging tool for WordPress.

Why yet another jQuery Updater / Manager / Developer / Debugging tool?

Because none of the developer tools let's you select a specific version of jQuery and/or jQuery Migrate. Providing both the compressed minified / production and the uncompressed / development version. See features below! πŸ†

βœ… Turn on/off jQuery and/or jQuery Migrate
βœ… Activate a specific version of jQuery and/or jQuery Migrate
βœ… Choose how to load jQuery Migrate in the Head or at the end of the Body What's the effect? source 1
βœ… Async or defer jQuery and/or jQuery Migrate What's the effect? source 2, source 3
βœ… Development done using WordPress Coding Standards, also a lot of "jQuery Updater" plugins are outdated and/or buggy / bloated
βœ… Only executed in the front-end, doesn't interfere with WordPress admin/backend and WP customizer (for compatibility reasons) See: https://core.trac.wordpress.org/ticket/45130 and https://core.trac.wordpress.org/ticket/37110
πŸ†• Debug mode
πŸ‘ Active development
πŸ‘ Active support
πŸ”„ Working on more features

Download jQuery Manager for WordPress

Go to the wordpress.org plugin page wordpress.org/plugins/jquery-manager/ and download the .zip file.

Manual installation by uploading .zip file via WordPress admin

  1. Navigate to > Plugins > Add New
  2. On your top left > click on Upload Plugin and select the .zip file you downloaded earlier and click Install Now
  3. By activating the plugin, jQuery and jQuery Migrate are updated to the latest stable version by default. (Plugin settings are located under Tools)

Manual installation by uploading folder/directory via FTP, SFTP or SSH

  1. Unzip (extract/unpack/uncompress) the .zip file you downloaded earlier
  2. Upload the folder jquery-manager to the /wp-content/plugins/ directory on your server
  3. By activating the plugin, jQuery and jQuery Migrate are updated to the latest stable version by default. (Plugin settings are located under Tools)

I have a few people I would like to thank

@YahnisElsts for his amazing work on a updater, that we were using in this open source project before we became an official WP plugin:
https://github.com/YahnisElsts/plugin-update-checker

@tareq1988 for his awesome WordPress Settings API abstraction class:
https://github.com/tareq1988/wordpress-settings-api-class

I thank @w3guy for a library which made my live easier: https://github.com/w3guy/persist-admin-notices-dismissal

Bug reports

Report bugs, issues, questions and/or feature request on our GitHub issues page.

Screenshots

Do you want to help with development?

Working on some awesome feature or a fix? Fork this repo and create a new branch (branch name for example: feature-name or fix-name) and when you're finished do a pull request.

Go to your working WP plugins directory / WordPress install: /wp-content/plugins/ this is where you want to clone this project or your forked repo in.

Use the following command to clone this repository:
$ git clone git@github.com:Remzi1993/jquery-manager.git (example)
If you have forked this repo. You should clone your own repo. To begin working on your feature or fix you should create a branch, this will be easier for us to check your pull request later on.

Git workflow explained

Keep your forks up to date with the upstream repo - or use the Pull GitHub App

Tutorial: http://makeapullrequest.com

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

WordPress

This project uses Semantic Versioning

Given a version number MAJOR.MINOR.PATCH:

  1. MAJOR version number increases when incompatible API changes are made
  2. MINOR version number increases when functionality in a backwards-compatible manner are added
  3. PATCH version number increases when backwards-compatible bug fixes are made

License

FOSSA Status

First timers test - add your name below! - https://www.firsttimersonly.com

  • Akhil
  • tavaresjaime00
  • Arun
  • sharduldesai7
  • Anushka
  • Finewitch
  • SkelleyBelly

About

Manage jQuery and jQuery Migrate on a WordPress website, activate a specific jQuery and/or jQuery Migrate version. The ultimate jQuery debugging tool for WordPress

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published