Changeset 2545363
- Timestamp:
- 06/10/2021 12:53:25 AM (5 years ago)
- Location:
- vhm-share-buttons
- Files:
-
- 3 edited
- 16 copied
-
tags/1.0.4/trunk (copied) (copied from vhm-share-buttons/trunk)
-
tags/1.0.4/trunk/LICENSE.txt (copied) (copied from vhm-share-buttons/trunk/LICENSE.txt)
-
tags/1.0.4/trunk/README.md (copied) (copied from vhm-share-buttons/trunk/README.md) (1 diff)
-
tags/1.0.4/trunk/README.txt (copied) (copied from vhm-share-buttons/trunk/README.txt) (2 diffs)
-
tags/1.0.4/trunk/admin (copied) (copied from vhm-share-buttons/trunk/admin)
-
tags/1.0.4/trunk/admin/class-vhm-share-buttons-admin.php (copied) (copied from vhm-share-buttons/trunk/admin/class-vhm-share-buttons-admin.php)
-
tags/1.0.4/trunk/includes (copied) (copied from vhm-share-buttons/trunk/includes)
-
tags/1.0.4/trunk/includes/class-vhm-share-buttons.php (copied) (copied from vhm-share-buttons/trunk/includes/class-vhm-share-buttons.php)
-
tags/1.0.4/trunk/index.php (copied) (copied from vhm-share-buttons/trunk/index.php)
-
tags/1.0.4/trunk/languages (copied) (copied from vhm-share-buttons/trunk/languages)
-
tags/1.0.4/trunk/public (copied) (copied from vhm-share-buttons/trunk/public)
-
tags/1.0.4/trunk/public/class-vhm-share-buttons-public.php (copied) (copied from vhm-share-buttons/trunk/public/class-vhm-share-buttons-public.php)
-
tags/1.0.4/trunk/public/css/vhm-share-buttons-public.css (copied) (copied from vhm-share-buttons/trunk/public/css/vhm-share-buttons-public.css)
-
tags/1.0.4/trunk/public/js/vhm-share-buttons-public.js (copied) (copied from vhm-share-buttons/trunk/public/js/vhm-share-buttons-public.js)
-
tags/1.0.4/trunk/uninstall.php (copied) (copied from vhm-share-buttons/trunk/uninstall.php)
-
tags/1.0.4/trunk/vhm-share-buttons.php (copied) (copied from vhm-share-buttons/trunk/vhm-share-buttons.php) (2 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/vhm-share-buttons.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vhm-share-buttons/tags/1.0.4/trunk/README.md
r2504509 r2545363 21 21 * For secure websites (HTTPS), will show one button on mobile devices. 22 22 23 ## Changelog 24 ### 1.0.3 25 * FIX default options show buttons to true 26 27 ### 1.0 28 * First release. 29 23 30 ## 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) 26 32 27 33 ## License -
vhm-share-buttons/tags/1.0.4/trunk/README.txt
r2544716 r2545363 7 7 Requires PHP: 7.0 8 8 Tags: share, social, facebook, twitter, telegram, whatsapp, button 9 Stable tag: 1.0. 39 Stable tag: 1.0.4 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 ==Changelog== 39 = 1.0.4 = 40 * FIX default options show buttons to true 41 39 42 = 1.0 = 40 43 * First release. -
vhm-share-buttons/tags/1.0.4/trunk/vhm-share-buttons.php
r2544716 r2545363 18 18 * GitHub Plugin URI: https://github.com/viktormorales/VHM-Share-Buttons 19 19 * Description: Add social buttons to your WordPress Theme. 20 * Version: 1.0. 320 * Version: 1.0.4 21 21 * Author: Viktor H. Morales 22 22 * Author URI: https://viktormorales.com … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define( 'VHM_SHARE_BUTTONS_VERSION', '1.0. 3' );39 define( 'VHM_SHARE_BUTTONS_VERSION', '1.0.4' ); 40 40 41 41 /** -
vhm-share-buttons/trunk/README.md
r2504509 r2545363 21 21 * For secure websites (HTTPS), will show one button on mobile devices. 22 22 23 ## Changelog 24 ### 1.0.3 25 * FIX default options show buttons to true 26 27 ### 1.0 28 * First release. 29 23 30 ## 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) 26 32 27 33 ## License -
vhm-share-buttons/trunk/README.txt
r2544716 r2545363 7 7 Requires PHP: 7.0 8 8 Tags: share, social, facebook, twitter, telegram, whatsapp, button 9 Stable tag: 1.0. 39 Stable tag: 1.0.4 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 ==Changelog== 39 = 1.0.4 = 40 * FIX default options show buttons to true 41 39 42 = 1.0 = 40 43 * First release. -
vhm-share-buttons/trunk/vhm-share-buttons.php
r2544716 r2545363 18 18 * GitHub Plugin URI: https://github.com/viktormorales/VHM-Share-Buttons 19 19 * Description: Add social buttons to your WordPress Theme. 20 * Version: 1.0. 320 * Version: 1.0.4 21 21 * Author: Viktor H. Morales 22 22 * Author URI: https://viktormorales.com … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define( 'VHM_SHARE_BUTTONS_VERSION', '1.0. 3' );39 define( 'VHM_SHARE_BUTTONS_VERSION', '1.0.4' ); 40 40 41 41 /**
Note: See TracChangeset
for help on using the changeset viewer.