Plugin Directory

Changeset 2545363


Ignore:
Timestamp:
06/10/2021 12:53:25 AM (5 years ago)
Author:
viktormorales
Message:

FIX show buttons default to YES

Location:
vhm-share-buttons
Files:
3 edited
16 copied

Legend:

Unmodified
Added
Removed
  • vhm-share-buttons/tags/1.0.4/trunk/README.md

    r2504509 r2545363  
    2121* For secure websites (HTTPS), will show one button on mobile devices.
    2222
     23## Changelog
     24### 1.0.3
     25* FIX default options show buttons to true
     26
     27### 1.0
     28* First release.
     29
    2330## Author
    24 * Viktor H. Morales ([viktormorales.com](https://viktormorales.com))
    25 * Twitter: [@viktormorales](http://viktormorales.com)
     31* Viktor H. Morales [@vhmfreelance](https://instagram.com/vhmfreelance)
    2632
    2733## License
  • vhm-share-buttons/tags/1.0.4/trunk/README.txt

    r2544716 r2545363  
    77Requires PHP: 7.0
    88Tags: share, social, facebook, twitter, telegram, whatsapp, button
    9 Stable tag: 1.0.3
     9Stable tag: 1.0.4
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838==Changelog==
     39= 1.0.4 =
     40* FIX default options show buttons to true
     41
    3942= 1.0 =
    4043* First release.
  • vhm-share-buttons/tags/1.0.4/trunk/vhm-share-buttons.php

    r2544716 r2545363  
    1818 * GitHub Plugin URI: https://github.com/viktormorales/VHM-Share-Buttons
    1919 * Description:       Add social buttons to your WordPress Theme.
    20  * Version:           1.0.3
     20 * Version:           1.0.4
    2121 * Author:            Viktor H. Morales
    2222 * Author URI:        https://viktormorales.com
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define( 'VHM_SHARE_BUTTONS_VERSION', '1.0.3' );
     39define( 'VHM_SHARE_BUTTONS_VERSION', '1.0.4' );
    4040
    4141/**
  • vhm-share-buttons/trunk/README.md

    r2504509 r2545363  
    2121* For secure websites (HTTPS), will show one button on mobile devices.
    2222
     23## Changelog
     24### 1.0.3
     25* FIX default options show buttons to true
     26
     27### 1.0
     28* First release.
     29
    2330## Author
    24 * Viktor H. Morales ([viktormorales.com](https://viktormorales.com))
    25 * Twitter: [@viktormorales](http://viktormorales.com)
     31* Viktor H. Morales [@vhmfreelance](https://instagram.com/vhmfreelance)
    2632
    2733## License
  • vhm-share-buttons/trunk/README.txt

    r2544716 r2545363  
    77Requires PHP: 7.0
    88Tags: share, social, facebook, twitter, telegram, whatsapp, button
    9 Stable tag: 1.0.3
     9Stable tag: 1.0.4
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838==Changelog==
     39= 1.0.4 =
     40* FIX default options show buttons to true
     41
    3942= 1.0 =
    4043* First release.
  • vhm-share-buttons/trunk/vhm-share-buttons.php

    r2544716 r2545363  
    1818 * GitHub Plugin URI: https://github.com/viktormorales/VHM-Share-Buttons
    1919 * Description:       Add social buttons to your WordPress Theme.
    20  * Version:           1.0.3
     20 * Version:           1.0.4
    2121 * Author:            Viktor H. Morales
    2222 * Author URI:        https://viktormorales.com
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define( 'VHM_SHARE_BUTTONS_VERSION', '1.0.3' );
     39define( 'VHM_SHARE_BUTTONS_VERSION', '1.0.4' );
    4040
    4141/**
Note: See TracChangeset for help on using the changeset viewer.