Changeset 2186705
- Timestamp:
- 11/06/2019 07:37:20 AM (6 years ago)
- Location:
- pinpoll/trunk
- Files:
-
- 3 edited
-
admin/js/pinpoll_details.js (modified) (3 diffs)
-
pinpoll.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pinpoll/trunk/admin/js/pinpoll_details.js
r1599906 r2186705 68 68 document.getElementById('pinpoll_' + pollIDDetails).contentWindow.postMessage({ 69 69 action : 'set:token', 70 'token' : jwt .substring(7, jwt.length)70 'token' : jwt 71 71 }, 72 72 '*' … … 558 558 document.getElementById('pinpoll_' + pollIDDetails).contentWindow.postMessage({ 559 559 action : 'set:editmode', 560 'token' : jwt .substring(7, jwt.length)560 'token' : jwt 561 561 }, 562 562 '*' … … 699 699 document.getElementById('pinpoll_' + pollIDDetails).contentWindow.postMessage({ 700 700 action : 'editmode:submit', 701 'token' : jwt .substring(7, jwt.length)701 'token' : jwt 702 702 }, 703 703 '*' -
pinpoll/trunk/pinpoll.php
r2174907 r2186705 12 12 * Domain Path: /lang 13 13 * Description: Create fun polls & understand your audience! 14 * Version: 3.0.1 814 * Version: 3.0.19 15 15 * Min WP Version: 3.3.0 16 16 * Author: Pinpoll -
pinpoll/trunk/readme.txt
r2174907 r2186705 4 4 Tags: 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 5 5 Requires at least: 3.3.0 6 Tested up to: 5.2. 26 Tested up to: 5.2.4 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 186 186 = 3.0.18 = 187 187 * 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.