Changeset 3188312
- Timestamp:
- 11/14/2024 05:38:55 AM (17 months ago)
- Location:
- wp-screenshot/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
wp-screenshot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-screenshot/trunk/readme.txt
r1659906 r3188312 1 === Plugin Name===1 === WP Screenshot === 2 2 3 3 Contributors: larsbachmann … … 8 8 Author: Lars Bachmann 9 9 Requires at least: 2.5 10 Tested up to: 4.7.511 Stable tag: 1. 512 Version: 1. 510 Tested up to: 6.7 11 Stable tag: 1.6 12 Version: 1.6 13 13 License: GPLv2 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 18 18 Insert screenshots in your post and pages using a simple shortcode. 19 19 20 * [screenshot width=200]www.wordpress.org[/screenshot]20 [screenshot width=700]www.wordpress.org[/screenshot] 21 21 22 Will show a screenshot of wordpress.org ( 200px width).22 Will show a screenshot of wordpress.org (700px width). 23 23 This plugin uses mshots from WordPress. 24 24 25 25 It's a very handy plugin, and you can use it on your portfolio page, webdirectory etc. 26 26 27 See screenshot examples at http ://www.larsbachmann.dk/wp-screenshots27 See screenshot examples at https://larsbachmann.dk/plugins/wp-screenshot 28 28 29 29 == Installation == … … 32 32 2. Activate plugin 33 33 3. Insert shortcode to show a screenshot of a webpage 34 4. ex: [screenshot width= 225]www.wordpress.org[/screenshot]34 4. ex: [screenshot width=550]larsbachmann.dk[/screenshot] 35 35 36 36 == Upgrade Notice == … … 41 41 42 42 == Changelog == 43 = 1.6 = 44 45 testet it with WordPress 6.7 43 46 44 47 = 1.5 = 45 48 46 49 * It now supports https 47 48 = 1.4 =49 50 * Small update51 50 52 51 = 1.3 = -
wp-screenshot/trunk/wp-screenshot.php
r1659906 r3188312 1 1 <?php 2 2 /* Plugin Name: WP Screenshot 3 * Plugin URI: http ://www.larsbachmann.dk/screenshots-af-websites-i-wordpress.html3 * Plugin URI: https://larsbachmann.dk/plugins/wp-screenshot 4 4 * Description: Just insert a simple shortcode to show a screenshot of any website. 5 5 * Author: Lars Bachmann 6 * Author URI: http ://www.larsbachmann.dk/7 * Stable tag: 1. 58 * Version: 1. 56 * Author URI: https://larsbachmann.dk 7 * Stable tag: 1.6 8 * Version: 1.6 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.