Skip to content

6.0.1

Compare
Choose a tag to compare
@dcooney dcooney released this 08 Nov 20:49
· 31 commits to main since this release

6.0.1 - November 8, 2023

  • FIX: Fixed issue with admin_footer_text hook incorrectly echoing data in the WP admin.
  • UPDATE: Various code, UX and UI updates throughout the app.
  • UPDATE: Updates Requires at least version to 5.0 as plugin relies on Gutenberg editor scripts.
  • NEW: Added hook for modifying the image attribution text.
add_filter( 'instant_images_attribution', function() {
	return __( 'This <a href="{image_url}">photo</a> is by <a href="{user_url}">{username}</a> and available for free on <a href="{provider_url}">{provider}</a>', 'framework' );
} );