توضیحات
Automate the process of taking website screenshots.
تغییرات این نسخه
1.7.7 – 22nd November 2021
Fix broken images (the image url moved – thanks @idanka for finding the fix).
Small tweaks and improvements to the UX
Update scripts and packages to the latest version.
1.7.6 – 18th June 2021
Fix possible XSS vulnerability as reported by WPScan.
1.7.5 – 27th January 2021
Fix variable comparison that could cause errors in some situations.
Add missing text domain for translations.
1.7.4 – 15th July 2019
Add a $shortcode parameter to the shortcode_atts function call so that the shortcode properties can be filtered.
Added option to allow screenshot to link to the post’s URL.
Make get_shots static so it can be used outside of the shortcode/ gutenberg block.
1.7.3 – 12th June 2019
Add PERMALINK as a link property. If you set the link url to PERMALINK then the url will point to the currrent page or post.
Improve the default alt text. Previously it would display the url for the screenshot, but this could be messy, and is not actually useful. Now displays “Screenshot from domain-name”.
1.7.2 – 11th June 2019
Ensuring display_link is a boolean in the shortcode.
Code formatting and cleanup.
1.7.1 – 11th June 2019
Add a new parameter display_link that allows you to disable the link around the screenshot. Defaults to true. Set to false to remove the link.
Add some placeholder text to the input fields to make it clearer what is expected.
Change the rel link property to a toggle for one click changes.
1.7 – 8th June 2019
Add Gutenberg block
Fix broken images (the image url moved – thanks @idanka for finding the fix).
Small tweaks and improvements to the UX
Update scripts and packages to the latest version.
1.7.6 – 18th June 2021
Fix possible XSS vulnerability as reported by WPScan.
1.7.5 – 27th January 2021
Fix variable comparison that could cause errors in some situations.
Add missing text domain for translations.
1.7.4 – 15th July 2019
Add a $shortcode parameter to the shortcode_atts function call so that the shortcode properties can be filtered.
Added option to allow screenshot to link to the post’s URL.
Make get_shots static so it can be used outside of the shortcode/ gutenberg block.
1.7.3 – 12th June 2019
Add PERMALINK as a link property. If you set the link url to PERMALINK then the url will point to the currrent page or post.
Improve the default alt text. Previously it would display the url for the screenshot, but this could be messy, and is not actually useful. Now displays “Screenshot from domain-name”.
1.7.2 – 11th June 2019
Ensuring display_link is a boolean in the shortcode.
Code formatting and cleanup.
1.7.1 – 11th June 2019
Add a new parameter display_link that allows you to disable the link around the screenshot. Defaults to true. Set to false to remove the link.
Add some placeholder text to the input fields to make it clearer what is expected.
Change the rel link property to a toggle for one click changes.
1.7 – 8th June 2019
Add Gutenberg block