Changeset 1805455
- Timestamp:
- 01/18/2018 11:09:00 PM (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
r1759292 r1805455 31 31 $this->last_error = null; 32 32 $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/'; 34 34 } 35 35 -
voting-platform-feelbacks/trunk/readme.txt
r1804066 r1805455 6 6 Requires at least: 2.8 or higher 7 7 Tested up to: 4.9.1 8 Stable tag: 2.0 38 Stable tag: 2.04 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.04 = 169 * Updating to faster servers 170 168 171 = 2.03 = 169 172 * Fix version 2.02 bug … … 188 191 == Upgrade Notice == 189 192 193 = 2.04 = 194 * Updating to faster servers 195 190 196 = 2.03 = 191 197 * Fix version 2.02 bug -
voting-platform-feelbacks/trunk/vicomi-feelbacks.php
r1803989 r1805455 10 10 11 11 require_once(dirname(__FILE__) . '/lib/vc-api.php'); 12 define('VICOMI_FEELBACKS_V', '2.0 3');12 define('VICOMI_FEELBACKS_V', '2.04'); 13 13 include_once(dirname(__FILE__) . '/settings-page.php'); 14 14
Note: See TracChangeset
for help on using the changeset viewer.