All Projects β†’ Remzi1993 β†’ jquery-manager

Remzi1993 / jquery-manager

Licence: GPL-3.0 License
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

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to jquery-manager

guide-charles-proxy
Charles - Web Debugging Proxy Application. I want to share my experiences when I worked with Charles. It is such an amazing application for debugging and testing the presentation of UI when trying different set of data. Hope you guys will master Charles after reading this section. Let’s find out! πŸ–
Stars: ✭ 22 (-18.52%)
Mutual labels:  debugging, debugging-tool
caddy-trace
Request Debugging Middleware Plugin for Caddy v2
Stars: ✭ 25 (-7.41%)
Mutual labels:  debugging, debugging-tool
ducky
Chrome extension to overlay a (super adorable) rubber duck, as a virtual companion during rubber duck debugging.
Stars: ✭ 80 (+196.3%)
Mutual labels:  debugging, debugging-tool
bugsnag-vue
[DEPRECATED] This package now lives within the monorepo for our Universal JS notifier "@bugsnag/js" β€’ https://github.com/bugsnag/bugsnag-js
Stars: ✭ 26 (-3.7%)
Mutual labels:  debugging, debugging-tool
devmod
Developer Module for debugging web applications
Stars: ✭ 16 (-40.74%)
Mutual labels:  debugging, debugging-tool
emacs-inspector
Inspection tool for Emacs Lisp objects.
Stars: ✭ 71 (+162.96%)
Mutual labels:  debugging, debugging-tool
TrackJS-Node
TrackJS Error Monitoring agent for NodeJS
Stars: ✭ 26 (-3.7%)
Mutual labels:  debugging, debugging-tool
Icecream
🍦 Never use print() to debug again.
Stars: ✭ 5,601 (+20644.44%)
Mutual labels:  debugging, debugging-tool
docker-pudb
Debug Python code within a Docker container remotely from your terminal using pudb
Stars: ✭ 18 (-33.33%)
Mutual labels:  debugging, debugging-tool
awesome print.cr
It dreams about becoming ruby's awesome_print for crystal-lang, under light development.
Stars: ✭ 13 (-51.85%)
Mutual labels:  debugging, debugging-tool
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (+88.89%)
Mutual labels:  debugging, debugging-tool
madbomber
Backtrace-on-throw C++ exception logger
Stars: ✭ 17 (-37.04%)
Mutual labels:  debugging, debugging-tool
Icecream Cpp
🍦 Never use cout/printf to debug again
Stars: ✭ 225 (+733.33%)
Mutual labels:  debugging, debugging-tool
dwarf import
This loads DWARF info from an open binary and propagates function names, arguments, and type info
Stars: ✭ 18 (-33.33%)
Mutual labels:  debugging, debugging-tool
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (+681.48%)
Mutual labels:  debugging, debugging-tool
Specter
Super simple debugging for PocketMine.
Stars: ✭ 73 (+170.37%)
Mutual labels:  debugging, debugging-tool
Gdb Frontend
β˜• GDBFrontend is an easy, flexible and extensionable gui debugger.
Stars: ✭ 2,104 (+7692.59%)
Mutual labels:  debugging, debugging-tool
Frodo2
Android Library for Logging RxJava2 Components
Stars: ✭ 142 (+425.93%)
Mutual labels:  debugging, debugging-tool
vscode-cc65-debugger
VSCode extension for CC65 debugging with VICE or Mesen
Stars: ✭ 26 (-3.7%)
Mutual labels:  debugging, debugging-tool
pydbg
Python implementation of the Rust `dbg` macro
Stars: ✭ 85 (+214.81%)
Mutual labels:  debugging, debugging-tool

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 [email protected]: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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].