Changeset 1679857
- Timestamp:
- 06/16/2017 12:23:12 PM (9 years ago)
- Location:
- simple-sharing
- Files:
-
- 7 added
- 3 edited
- 12 copied
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.jpg (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
tags/2.0.2 (copied) (copied from simple-sharing/trunk)
-
tags/2.0.2/README.txt (copied) (copied from simple-sharing/trunk/README.txt) (3 diffs)
-
tags/2.0.2/admin/class-exxica-simple-sharing-admin.php (copied) (copied from simple-sharing/trunk/admin/class-exxica-simple-sharing-admin.php)
-
tags/2.0.2/admin/class-exxica-simple-sharing-settings.php (copied) (copied from simple-sharing/trunk/admin/class-exxica-simple-sharing-settings.php)
-
tags/2.0.2/exxica-simple-sharing.php (copied) (copied from simple-sharing/trunk/exxica-simple-sharing.php) (1 diff)
-
tags/2.0.2/includes/class-exxica-simple-sharing.php (copied) (copied from simple-sharing/trunk/includes/class-exxica-simple-sharing.php) (1 diff)
-
tags/2.0.2/languages/exxica-simple-sharing-fr.mo (copied) (copied from simple-sharing/trunk/languages/exxica-simple-sharing-fr.mo)
-
tags/2.0.2/languages/exxica-simple-sharing-fr.po (copied) (copied from simple-sharing/trunk/languages/exxica-simple-sharing-fr.po)
-
tags/2.0.2/languages/exxica-simple-sharing-nb_NO.mo (copied) (copied from simple-sharing/trunk/languages/exxica-simple-sharing-nb_NO.mo)
-
tags/2.0.2/languages/exxica-simple-sharing-nb_NO.po (copied) (copied from simple-sharing/trunk/languages/exxica-simple-sharing-nb_NO.po)
-
tags/2.0.2/public/class-exxica-simple-sharing-public.php (copied) (copied from simple-sharing/trunk/public/class-exxica-simple-sharing-public.php)
-
tags/2.0.2/public/css/exxica-simple-sharing-public.css (copied) (copied from simple-sharing/trunk/public/css/exxica-simple-sharing-public.css)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/exxica-simple-sharing.php (modified) (1 diff)
-
trunk/includes/class-exxica-simple-sharing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-sharing/tags/2.0.2/README.txt
r1679843 r1679857 34 34 == Frequently Asked Questions == 35 35 = 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.36 The 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. 37 37 38 38 = Where can I configure this plugin? = … … 40 40 41 41 == Screenshots == 42 1. Default sharing tool, colors match the theme's links. 42 1. Default icons, normal sized buttons, with text. 43 2. Default icons, 2XL buttons, without text. 44 3. Default icons, 4XL buttons, without text. 45 4. Squared icons, 3XL buttons, without text. 46 5. Squared icons, XL buttons, vertical, with text. 43 47 44 48 == Installation == … … 53 57 54 58 == Changelog == 59 = 2.0.2 = 60 - Fixed a bug in the repository. 61 - Edited README. 62 - Replaced screenshots. 63 55 64 = 2.0.1 = 56 65 - Made the options global. -
simple-sharing/tags/2.0.2/exxica-simple-sharing.php
r1677662 r1679857 9 9 * Plugin Name: Exxica Simple Sharing 10 10 * Description: Adds a simple sharing tool wherever you want. 11 * Version: 2.0. 111 * Version: 2.0.2 12 12 * Author: Gaute Rønningen 13 13 * Author URI: http://exxica.com/ -
simple-sharing/tags/2.0.2/includes/class-exxica-simple-sharing.php
r1679843 r1679857 61 61 62 62 $this->plugin_name = 'exxica-simple-sharing'; 63 $this->version = '2.0. 1';63 $this->version = '2.0.2'; 64 64 65 65 $this->load_dependencies(); -
simple-sharing/trunk/README.txt
r1679843 r1679857 34 34 == Frequently Asked Questions == 35 35 = 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.36 The 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. 37 37 38 38 = Where can I configure this plugin? = … … 40 40 41 41 == Screenshots == 42 1. Default sharing tool, colors match the theme's links. 42 1. Default icons, normal sized buttons, with text. 43 2. Default icons, 2XL buttons, without text. 44 3. Default icons, 4XL buttons, without text. 45 4. Squared icons, 3XL buttons, without text. 46 5. Squared icons, XL buttons, vertical, with text. 43 47 44 48 == Installation == … … 53 57 54 58 == Changelog == 59 = 2.0.2 = 60 - Fixed a bug in the repository. 61 - Edited README. 62 - Replaced screenshots. 63 55 64 = 2.0.1 = 56 65 - Made the options global. -
simple-sharing/trunk/exxica-simple-sharing.php
r1677662 r1679857 9 9 * Plugin Name: Exxica Simple Sharing 10 10 * Description: Adds a simple sharing tool wherever you want. 11 * Version: 2.0. 111 * Version: 2.0.2 12 12 * Author: Gaute Rønningen 13 13 * Author URI: http://exxica.com/ -
simple-sharing/trunk/includes/class-exxica-simple-sharing.php
r1679843 r1679857 61 61 62 62 $this->plugin_name = 'exxica-simple-sharing'; 63 $this->version = '2.0. 1';63 $this->version = '2.0.2'; 64 64 65 65 $this->load_dependencies();
Note: See TracChangeset
for help on using the changeset viewer.