Plugin Directory

Changeset 1645474


Ignore:
Timestamp:
04/26/2017 06:22:47 AM (9 years ago)
Author:
siliconthemes
Message:

1.1.5 version

Location:
silicon-counters/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • silicon-counters/trunk/framework/class-admin.php

    r1536122 r1645474  
    6262    protected static
    6363    function get_plugin_options() {
    64         $twitter_oauth_description = sprintf( __( 'Follow instructions on %s site', 'silicon-counters' ), '<a href="https://siliconthemes.com/silicon-counters-free-social-counters-plugin-for-wordppress" target="_blank">Silicon Themes</a>' );
    65         $facebook_app_description =  sprintf( __( 'Follow instructions on %s site', 'silicon-counters' ), '<a href="https://siliconthemes.com/silicon-counters-free-social-counters-plugin-for-wordppress" target="_blank">Silicon Themes</a>' );
    66         $font_awesome = sprintf( __( 'You can choose any icon from  %s.', 'silicon-counters' ), '<a href="http://fontawesome.io/icons/" target="_blank">http://fontawesome.io/icons/</a>' );
     64        $twitter_oauth_description = sprintf( __( 'Follow instructions on %s site', 'silicon-counters' ), '<a href="https://siliconthemes.com/free-wordpress-social-media-plugin-counters/" target="_blank">Silicon Themes</a>' );
     65        $facebook_app_description =  sprintf( __( 'Follow instructions on %s site', 'silicon-counters' ), '<a href="https://siliconthemes.com/free-wordpress-social-media-plugin-counters/" target="_blank">Silicon Themes</a>' );
     66        $twitch_id_description =  sprintf( __( 'Follow instructions on %s site', 'silicon-counters' ), '<a href="https://siliconthemes.com/free-wordpress-social-media-plugin-counters/" target="_blank">Silicon Themes</a>' );
     67        $font_awesome = sprintf( __( 'You can choose any icon from  %s.', 'silicon-counters' ), '<a href="http://fontawesome.io/icons/" target="_blank">http://fontawesome.io/icons/</a>' );
    6768
    6869        $settings = array(
     
    286287                            'title' => __( 'Google API Key', 'silicon-counters' ),
    287288                            'type' => 'text',
    288                             'description' => sprintf( __( 'Follow instructions on %s site', 'silicon-counters' ), '<a href="https://siliconthemes.com/silicon-counters-free-social-counters-plugin-for-wordppress" target="_blank">Silicon Themes</a>' )
     289                            'description' => sprintf( __( 'Follow instructions on %s site', 'silicon-counters' ), '<a href="https://siliconthemes.com/free-wordpress-social-media-plugin-counters/" target="_blank">Silicon Themes</a>' )
    289290                        ),
    290291                        'googleplus_shortcode' => array(
     
    533534                            'title' => __( 'Google API Key', 'silicon-counters' ),
    534535                            'type' => 'text',
    535                             'description' => sprintf( __( 'Follow instructions on %s site', 'silicon-counters' ), '<a href="https://siliconthemes.com/silicon-counters-free-social-counters-plugin-for-wordppress" target="_blank">Silicon Themes</a>' )
     536                            'description' => sprintf( __( 'Follow instructions on %s site', 'silicon-counters' ), '<a href="https://siliconthemes.com/free-wordpress-social-media-plugin-counters/" target="_blank">Silicon Themes</a>' )
    536537                        ),
    537538                        'youtube_shortcode' => array(
     
    983984                            'type' => 'text',
    984985                            'description' => __( 'Insert your Twitch username.', 'silicon-counters' )
     986                        ),
     987                        'twitch_client_id' => array(
     988                            'title' => __( 'Twitch Client ID', 'silicon-counters' ),
     989                            'type' => 'text',
     990                            'description' => $twitch_id_description
    985991                        ),
    986992                        'twitch_shortcode' => array(
  • silicon-counters/trunk/framework/counters/twitch-counter.php

    r1536122 r1645474  
    3131     */
    3232    public function get_total( $settings, $cache ) {
     33       
    3334        if ( $this->is_available( $settings ) ) {
    3435            $params = array(
    3536                'timeout' => 60,
    3637                'headers' => array(
    37                     'accept' => 'application/vnd.twitchtv.v3+json'
     38                    'Client-ID'=> sanitize_text_field( $settings['twitch_client_id'] ),
    3839                )
    3940            );
  • silicon-counters/trunk/readme.txt

    r1642136 r1645474  
    11=== Social Media Counters / SILICON COUNTERS ===
    22Contributors: siliconthemes
    3 Version: 1.1.4
     3Version: 1.1.5
    44Donate link: https://siliconthemes.com/free-wordpress-social-media-plugin-counters/
    55Plugin URI: https://siliconthemes.com/free-wordpress-social-media-plugin-counters/
     
    7272== Changelog ==
    7373
     74= 1.1.5 =
     7526 April 2017
     76Hot fix for new Twitch API
     77
    7478= 1.1.4 =
    757921 April 2017
  • silicon-counters/trunk/silicon-counters.php

    r1642133 r1645474  
    66 * Description: Simple yet powerful tool to show social networks statistic. It supports: Facebook, Twitter, Google Plus, Instagram, Twitch, YouTube, Pinterest, Vimeo, GitHub, SoundCloud, Steam and also standard WordPress numbers like a comments, users and posts.
    77 * Author: Silicon Themes
    8  * Version: 1.1.4
     8 * Version: 1.1.5
    99 * License: GPLv2 or later
    1010 * Text Domain: silicon-counters
Note: See TracChangeset for help on using the changeset viewer.