Changeset 2690997
- Timestamp:
- 03/08/2022 06:44:27 PM (4 years ago)
- Location:
- basic-social-share-buttons
- Files:
-
- 14 added
- 4 deleted
- 13 edited
- 1 copied
-
assets/banner-1544x500.png (deleted)
-
assets/banner-772x250.png (deleted)
-
assets/icon-128x128.png (deleted)
-
assets/icon-256x256.png (deleted)
-
assets/screenshot-1.png (modified) (1 prop) (previous)
-
assets/screenshot-2.png (modified) (1 prop) (previous)
-
assets/screenshot-3.png (modified) (1 prop) (previous)
-
assets/screenshot-4.png (modified) (1 prop) (previous)
-
assets/screenshot-5.png (modified) (1 prop) (previous)
-
tags/1.0.1 (copied) (copied from basic-social-share-buttons/trunk)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/screenshot-1.png (added)
-
tags/1.0.1/assets/screenshot-2.png (added)
-
tags/1.0.1/assets/screenshot-3.png (added)
-
tags/1.0.1/assets/screenshot-4.png (added)
-
tags/1.0.1/assets/screenshot-5.png (added)
-
tags/1.0.1/basic-share-buttons.php (modified) (1 diff)
-
tags/1.0.1/classes/bsb-settings.php (modified) (1 diff)
-
tags/1.0.1/css/basic-share-buttons-admin.css (modified) (4 diffs)
-
tags/1.0.1/readme.md (added)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/assets (added)
-
trunk/assets/screenshot-1.png (added)
-
trunk/assets/screenshot-2.png (added)
-
trunk/assets/screenshot-3.png (added)
-
trunk/assets/screenshot-4.png (added)
-
trunk/assets/screenshot-5.png (added)
-
trunk/basic-share-buttons.php (modified) (1 diff)
-
trunk/classes/bsb-settings.php (modified) (1 diff)
-
trunk/css/basic-share-buttons-admin.css (modified) (4 diffs)
-
trunk/readme.md (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
basic-social-share-buttons/assets/screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
basic-social-share-buttons/assets/screenshot-2.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
basic-social-share-buttons/assets/screenshot-3.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
basic-social-share-buttons/assets/screenshot-4.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
basic-social-share-buttons/assets/screenshot-5.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
basic-social-share-buttons/tags/1.0.1/basic-share-buttons.php
r2529703 r2690997 4 4 Plugin URI: https://basicby.design/basic-social-share-buttons 5 5 Description: Adds social share buttons to your post without any javascript tracking libraries 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: Basic by Design 8 8 Author URI: https://basicby.design -
basic-social-share-buttons/tags/1.0.1/classes/bsb-settings.php
r2529703 r2690997 18 18 "default" => "yes" 19 19 ]); 20 add_settings_field("basic-share-buttons__sites", "Share Buttons ", [$this, "form_inputs"], "reading");20 add_settings_field("basic-share-buttons__sites", "Share Buttons <span class='basic-share-buttons__sites-shortcode'>[basic-share-buttons]</span>", [$this, "form_inputs"], "reading"); 21 21 // } 22 22 } -
basic-social-share-buttons/tags/1.0.1/css/basic-share-buttons-admin.css
r2529703 r2690997 1 1 .basic-share-buttons__options-container { 2 display: -webkit-box;3 display: -ms-flexbox;4 2 display: flex; 5 3 max-width: 1024px; … … 7 5 8 6 .basic-share-buttons__sites-container { 9 -webkit-box-flex: 1; 10 -ms-flex: 1; 11 flex: 1; 7 flex: 1; 12 8 margin-right: 40px; 13 9 } 14 10 15 11 .basic-share-buttons__radio-coloumn { 16 -webkit-box-flex: 0; 17 -ms-flex: 0 0 200px; 18 flex: 0 0 200px; 12 flex: 0 0 200px; 19 13 } 20 14 … … 49 43 padding: 10px; 50 44 border: 1px solid #ccc; 51 display: -webkit-box;52 display: -ms-flexbox;53 45 display: flex; 54 -webkit-box-orient: vertical; 55 -webkit-box-direction: normal; 56 -ms-flex-direction: column; 57 flex-direction: column; 46 flex-direction: column; 58 47 } 59 48 … … 66 55 width: 100%; 67 56 } 57 58 .basic-share-buttons__sites-shortcode { 59 display: block; 60 margin-top: 6px; 61 font-weight: 400; 62 } -
basic-social-share-buttons/tags/1.0.1/readme.txt
r2529703 r2690997 3 3 Tags: social shares, social buttons, share buttons, social share buttons 4 4 Requires at least: 5 5 Tested up to: 5. 7.16 Stable tag: 1.0. 05 Tested up to: 5.9.1 6 Stable tag: 1.0.1 7 7 Requires PHP: 7.0 8 8 License: MIT … … 47 47 == Changelog == 48 48 49 = 1.0.1 = 50 * Shortcode added to admin page 51 49 52 = 1.0 = 50 53 * Initial launch -
basic-social-share-buttons/trunk/basic-share-buttons.php
r2529703 r2690997 4 4 Plugin URI: https://basicby.design/basic-social-share-buttons 5 5 Description: Adds social share buttons to your post without any javascript tracking libraries 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: Basic by Design 8 8 Author URI: https://basicby.design -
basic-social-share-buttons/trunk/classes/bsb-settings.php
r2529703 r2690997 18 18 "default" => "yes" 19 19 ]); 20 add_settings_field("basic-share-buttons__sites", "Share Buttons ", [$this, "form_inputs"], "reading");20 add_settings_field("basic-share-buttons__sites", "Share Buttons <span class='basic-share-buttons__sites-shortcode'>[basic-share-buttons]</span>", [$this, "form_inputs"], "reading"); 21 21 // } 22 22 } -
basic-social-share-buttons/trunk/css/basic-share-buttons-admin.css
r2529703 r2690997 1 1 .basic-share-buttons__options-container { 2 display: -webkit-box;3 display: -ms-flexbox;4 2 display: flex; 5 3 max-width: 1024px; … … 7 5 8 6 .basic-share-buttons__sites-container { 9 -webkit-box-flex: 1; 10 -ms-flex: 1; 11 flex: 1; 7 flex: 1; 12 8 margin-right: 40px; 13 9 } 14 10 15 11 .basic-share-buttons__radio-coloumn { 16 -webkit-box-flex: 0; 17 -ms-flex: 0 0 200px; 18 flex: 0 0 200px; 12 flex: 0 0 200px; 19 13 } 20 14 … … 49 43 padding: 10px; 50 44 border: 1px solid #ccc; 51 display: -webkit-box;52 display: -ms-flexbox;53 45 display: flex; 54 -webkit-box-orient: vertical; 55 -webkit-box-direction: normal; 56 -ms-flex-direction: column; 57 flex-direction: column; 46 flex-direction: column; 58 47 } 59 48 … … 66 55 width: 100%; 67 56 } 57 58 .basic-share-buttons__sites-shortcode { 59 display: block; 60 margin-top: 6px; 61 font-weight: 400; 62 } -
basic-social-share-buttons/trunk/readme.txt
r2529703 r2690997 3 3 Tags: social shares, social buttons, share buttons, social share buttons 4 4 Requires at least: 5 5 Tested up to: 5. 7.16 Stable tag: 1.0. 05 Tested up to: 5.9.1 6 Stable tag: 1.0.1 7 7 Requires PHP: 7.0 8 8 License: MIT … … 47 47 == Changelog == 48 48 49 = 1.0.1 = 50 * Shortcode added to admin page 51 49 52 = 1.0 = 50 53 * Initial launch
Note: See TracChangeset
for help on using the changeset viewer.