Release 1.0.6#27
Merged
wordpressfan merged 5 commits intotrunkfrom Jul 21, 2025
Merged
Conversation
* make first version works * use correct js file * remove not needed changes * play with gitattributes * try changing the location of assets * restructuring the assets * check if imagify is activated or not * try install and activate imagify with button click * try admin-ajax * add preloader and redirect in new tab * try inserting the content via JS * add code for block editor * change the admin.js code to make it works * add template with the correct HTML * start adding the style.css * add styles * adjust admin script to handle the install process * add the missed image * adjust the code and fix minor bugs * fix css * fix all phpcs * add the assets php files into ignore * Update assets-src/js/admin.js for code review change Co-authored-by: Gaël Robin <robin.gael@gmail.com> * add the version as a property to be easily changed * fix styling * Set imagify partner * fix post install code to use the correct files * make it more dynamic * use wp_add_inline_script instead of wp_localize_script * check if the GET index has a value before moving forward * fix phpcs * fixed comments from Hanna * Fixed conflict changes --------- Co-authored-by: Gaël Robin <robin.gael@gmail.com> Co-authored-by: Michael Lee <michaelleemichaellee408@gmail.com>
…r imagify activation
* add close button into media uploader * add the missed button * remove the promote imagify notice correctly * build assets again * fix phpcs * adjust close button size * add the button also for the image block * fix the close button size * change the version 1.0.6 before releasing
# Conflicts: # src/assets/js/admin.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Changelog:
Type of change