Changeset 2451489
- Timestamp:
- 01/06/2021 08:23:34 PM (5 years ago)
- Location:
- jackshare/trunk
- Files:
-
- 4 edited
-
inc/class-jackshare-functions.php (modified) (1 diff)
-
inc/css/jackshare-styles.css (modified) (1 diff)
-
jackshare.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jackshare/trunk/inc/class-jackshare-functions.php
r2451140 r2451489 190 190 $comment_count = 0; 191 191 192 if ( !empty( $share_data ) && ! $share_data->error) {192 if ( !empty( $share_data ) && !isset($share_data->error) ) { 193 193 194 194 $share_number = intval($share_data->engagement->share_count); -
jackshare/trunk/inc/css/jackshare-styles.css
r2451486 r2451489 275 275 276 276 .jackshare-message p { 277 font-family: 'Roboto', sans-serif!important;278 277 margin-bottom: 0!important; 279 278 font-weight: 300!important; -
jackshare/trunk/jackshare.php
r2451486 r2451489 5 5 * Plugin URI: https://wordpress.org/plugins/jackshare 6 6 * Description: Super simple Social media sharing buttons with minimal design and lightning fast performance. 7 * Version: 2.1. 87 * Version: 2.1.9 8 8 * License: GPL v3 9 9 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 22 22 //Plugin name and version 23 23 define( 'JACKSHARE_PLUGIN_NAME', 'Jackshare'); 24 define( 'JACKSHARE_PLUGIN_VERSION', 'v2.1. 8');24 define( 'JACKSHARE_PLUGIN_VERSION', 'v2.1.9'); 25 25 26 26 define( 'JACKSHARE_PLUGIN_FILE', __FILE__ ); -
jackshare/trunk/readme.txt
r2451486 r2451489 5 5 Requires at least: 4.0 6 6 Tested up to: 5.6 7 Stable tag: 2.1. 87 Stable tag: 2.1.9 8 8 License: GPL v3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.