Version Description
Download this release
Release Info
Developer | iamadi |
Plugin | Widgets for SiteOrigin |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- readme.txt +1 -1
- widgets-for-siteorigin.php +2 -3
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: iamadi
|
|
3 |
Tags: bundle, widget, button, alert, accordion, audio, video, blog, divider, person, portfolio, tabs, testimonial, siteorigin
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.4
|
6 |
-
Stable tag: 1.2.
|
7 |
License: GPLv3 or later
|
8 |
|
9 |
A few more widgets to play around with. Built on top of the SiteOrigin Widgets Bundle.
|
3 |
Tags: bundle, widget, button, alert, accordion, audio, video, blog, divider, person, portfolio, tabs, testimonial, siteorigin
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.4
|
6 |
+
Stable tag: 1.2.2
|
7 |
License: GPLv3 or later
|
8 |
|
9 |
A few more widgets to play around with. Built on top of the SiteOrigin Widgets Bundle.
|
widgets-for-siteorigin.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Widgets for SiteOrigin
|
5 |
* Plugin URI: https://wpinked.com/
|
6 |
* Description: A few more widgets to play around with. Built on top of the SiteOrigin Widgets Bundle.
|
7 |
-
* Version: 1.2.
|
8 |
* Author: wpinked
|
9 |
* Author URI: wpinked.com
|
10 |
* License: GPL-2.0+
|
@@ -18,7 +18,7 @@
|
|
18 |
*
|
19 |
*/
|
20 |
|
21 |
-
define('INKED_SO_WIDGETS', '1.2.
|
22 |
|
23 |
require_once ( 'inc/visibility.php' );
|
24 |
|
@@ -75,7 +75,6 @@ function wpinked_so_plugin_version_check(){
|
|
75 |
if( empty($active_version) || version_compare( $active_version, INKED_SO_WIDGETS, '<' ) ) {
|
76 |
// If this is a new version, then clear the cache.
|
77 |
update_option( 'wpinked_so_widgets_version', INKED_SO_WIDGETS );
|
78 |
-
siteorigin_widgets_deactivate_legacy_plugins();
|
79 |
|
80 |
// Remove all cached CSS for SiteOrigin Widgets
|
81 |
if( function_exists('WP_Filesystem') && WP_Filesystem() ) {
|
4 |
* Plugin Name: Widgets for SiteOrigin
|
5 |
* Plugin URI: https://wpinked.com/
|
6 |
* Description: A few more widgets to play around with. Built on top of the SiteOrigin Widgets Bundle.
|
7 |
+
* Version: 1.2.2
|
8 |
* Author: wpinked
|
9 |
* Author URI: wpinked.com
|
10 |
* License: GPL-2.0+
|
18 |
*
|
19 |
*/
|
20 |
|
21 |
+
define('INKED_SO_WIDGETS', '1.2.2');
|
22 |
|
23 |
require_once ( 'inc/visibility.php' );
|
24 |
|
75 |
if( empty($active_version) || version_compare( $active_version, INKED_SO_WIDGETS, '<' ) ) {
|
76 |
// If this is a new version, then clear the cache.
|
77 |
update_option( 'wpinked_so_widgets_version', INKED_SO_WIDGETS );
|
|
|
78 |
|
79 |
// Remove all cached CSS for SiteOrigin Widgets
|
80 |
if( function_exists('WP_Filesystem') && WP_Filesystem() ) {
|