Plugin Directory

Changeset 3188312


Ignore:
Timestamp:
11/14/2024 05:38:55 AM (17 months ago)
Author:
larsbachmann
Message:

Updated trunk version

Location:
wp-screenshot/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-screenshot/trunk/readme.txt

    r1659906 r3188312  
    1 === Plugin Name ===
     1=== WP Screenshot ===
    22
    33Contributors:      larsbachmann
     
    88Author:            Lars Bachmann
    99Requires at least: 2.5
    10 Tested up to:      4.7.5
    11 Stable tag:        1.5
    12 Version:           1.5
     10Tested up to:      6.7
     11Stable tag:        1.6
     12Version:           1.6
    1313License:       GPLv2
    1414License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    1818Insert screenshots in your post and pages using a simple shortcode.
    1919
    20 * [screenshot width=200]www.wordpress.org[/screenshot]
     20[screenshot width=700]www.wordpress.org[/screenshot]
    2121
    22 Will show a screenshot of wordpress.org (200px width).
     22Will show a screenshot of wordpress.org (700px width).
    2323This plugin uses mshots from WordPress.
    2424
    2525It's a very handy plugin, and you can use it on your portfolio page, webdirectory etc.
    2626
    27 See screenshot examples at http://www.larsbachmann.dk/wp-screenshots
     27See screenshot examples at https://larsbachmann.dk/plugins/wp-screenshot
    2828
    2929== Installation ==
     
    32322. Activate plugin
    33333. Insert shortcode to show a screenshot of a webpage
    34 4. ex: [screenshot width=225]www.wordpress.org[/screenshot]
     344. ex: [screenshot width=550]larsbachmann.dk[/screenshot]
    3535
    3636== Upgrade Notice ==
     
    4141
    4242== Changelog ==
     43= 1.6 =
     44
     45testet it with WordPress 6.7
    4346
    4447= 1.5 =
    4548
    4649* It now supports https
    47 
    48 = 1.4 =
    49 
    50 * Small update
    5150
    5251= 1.3 =
  • wp-screenshot/trunk/wp-screenshot.php

    r1659906 r3188312  
    11<?php
    22/* Plugin Name: WP Screenshot
    3  * Plugin URI: http://www.larsbachmann.dk/screenshots-af-websites-i-wordpress.html
     3 * Plugin URI: https://larsbachmann.dk/plugins/wp-screenshot
    44 * Description: Just insert a simple shortcode to show a screenshot of any website.
    55 * Author: Lars Bachmann
    6  * Author URI: http://www.larsbachmann.dk/
    7  * Stable tag: 1.5
    8  * Version: 1.5
     6 * Author URI: https://larsbachmann.dk
     7 * Stable tag: 1.6
     8 * Version: 1.6
    99 */
    1010 
Note: See TracChangeset for help on using the changeset viewer.