Version Description
N/A
Download this release
Release Info
Developer | yoffegil |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 13.0.0 |
Comparing to | |
See all releases |
Code changes from version 12.9.0 to 13.0.0
- opinionstage-polls.php +3 -2
- readme.txt +2 -0
opinionstage-polls.php
CHANGED
@@ -3,15 +3,16 @@
|
|
3 |
Plugin Name: Polls by OpinionStage
|
4 |
Plugin URI: http://www.opinionstage.com
|
5 |
Description: Adds a highly engaging social polling system to your site. Easily add polls to any post/page or to your sites sidebar.
|
6 |
-
Version:
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: http://www.opinionstage.com
|
|
|
9 |
*/
|
10 |
|
11 |
/* --- Static initializer for Wordpress hooks --- */
|
12 |
|
13 |
define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
|
14 |
-
define('OPINIONSTAGE_WIDGET_VERSION', '
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
|
17 |
define('OPINIONSTAGE_OPTIONS_KEY', 'opinionstage_widget');
|
3 |
Plugin Name: Polls by OpinionStage
|
4 |
Plugin URI: http://www.opinionstage.com
|
5 |
Description: Adds a highly engaging social polling system to your site. Easily add polls to any post/page or to your sites sidebar.
|
6 |
+
Version: 13.0.0
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: http://www.opinionstage.com
|
9 |
+
Text Domain: social-polls-by-opinionstage
|
10 |
*/
|
11 |
|
12 |
/* --- Static initializer for Wordpress hooks --- */
|
13 |
|
14 |
define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
|
15 |
+
define('OPINIONSTAGE_WIDGET_VERSION', '13.0.0');
|
16 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls by OpinionStage');
|
17 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
|
18 |
define('OPINIONSTAGE_OPTIONS_KEY', 'opinionstage_widget');
|
readme.txt
CHANGED
@@ -123,6 +123,8 @@ We support both regular multiple-sided polls and a special head-to-head poll fla
|
|
123 |
N/A
|
124 |
|
125 |
== Changelog ==
|
|
|
|
|
126 |
= Version 12.9.0 =
|
127 |
* Poll discovery mechanim improvements
|
128 |
* Additional tracking capabilities
|
123 |
N/A
|
124 |
|
125 |
== Changelog ==
|
126 |
+
= Version 13.0.0 =
|
127 |
+
* Added text domain
|
128 |
= Version 12.9.0 =
|
129 |
* Poll discovery mechanim improvements
|
130 |
* Additional tracking capabilities
|