Changeset 1803617
- Timestamp:
- 01/16/2018 06:39:17 AM (8 years ago)
- Location:
- voting-platform-feelbacks/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
vicomi-feelbacks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
voting-platform-feelbacks/trunk/readme.txt
r1803409 r1803617 6 6 Requires at least: 2.8 or higher 7 7 Tested up to: 4.9.1 8 Stable tag: 2.0 8 Stable tag: 2.01 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.0 =168 = 2.01 = 169 169 * Moved plugin location links to the admin sidebar 170 170 * Created a settings sub page in addition to the plugin dashboard sub page … … 186 186 * Tested for version 4.8.2 187 187 188 = 1.41 =189 * Update wordpress settings view190 191 = 1.40 =192 * Add new Widgets193 194 = 1.39 =195 * Update stats look196 197 = 1.38 =198 * New Feelbacks Icons and design options and bug fixes199 200 = 1.37 =201 * New Icons and design options and bug fixes202 203 = 1.36 =204 * Dashboard and analytics improvments205 206 = 1.35 =207 * Bug fix208 209 = 1.34 =210 * Option to adjust content recommendation settings211 212 = 1.32 =213 * Bug fix for Wordpress 4.5.2214 215 = 1.31 =216 * New design themes217 218 = 1.30 =219 * New design themes220 221 = 1.29 =222 * Text adjustments223 224 = 1.28 =225 * New Screenshots/Icons226 * Info about text customization227 228 = 1.27 =229 * New Emotion Analytics230 231 = 1.26 =232 * New Icons233 234 = 1.25 =235 * Updated descriptions236 237 = 1.24 =238 * HTTPS support239 240 = 1.23 =241 * Added screenshots242 243 = 1.21 =244 * Updated FAQ page245 246 = 1.20 =247 * Streamlined Registration248 * New Settings Page249 * Language and Design Selection250 251 = 1.13 =252 * Bug Fix253 254 = 1.12 =255 * New Video information256 257 = 1.10 =258 * Additional plugin information259 260 = 1.09 =261 * Added additional language options262 263 = 1.08 =264 * Added an option to block specific URLs/Web sections from displaying the Feelbacks Voting platform within this section only265 266 = 1.07 =267 * Bug fix268 269 = 1.06 =270 * Adding voting design options271 272 = 1.05 =273 * Adding analytics dashboard options274 275 = 1.04 =276 * Minor changes277 278 = 1.03 =279 * Bug fix280 281 = 1.02 =282 * Adding more design options283 284 = 1.01 =285 * Adding plugin info286 287 = 1.0 =288 * First Version released289 188 290 189 == Upgrade Notice == 291 190 292 = 2.0 =191 = 2.01 = 293 192 * Moved plugin location links to the admin sidebar 294 193 * Created a settings sub page in addition to the plugin dashboard sub page … … 310 209 * Tested for version 4.8.2 311 210 312 = 1.41 =313 * Update wordpress settings view314 315 = 1.40 =316 * Add new Widgets317 318 = 1.39 =319 * Update stats look320 321 = 1.38 =322 * New Feelbacks Icons and design options and bug fixes323 324 = 1.37 =325 * New Icons and design options and bug fixes326 327 = 1.36 =328 * Dashboard and analytics improvments329 330 = 1.35 =331 * Bug fix332 333 = 1.24 =334 * HTTPS support335 336 = 1.23 =337 * Added screenshots338 339 = 1.21 =340 * Updated FAQ page341 342 = 1.20 =343 * Streamlined Registration344 * New Settings Page345 * Language and Design Selection346 347 = 1.13 =348 * Bug Fix349 350 = 1.12 =351 * New Video information352 353 = 1.10 =354 * Additional plugin information355 356 = 1.09 =357 * Added additional language options358 359 = 1.08 =360 * Added an option to block specific URLs/Web sections from displaying the Feelbacks Voting platform within this section only361 362 = 1.07 =363 * Bug fix364 365 = 1.06 =366 * Adding voting design options367 368 = 1.05 =369 * Adding analytics dashboard options370 371 = 1.04 =372 * Minor changes373 374 = 1.03 =375 * Bug fix376 377 = 1.02 =378 * Adding more design options379 380 = 1.01 =381 * Adding plugin info382 383 = 1.0 =384 First version is available385 386 211 == For more Info == 387 212 -
voting-platform-feelbacks/trunk/vicomi-feelbacks.php
r1803409 r1803617 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 7 Version: 2.01 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 ');12 define('VICOMI_FEELBACKS_V', '2.01'); 13 13 include_once(dirname(__FILE__) . '/settings-page.php'); 14 14
Note: See TracChangeset
for help on using the changeset viewer.