-
Notifications
You must be signed in to change notification settings - Fork 26
refactor: deprecate the Feedzy Classic Block http protocol selector #1099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the Editor and Inspector components for the Feedzy RSS feeds WordPress block, focusing on code modernization and cleanup. The changes improve code formatting, update deprecated jQuery patterns, and remove unused HTTP handling functionality.
- Removes deprecated HTTP image handling options and related code
- Updates array syntax from arrays to React Fragments for better readability
- Modernizes global variable access patterns (feedzyjs → window.feedzyjs)
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
File | Description |
---|---|
js/FeedzyBlock/inspector.js | Converts array syntax to Fragment components, removes HTTP handling controls, updates global variable references |
js/FeedzyBlock/Editor.js | Removes HTTP-related methods, updates jQuery/moment references, improves accessibility with proper button elements |
Plugin build for 1ddf924 is ready 🛎️!
Note You can preview the changes in the Playground |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
a246e03
to
1ddf924
Compare
🎉 This PR is included in version 5.0.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Will affect visual aspect of the product
YES
Screenshots
Test instructions
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/feedzy-rss-feeds-pro/issues/865