Ignore:
Timestamp:
May 8, 2015, 9:51:02 PM (9 years ago)
Author:
SergeD
Message:

version 1.0.4 - see changelog for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ShareThis/main.inc.php

    r31106 r31136  
    22/*
    33Plugin Name: ShareThis
    4 Version: 1.0.3
     4Version: 1.0.4
    55Description: Add "Share This" functionality to your site
    6 //Plugin URI: http://piwigo.org/ext/extension_view.php?eid=543
     6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=793
    77Author: Serguei Dosyukov
    88Author URI: http://blog.dragonsoft.us
     
    1515// +-----------------------------------------------------------------------+
    1616
    17 define('SHARETHIS_VERSION', '1.0.3');
     17define('SHARETHIS_VERSION', '1.0.4');
    1818define('SHARETHIS_ID',      basename(dirname(__FILE__)));
    1919define('SHARETHIS_PATH' ,   PHPWG_PLUGINS_PATH . SHARETHIS_ID . '/');
     
    9494    "icon_class"  => "fa fa-share-alt",
    9595    "title"       => "{'Share This'|@translate}",
    96     "content"     => '<span>{\'Share This:\'|@translate}</span>'
     96    "content"     => '<span>{\'Share This\'|@translate}:</span>'
    9797                       . '{html_head}<!-- START OPEN GRAPH TAGS-->{"\n"}'
    9898                       . '<meta property="og:title" content="{$GALLERY_TITLE} | {$PAGE_TITLE}{if $current->author} | by {$current->author}{/if}" />{"\n"}'
Note: See TracChangeset for help on using the changeset viewer.