Plugin Directory

Changeset 2690997


Ignore:
Timestamp:
03/08/2022 06:44:27 PM (4 years ago)
Author:
basicbydesign
Message:

Update to version 1.0.1 from GitHub

Location:
basic-social-share-buttons
Files:
14 added
4 deleted
13 edited
1 copied

Legend:

Unmodified
Added
Removed
  • basic-social-share-buttons/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • basic-social-share-buttons/assets/screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • basic-social-share-buttons/assets/screenshot-3.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • basic-social-share-buttons/assets/screenshot-4.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • basic-social-share-buttons/assets/screenshot-5.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • basic-social-share-buttons/tags/1.0.1/basic-share-buttons.php

    r2529703 r2690997  
    44    Plugin URI: https://basicby.design/basic-social-share-buttons
    55    Description: Adds social share buttons to your post without any javascript tracking libraries
    6     Version: 1.0.0
     6    Version: 1.0.1
    77    Author: Basic by Design
    88    Author URI: https://basicby.design
  • basic-social-share-buttons/tags/1.0.1/classes/bsb-settings.php

    r2529703 r2690997  
    1818      "default" => "yes"
    1919    ]);
    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");
    2121    // }
    2222  }
  • basic-social-share-buttons/tags/1.0.1/css/basic-share-buttons-admin.css

    r2529703 r2690997  
    11.basic-share-buttons__options-container {
    2   display: -webkit-box;
    3   display: -ms-flexbox;
    42  display: flex;
    53  max-width: 1024px;
     
    75
    86.basic-share-buttons__sites-container {
    9   -webkit-box-flex: 1;
    10       -ms-flex: 1;
    11           flex: 1;
     7  flex: 1;
    128  margin-right: 40px;
    139}
    1410
    1511.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;
    1913}
    2014
     
    4943  padding: 10px;
    5044  border: 1px solid #ccc;
    51   display: -webkit-box;
    52   display: -ms-flexbox;
    5345  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;
    5847}
    5948
     
    6655  width: 100%;
    6756}
     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  
    33Tags: social shares, social buttons, share buttons, social share buttons
    44Requires at least: 5
    5 Tested up to: 5.7.1
    6 Stable tag: 1.0.0
     5Tested up to: 5.9.1
     6Stable tag: 1.0.1
    77Requires PHP: 7.0
    88License: MIT
     
    4747== Changelog ==
    4848
     49= 1.0.1 =
     50* Shortcode added to admin page
     51
    4952= 1.0 =
    5053* Initial launch
  • basic-social-share-buttons/trunk/basic-share-buttons.php

    r2529703 r2690997  
    44    Plugin URI: https://basicby.design/basic-social-share-buttons
    55    Description: Adds social share buttons to your post without any javascript tracking libraries
    6     Version: 1.0.0
     6    Version: 1.0.1
    77    Author: Basic by Design
    88    Author URI: https://basicby.design
  • basic-social-share-buttons/trunk/classes/bsb-settings.php

    r2529703 r2690997  
    1818      "default" => "yes"
    1919    ]);
    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");
    2121    // }
    2222  }
  • basic-social-share-buttons/trunk/css/basic-share-buttons-admin.css

    r2529703 r2690997  
    11.basic-share-buttons__options-container {
    2   display: -webkit-box;
    3   display: -ms-flexbox;
    42  display: flex;
    53  max-width: 1024px;
     
    75
    86.basic-share-buttons__sites-container {
    9   -webkit-box-flex: 1;
    10       -ms-flex: 1;
    11           flex: 1;
     7  flex: 1;
    128  margin-right: 40px;
    139}
    1410
    1511.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;
    1913}
    2014
     
    4943  padding: 10px;
    5044  border: 1px solid #ccc;
    51   display: -webkit-box;
    52   display: -ms-flexbox;
    5345  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;
    5847}
    5948
     
    6655  width: 100%;
    6756}
     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  
    33Tags: social shares, social buttons, share buttons, social share buttons
    44Requires at least: 5
    5 Tested up to: 5.7.1
    6 Stable tag: 1.0.0
     5Tested up to: 5.9.1
     6Stable tag: 1.0.1
    77Requires PHP: 7.0
    88License: MIT
     
    4747== Changelog ==
    4848
     49= 1.0.1 =
     50* Shortcode added to admin page
     51
    4952= 1.0 =
    5053* Initial launch
Note: See TracChangeset for help on using the changeset viewer.