Plugin Directory

Changeset 1809759


Ignore:
Timestamp:
01/26/2018 03:59:45 AM (8 years ago)
Author:
DevonOstendorf
Message:

Release v1.1.0

  • assets:
  • Renamed screenshot-4.jpg through screenshot-7.jpg, incrementing each file number by one, to account for creation of new screenshot-4.jpg


  • Added screenshot-4.jpg to show shortcode usage


  • local-like-and-share.php:
  • Updated Version to 1.1.0
  • README.txt:
  • Updated Stable tag to 1.1.0


  • Updated Screenshots section to reflect complete set of functionality available in v1.1.0


  • Supplemented Changelog section to detail what's new in v1.1.0


  • Supplemented Upgrade Notice section to summarize what's new in v1.1.0
  • includes/class-local-like-and-share.php:


  • Updated plugin version to 1.1.0 in constructor
Location:
local-like-and-share
Files:
1 added
10 edited

Legend:

Unmodified
Added
Removed
  • local-like-and-share/trunk/README.txt

    r1809716 r1809759  
    66Tested up to: 4.9
    77Requires PHP: 5.6
    8 Stable tag: 1.0.6
     8Stable tag: 1.1.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1511512. Overriding the default settings with your own custom values
    1521523. 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
     1534. Using the shortcode to render the like and share buttons within the body of a post
     1545. User likes a post
     1556. User shares a post
     1567. Widget displays likes and shares
     1578. View statistics
    157158
    158159== Changelog ==
     160
     161= 1.1.0 =
     162Release 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
    159167
    160168= 1.0.6 =
     
    201209
    202210== Upgrade Notice ==
     211
     212= 1.1.0 =
     213Added 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.
    203214
    204215= 1.0.6 =
  • local-like-and-share/trunk/includes/class-local-like-and-share.php

    r1809716 r1809759  
    7070
    7171        $this->plugin_name = 'local-like-and-share';
    72         $this->version = '1.0.6';
     72        $this->version = '1.1.0';
    7373
    7474        $this->load_dependencies();
  • local-like-and-share/trunk/local-like-and-share.php

    r1527830 r1809759  
    2020 * Plugin URI:          https://devonostendorf.com/projects/#local-like-and-share
    2121 * Description:         Track liked and shared posts directly on your site.
    22  * Version:             1.0.6
     22 * Version:             1.1.0
    2323 * Author:              Devon Ostendorf <[email protected]>
    2424 * Author URI:          https://devonostendorf.com/
Note: See TracChangeset for help on using the changeset viewer.