Plugin Directory

Changeset 2451489


Ignore:
Timestamp:
01/06/2021 08:23:34 PM (5 years ago)
Author:
ifrountas
Message:

New version

Location:
jackshare/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • jackshare/trunk/inc/class-jackshare-functions.php

    r2451140 r2451489  
    190190        $comment_count = 0;
    191191
    192         if ( !empty( $share_data ) && !$share_data->error ) {
     192        if ( !empty( $share_data ) && !isset($share_data->error) ) {
    193193
    194194            $share_number        = intval($share_data->engagement->share_count);
  • jackshare/trunk/inc/css/jackshare-styles.css

    r2451486 r2451489  
    275275
    276276    .jackshare-message p {
    277         font-family: 'Roboto', sans-serif!important;
    278277        margin-bottom: 0!important;
    279278        font-weight: 300!important;
  • jackshare/trunk/jackshare.php

    r2451486 r2451489  
    55* Plugin URI: https://wordpress.org/plugins/jackshare
    66* Description: Super simple Social media sharing buttons with minimal design and lightning fast performance.
    7 * Version: 2.1.8
     7* Version: 2.1.9
    88* License: GPL v3
    99* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    2222//Plugin name and version
    2323define( 'JACKSHARE_PLUGIN_NAME', 'Jackshare');
    24 define( 'JACKSHARE_PLUGIN_VERSION', 'v2.1.8');
     24define( 'JACKSHARE_PLUGIN_VERSION', 'v2.1.9');
    2525
    2626define( 'JACKSHARE_PLUGIN_FILE', __FILE__ );
  • jackshare/trunk/readme.txt

    r2451486 r2451489  
    55Requires at least: 4.0
    66Tested up to: 5.6
    7 Stable tag: 2.1.8
     7Stable tag: 2.1.9
    88License: GPL v3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.