Version Description
- fix deactivation issue
Download this release
Release Info
Developer | kucaahbe |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 19.4.1 |
Comparing to | |
See all releases |
Code changes from version 19.4.0 to 19.4.1
- plugin.php +2 -2
- readme.txt +3 -1
- uninstall.php +1 -1
plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Poll, Survey, Quiz, Slideshow, Form & Story Article
|
4 |
Plugin URI: https://www.opinionstage.com
|
5 |
Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
|
6 |
-
Version: 19.4.
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: https://www.opinionstage.com
|
9 |
Text Domain: social-polls-by-opinionstage
|
@@ -24,7 +24,7 @@ if ( defined('WP_DEBUG') && true === WP_DEBUG ) {
|
|
24 |
}
|
25 |
}
|
26 |
|
27 |
-
define('OPINIONSTAGE_WIDGET_VERSION', '19.4.
|
28 |
|
29 |
define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
|
30 |
|
3 |
Plugin Name: Poll, Survey, Quiz, Slideshow, Form & Story Article
|
4 |
Plugin URI: https://www.opinionstage.com
|
5 |
Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
|
6 |
+
Version: 19.4.1
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: https://www.opinionstage.com
|
9 |
Text Domain: social-polls-by-opinionstage
|
24 |
}
|
25 |
}
|
26 |
|
27 |
+
define('OPINIONSTAGE_WIDGET_VERSION', '19.4.1');
|
28 |
|
29 |
define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
|
30 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.opinionstage.com
|
|
4 |
Tags: poll, quiz, survey, form, slideshow, story, article
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 19.4.
|
8 |
|
9 |
Easily add polls, surveys, quizzes, slideshows, forms & story article to your website.
|
10 |
|
@@ -169,6 +169,8 @@ Yes, all content created with Opinion Stage is fully responsive, and designed to
|
|
169 |
N/A
|
170 |
|
171 |
== Changelog ==
|
|
|
|
|
172 |
= 19.4.0 =
|
173 |
* stability fixes
|
174 |
* added deactivate screen
|
4 |
Tags: poll, quiz, survey, form, slideshow, story, article
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 19.4.1
|
8 |
|
9 |
Easily add polls, surveys, quizzes, slideshows, forms & story article to your website.
|
10 |
|
169 |
N/A
|
170 |
|
171 |
== Changelog ==
|
172 |
+
= 19.4.1 =
|
173 |
+
* fix deactivation issue
|
174 |
= 19.4.0 =
|
175 |
* stability fixes
|
176 |
* added deactivate screen
|
uninstall.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
// prevent direct access to thi file:
|
3 |
if (defined('WP_UNINSTALL_PLUGIN')) {
|
4 |
|
5 |
-
require( plugin_dir_path( __FILE__ ).'
|
6 |
opinionstage_uninstall();
|
7 |
|
8 |
}
|
2 |
// prevent direct access to thi file:
|
3 |
if (defined('WP_UNINSTALL_PLUGIN')) {
|
4 |
|
5 |
+
require( plugin_dir_path( __FILE__ ).'plugin.php' );
|
6 |
opinionstage_uninstall();
|
7 |
|
8 |
}
|