Plugin Directory

Changeset 1679857


Ignore:
Timestamp:
06/16/2017 12:23:12 PM (9 years ago)
Author:
exxica
Message:

v2.0.2

Location:
simple-sharing
Files:
7 added
3 edited
12 copied

Legend:

Unmodified
Added
Removed
  • simple-sharing/tags/2.0.2/README.txt

    r1679843 r1679857  
    3434== Frequently Asked Questions ==
    3535= Where can I find the plugin after it's installed? =
    36 The plugin adds a shortcode `[ESSharer]` to your WordPress. You can use this in your text to show the sharing tool. This shortcode is automatically added to the bottom of all pages and posts with content as well.
     36The plugin adds a shortcode `[exxica_sharing]` to your WordPress. You can use this in your text to show the sharing tool. This shortcode is automatically added to the bottom of all pages and posts with content as well.
    3737
    3838= Where can I configure this plugin? =
     
    4040
    4141== Screenshots ==
    42 1. Default sharing tool, colors match the theme's links.
     421. Default icons, normal sized buttons, with text.
     432. Default icons, 2XL buttons, without text.
     443. Default icons, 4XL buttons, without text.
     454. Squared icons, 3XL buttons, without text.
     465. Squared icons, XL buttons, vertical, with text.
    4347
    4448== Installation ==
     
    5357
    5458== Changelog ==
     59= 2.0.2 =
     60- Fixed a bug in the repository.
     61- Edited README.
     62- Replaced screenshots.
     63
    5564= 2.0.1 =
    5665- Made the options global.
  • simple-sharing/tags/2.0.2/exxica-simple-sharing.php

    r1677662 r1679857  
    99 * Plugin Name:       Exxica Simple Sharing
    1010 * Description:       Adds a simple sharing tool wherever you want.
    11  * Version:           2.0.1
     11 * Version:           2.0.2
    1212 * Author:            Gaute Rønningen
    1313 * Author URI:        http://exxica.com/
  • simple-sharing/tags/2.0.2/includes/class-exxica-simple-sharing.php

    r1679843 r1679857  
    6161
    6262        $this->plugin_name = 'exxica-simple-sharing';
    63         $this->version = '2.0.1';
     63        $this->version = '2.0.2';
    6464
    6565        $this->load_dependencies();
  • simple-sharing/trunk/README.txt

    r1679843 r1679857  
    3434== Frequently Asked Questions ==
    3535= Where can I find the plugin after it's installed? =
    36 The plugin adds a shortcode `[ESSharer]` to your WordPress. You can use this in your text to show the sharing tool. This shortcode is automatically added to the bottom of all pages and posts with content as well.
     36The plugin adds a shortcode `[exxica_sharing]` to your WordPress. You can use this in your text to show the sharing tool. This shortcode is automatically added to the bottom of all pages and posts with content as well.
    3737
    3838= Where can I configure this plugin? =
     
    4040
    4141== Screenshots ==
    42 1. Default sharing tool, colors match the theme's links.
     421. Default icons, normal sized buttons, with text.
     432. Default icons, 2XL buttons, without text.
     443. Default icons, 4XL buttons, without text.
     454. Squared icons, 3XL buttons, without text.
     465. Squared icons, XL buttons, vertical, with text.
    4347
    4448== Installation ==
     
    5357
    5458== Changelog ==
     59= 2.0.2 =
     60- Fixed a bug in the repository.
     61- Edited README.
     62- Replaced screenshots.
     63
    5564= 2.0.1 =
    5665- Made the options global.
  • simple-sharing/trunk/exxica-simple-sharing.php

    r1677662 r1679857  
    99 * Plugin Name:       Exxica Simple Sharing
    1010 * Description:       Adds a simple sharing tool wherever you want.
    11  * Version:           2.0.1
     11 * Version:           2.0.2
    1212 * Author:            Gaute Rønningen
    1313 * Author URI:        http://exxica.com/
  • simple-sharing/trunk/includes/class-exxica-simple-sharing.php

    r1679843 r1679857  
    6161
    6262        $this->plugin_name = 'exxica-simple-sharing';
    63         $this->version = '2.0.1';
     63        $this->version = '2.0.2';
    6464
    6565        $this->load_dependencies();
Note: See TracChangeset for help on using the changeset viewer.