Plugin Directory

Changeset 1805455


Ignore:
Timestamp:
01/18/2018 11:09:00 PM (8 years ago)
Author:
Vicomi
Message:

Update servers

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

Legend:

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

    r1759292 r1805455  
    3131            $this->last_error = null;
    3232            $this->api_url = 'http://dashboard.vicomi.com/';
    33             $this->api_url_new = 'http://api.vicomi.com/';
     33            $this->api_url_new = 'http://api-node.vicomi.com/';
    3434        }
    3535       
  • voting-platform-feelbacks/trunk/readme.txt

    r1804066 r1805455  
    66Requires at least: 2.8 or higher
    77Tested up to: 4.9.1
    8 Stable tag: 2.03
     8Stable tag: 2.04
    99
    1010WHAT'S YOUR REACTION? With Feelback Reactions your audience can express how they are feeling about your content.
     
    166166== Changelog ==
    167167
     168= 2.04 =
     169* Updating to faster servers
     170
    168171= 2.03 =
    169172* Fix version 2.02 bug
     
    188191== Upgrade Notice ==
    189192
     193= 2.04 =
     194* Updating to faster servers
     195
    190196= 2.03 =
    191197* Fix version 2.02 bug
  • voting-platform-feelbacks/trunk/vicomi-feelbacks.php

    r1803989 r1805455  
    1010
    1111require_once(dirname(__FILE__) . '/lib/vc-api.php');
    12 define('VICOMI_FEELBACKS_V', '2.03');
     12define('VICOMI_FEELBACKS_V', '2.04');
    1313include_once(dirname(__FILE__) . '/settings-page.php');
    1414
Note: See TracChangeset for help on using the changeset viewer.