Plugin Directory

Changeset 1918729


Ignore:
Timestamp:
08/02/2018 10:16:43 AM (8 years ago)
Author:
Vicomi
Message:

Ad HTTPS Support

Location:
voting-platform-feelbacks/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • voting-platform-feelbacks/trunk/lib/vc-api.php

    r1824383 r1918729  
    3030        function __construct() {
    3131            $this->last_error = null;
    32             $this->api_url = 'http://dashboard.vicomi.com/';
    33             $this->api_url_new = 'http://api-secondary.vicomi.com/';
     32            $this->api_url = 'https://dashboard.vicomi.com/';
     33            $this->api_url_new = 'https://api-secondary.vicomi.com/';
    3434        }
    3535       
  • voting-platform-feelbacks/trunk/readme.txt

    r1903245 r1918729  
    66Requires at least: 2.8 or higher
    77Tested up to: 4.9.4
    8 Stable tag: 2.06
     8Stable tag: 2.07
    99
    1010WHAT'S YOUR REACTION? With Feelback Reactions your audience can express how they are feeling about your content.
     
    166166== Changelog ==
    167167
     168= 2.07 =
     169* Ad HTTPS support
     170
    168171= 2.06 =
    169172* Servers update
     
    197200== Upgrade Notice ==
    198201
     202= 2.07 =
     203* Ad HTTPS support
     204
    199205= 2.06 =
    200206* Servers update
  • voting-platform-feelbacks/trunk/vicomi-feelbacks.php

    r1903245 r1918729  
    55Description: Feelbacks is a new voting engagement widget that allows users to express their feelings about your content
    66Author: Vicomi <support@vicomi.com>
    7 Version: 2.06
     7Version: 2.07
    88Author URI: http://vicomi.com/
    99*/
    1010
    1111require_once(dirname(__FILE__) . '/lib/vc-api.php');
    12 define('VICOMI_FEELBACKS_V', '2.06');
     12define('VICOMI_FEELBACKS_V', '2.07');
    1313include_once(dirname(__FILE__) . '/settings-page.php');
    1414
Note: See TracChangeset for help on using the changeset viewer.