Plugin Directory

Changeset 1803617


Ignore:
Timestamp:
01/16/2018 06:39:17 AM (8 years ago)
Author:
Vicomi
Message:

Add setting page and remove old versions

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

Legend:

Unmodified
Added
Removed
  • voting-platform-feelbacks/trunk/readme.txt

    r1803409 r1803617  
    66Requires at least: 2.8 or higher
    77Tested up to: 4.9.1
    8 Stable tag: 2.0
     8Stable tag: 2.01
    99
    1010WHAT'S YOUR REACTION? With Feelback Reactions your audience can express how they are feeling about your content.
     
    166166== Changelog ==
    167167
    168 = 2.0 =
     168= 2.01 =
    169169* Moved plugin location links to the admin sidebar
    170170* Created a settings sub page in addition to the plugin dashboard sub page
     
    186186* Tested for version 4.8.2
    187187
    188 = 1.41 =
    189 * Update wordpress settings view
    190 
    191 = 1.40 =
    192 * Add new Widgets
    193 
    194 = 1.39 =
    195 * Update stats look
    196 
    197 = 1.38 =
    198 * New Feelbacks Icons and design options and bug fixes
    199 
    200 = 1.37 =
    201 * New Icons and design options and bug fixes
    202 
    203 = 1.36 =
    204 * Dashboard and analytics improvments
    205 
    206 = 1.35 =
    207 * Bug fix
    208 
    209 = 1.34 =
    210 * Option to adjust content recommendation settings
    211 
    212 = 1.32 =
    213 * Bug fix for Wordpress 4.5.2
    214 
    215 = 1.31 =
    216 * New design themes
    217 
    218 = 1.30 =
    219 * New design themes
    220 
    221 = 1.29 =
    222 * Text adjustments
    223 
    224 = 1.28 =
    225 * New Screenshots/Icons
    226 * Info about text customization
    227 
    228 = 1.27 =
    229 * New Emotion Analytics
    230 
    231 = 1.26 =
    232 * New Icons
    233 
    234 = 1.25 =
    235 * Updated descriptions
    236 
    237 = 1.24 =
    238 * HTTPS support
    239 
    240 = 1.23 =
    241 * Added screenshots
    242 
    243 = 1.21 =
    244 * Updated FAQ page
    245 
    246 = 1.20 =
    247 * Streamlined Registration
    248 * New Settings Page
    249 * Language and Design Selection
    250 
    251 = 1.13 =
    252 * Bug Fix
    253 
    254 = 1.12 =
    255 * New Video information
    256 
    257 = 1.10 =
    258 * Additional plugin information
    259 
    260 = 1.09 =
    261 * Added additional language options
    262 
    263 = 1.08 =
    264 * Added an option to block specific URLs/Web sections from displaying the Feelbacks Voting platform within this section only
    265 
    266 = 1.07 =
    267 * Bug fix
    268 
    269 = 1.06 =
    270 * Adding voting design options
    271 
    272 = 1.05 =
    273 * Adding analytics dashboard options
    274 
    275 = 1.04 =
    276 * Minor changes
    277 
    278 = 1.03 =
    279 * Bug fix
    280 
    281 = 1.02 =
    282 * Adding more design options
    283 
    284 = 1.01 =
    285 * Adding plugin info
    286 
    287 = 1.0 =
    288 * First Version released
    289188
    290189== Upgrade Notice ==
    291190
    292 = 2.0 =
     191= 2.01 =
    293192* Moved plugin location links to the admin sidebar
    294193* Created a settings sub page in addition to the plugin dashboard sub page
     
    310209* Tested for version 4.8.2
    311210
    312 = 1.41 =
    313 * Update wordpress settings view
    314 
    315 = 1.40 =
    316 * Add new Widgets
    317 
    318 = 1.39 =
    319 * Update stats look
    320 
    321 = 1.38 =
    322 * New Feelbacks Icons and design options and bug fixes
    323 
    324 = 1.37 =
    325 * New Icons and design options and bug fixes
    326 
    327 = 1.36 =
    328 * Dashboard and analytics improvments
    329 
    330 = 1.35 =
    331 * Bug fix
    332 
    333 = 1.24 =
    334 * HTTPS support
    335 
    336 = 1.23 =
    337 * Added screenshots
    338 
    339 = 1.21 =
    340 * Updated FAQ page
    341 
    342 = 1.20 =
    343 * Streamlined Registration
    344 * New Settings Page
    345 * Language and Design Selection
    346 
    347 = 1.13 =
    348 * Bug Fix
    349 
    350 = 1.12 =
    351 * New Video information
    352 
    353 = 1.10 =
    354 * Additional plugin information
    355 
    356 = 1.09 =
    357 * Added additional language options
    358 
    359 = 1.08 =
    360 * Added an option to block specific URLs/Web sections from displaying the Feelbacks Voting platform within this section only
    361 
    362 = 1.07 =
    363 * Bug fix
    364 
    365 = 1.06 =
    366 * Adding voting design options
    367 
    368 = 1.05 =
    369 * Adding analytics dashboard options
    370 
    371 = 1.04 =
    372 * Minor changes
    373 
    374 = 1.03 =
    375 * Bug fix
    376 
    377 = 1.02 =
    378 * Adding more design options
    379 
    380 = 1.01 =
    381 * Adding plugin info
    382 
    383 = 1.0 =
    384 First version is available
    385 
    386211== For more Info ==
    387212
  • voting-platform-feelbacks/trunk/vicomi-feelbacks.php

    r1803409 r1803617  
    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.0
     7Version: 2.01
    88Author URI: http://vicomi.com/
    99*/
    1010
    1111require_once(dirname(__FILE__) . '/lib/vc-api.php');
    12 define('VICOMI_FEELBACKS_V', '2.0');
     12define('VICOMI_FEELBACKS_V', '2.01');
    1313include_once(dirname(__FILE__) . '/settings-page.php');
    1414
Note: See TracChangeset for help on using the changeset viewer.