Changeset 1918729
- Timestamp:
- 08/02/2018 10:16:43 AM (8 years ago)
- Location:
- voting-platform-feelbacks/trunk
- Files:
-
- 3 edited
-
lib/vc-api.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
vicomi-feelbacks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
voting-platform-feelbacks/trunk/lib/vc-api.php
r1824383 r1918729 30 30 function __construct() { 31 31 $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/'; 34 34 } 35 35 -
voting-platform-feelbacks/trunk/readme.txt
r1903245 r1918729 6 6 Requires at least: 2.8 or higher 7 7 Tested up to: 4.9.4 8 Stable tag: 2.0 68 Stable tag: 2.07 9 9 10 10 WHAT'S YOUR REACTION? With Feelback Reactions your audience can express how they are feeling about your content. … … 166 166 == Changelog == 167 167 168 = 2.07 = 169 * Ad HTTPS support 170 168 171 = 2.06 = 169 172 * Servers update … … 197 200 == Upgrade Notice == 198 201 202 = 2.07 = 203 * Ad HTTPS support 204 199 205 = 2.06 = 200 206 * Servers update -
voting-platform-feelbacks/trunk/vicomi-feelbacks.php
r1903245 r1918729 5 5 Description: Feelbacks is a new voting engagement widget that allows users to express their feelings about your content 6 6 Author: Vicomi <support@vicomi.com> 7 Version: 2.0 67 Version: 2.07 8 8 Author URI: http://vicomi.com/ 9 9 */ 10 10 11 11 require_once(dirname(__FILE__) . '/lib/vc-api.php'); 12 define('VICOMI_FEELBACKS_V', '2.0 6');12 define('VICOMI_FEELBACKS_V', '2.07'); 13 13 include_once(dirname(__FILE__) . '/settings-page.php'); 14 14
Note: See TracChangeset
for help on using the changeset viewer.