Changeset 1809759
- Timestamp:
- 01/26/2018 03:59:45 AM (8 years ago)
- Location:
- local-like-and-share
- Files:
-
- 1 added
- 10 edited
-
assets/screenshot-1.jpg (modified) (previous)
-
assets/screenshot-2.jpg (modified) (previous)
-
assets/screenshot-3.jpg (modified) (previous)
-
assets/screenshot-4.jpg (modified) (previous)
-
assets/screenshot-5.jpg (modified) (previous)
-
assets/screenshot-6.jpg (modified) (previous)
-
assets/screenshot-7.jpg (modified) (previous)
-
assets/screenshot-8.jpg (added)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/includes/class-local-like-and-share.php (modified) (1 diff)
-
trunk/local-like-and-share.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
local-like-and-share/trunk/README.txt
r1809716 r1809759 6 6 Tested up to: 4.9 7 7 Requires PHP: 5.6 8 Stable tag: 1. 0.68 Stable tag: 1.1.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 151 151 2. Overriding the default settings with your own custom values 152 152 3. Adding the widget to a sidebar and overriding the defaults with your own custom values 153 4. User likes a post 154 5. User shares a post 155 6. Widget displays likes and shares 156 7. View statistics 153 4. Using the shortcode to render the like and share buttons within the body of a post 154 5. User likes a post 155 6. User shares a post 156 7. Widget displays likes and shares 157 8. View statistics 157 158 158 159 == Changelog == 160 161 = 1.1.0 = 162 Release Date: January 25, 2018 163 164 * NEW: Added shortcode to generate like and share buttons 165 * CHANGED: Replaced gear dashicon w/ heart dashicon for Local Like And Share top level menu 166 * FIXED: Prevented buttons from displaying on search results pages 159 167 160 168 = 1.0.6 = … … 201 209 202 210 == Upgrade Notice == 211 212 = 1.1.0 = 213 Added shortcode to generate like and share buttons. Replaced gear dashicon w/ heart dashicon for Local Like And Share top level menu. Prevented buttons from displaying on search results pages. 203 214 204 215 = 1.0.6 = -
local-like-and-share/trunk/includes/class-local-like-and-share.php
r1809716 r1809759 70 70 71 71 $this->plugin_name = 'local-like-and-share'; 72 $this->version = '1. 0.6';72 $this->version = '1.1.0'; 73 73 74 74 $this->load_dependencies(); -
local-like-and-share/trunk/local-like-and-share.php
r1527830 r1809759 20 20 * Plugin URI: https://devonostendorf.com/projects/#local-like-and-share 21 21 * Description: Track liked and shared posts directly on your site. 22 * Version: 1. 0.622 * Version: 1.1.0 23 23 * Author: Devon Ostendorf <[email protected]> 24 24 * Author URI: https://devonostendorf.com/
Note: See TracChangeset
for help on using the changeset viewer.