Plugin Directory

Changeset 2186705


Ignore:
Timestamp:
11/06/2019 07:37:20 AM (6 years ago)
Author:
pinpoll
Message:

Updated from GitHub

Location:
pinpoll/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pinpoll/trunk/admin/js/pinpoll_details.js

    r1599906 r2186705  
    6868      document.getElementById('pinpoll_' + pollIDDetails).contentWindow.postMessage({
    6969        action : 'set:token',
    70         'token' : jwt.substring(7, jwt.length)
     70        'token' : jwt
    7171      },
    7272      '*'
     
    558558  document.getElementById('pinpoll_' + pollIDDetails).contentWindow.postMessage({
    559559    action : 'set:editmode',
    560     'token' : jwt.substring(7, jwt.length)
     560    'token' : jwt
    561561    },
    562562    '*'
     
    699699  document.getElementById('pinpoll_' + pollIDDetails).contentWindow.postMessage({
    700700    action : 'editmode:submit',
    701     'token' : jwt.substring(7, jwt.length)
     701    'token' : jwt
    702702    },
    703703    '*'
  • pinpoll/trunk/pinpoll.php

    r2174907 r2186705  
    1212 * Domain Path: /lang
    1313 * Description: Create fun polls & understand your audience!
    14  * Version: 3.0.18
     14 * Version: 3.0.19
    1515 * Min WP Version: 3.3.0
    1616 * Author: Pinpoll
  • pinpoll/trunk/readme.txt

    r2174907 r2186705  
    44Tags: free, marketing, survey, poll, analytics, feedback, advertising, polls, user engagement, engagement, content generation, analysis, polling, statistics, stats, retargeting, remarketing, profiling, opinion, advertise, audience, conversion, recommendation, page impressions, ads, secure, responsive, mobile responsive, mobile, quiz, quizzes, feedback, customer satisfaction, lead, lead generation, support
    55Requires at least: 3.3.0
    6 Tested up to: 5.2.2
     6Tested up to: 5.2.4
    77Stable tag: trunk
    88License: GPLv2 or later
     
    186186= 3.0.18 =
    187187* Improved error handling and fixed bug with third-party plugins
     188
     189= 3.0.19 =
     190* Fixed bugs and improvements
Note: See TracChangeset for help on using the changeset viewer.