Plugin Directory

Changeset 1930579


Ignore:
Timestamp:
08/27/2018 01:24:28 AM (8 years ago)
Author:
samwilson
Message:

Version 1.0.0

Location:
embed-piwigo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • embed-piwigo/trunk/README.md

    r1926179 r1930579  
    66Tested up to: 4.9
    77Requires PHP: 5.6
    8 Stable tag: 0.4.0
     8Stable tag: 1.0.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2121== Description ==
    2222
    23 The Embed Piwigo plugin adds support for embedding photos from whitelisted Piwigo websites.
     23The Embed Piwigo plugin adds support for embedding photos from whitelisted [Piwigo](https://piwigo.org/) websites.
    2424
    2525This means that you can add the URL (a.k.a. 'web address')
    2626of a photo in a Piwigo site to a WordPress post or page,
    2727and a medium-sized, centered image will be inserted in its place.
     28
     29The standard WordPress captioning system will be used (as for the [Caption Shortcode](https://codex.wordpress.org/Caption_Shortcode)),
     30with the photo's title, date, and description added if they're available for a given image.
     31
     32For example, if you have `https://piwigo.org/demo` in your Piwigo site URLs list,
     33and add the following URL on its own line in a post or page on your blog:
     34
     35    https://piwigo.org/demo/picture.php?/1382/category/111
     36
     37then a photo of a mountain in Kerzers will be inserted,
     38with the caption *"Colline de Chiètres (May 6, 2016)"*.
     39The date format will match whatever your WordPress installation is configured to use.
    2840
    2941== Installation ==
     
    3345Then go to the "Settings" → "Writing" page in the WordPress admin area,
    3446and list your Piwigo site URLs in the new "Piwigo site URLs" field.
     47
     48Note that trailing slashes on the URLs do not matter,
     49and can be added or not as you prefer.
    3550
    3651== Frequently Asked Questions ==
     
    4257
    4358== Changelog ==
     59
     60= 1.0.0 =
     61* First stable release.
     62* Documentation improvements.
    4463
    4564= 0.4.0 =
  • embed-piwigo/trunk/embed-piwigo.php

    r1926179 r1930579  
    1111 * Plugin URI:        https://samwilson.id.au/plugins/embed-piwigo/
    1212 * Description:       Embed photos from a whitelist of Piwigo websites.
    13  * Version:           0.4.0
     13 * Version:           1.0.0
    1414 * Author:            Sam Wilson
    1515 * Author URI:        https://samwilson.id.au
     
    1919 * Domain Path:       /languages
    2020 */
    21 
    22 define( 'EMBED_PIWIGO_VERSION', '0.4.0' );
    2321
    2422// If this file is called directly, abort.
Note: See TracChangeset for help on using the changeset viewer.