Version Description
- August 02 2018 =
- Fixed permalink bug in blog widget.
Download this release
Release Info
Developer | iamadi |
Plugin | Widgets for SiteOrigin |
Version | 1.3.8 |
Comparing to | |
See all releases |
Code changes from version 1.3.7 to 1.3.8
- admin/admin.php +16 -16
- readme.txt +4 -1
- widgets-for-siteorigin.php +1 -1
- widgets/ink-blgs-widget/tpl/thumb-above.php +1 -1
- widgets/ink-blgs-widget/tpl/thumb-behind.php +1 -1
- widgets/ink-blgs-widget/tpl/thumb-left.php +1 -1
- widgets/ink-blgs-widget/tpl/thumb-none.php +1 -1
- widgets/ink-blgs-widget/tpl/thumb-right.php +1 -1
admin/admin.php
CHANGED
@@ -28,25 +28,25 @@ function wpinked_so_admin_page() {
|
|
28 |
'wpinked_so_admin_page_content'
|
29 |
);
|
30 |
|
31 |
-
add_submenu_page(
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
);
|
39 |
}
|
40 |
add_action( 'admin_menu', 'wpinked_so_admin_page' );
|
41 |
|
42 |
-
function wpinked_so_admin_craft_external_link() {
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
}
|
49 |
-
add_action( 'admin_init', 'wpinked_so_admin_craft_external_link', 1 );
|
50 |
|
51 |
function wpinked_so_admin_page_content() {
|
52 |
?>
|
28 |
'wpinked_so_admin_page_content'
|
29 |
);
|
30 |
|
31 |
+
// add_submenu_page(
|
32 |
+
// 'wpinked-widgets',
|
33 |
+
// 'Craft',
|
34 |
+
// __( 'Craft Theme', 'wpinked-widgets' ),
|
35 |
+
// 'manage_options',
|
36 |
+
// 'wpinked-craft-theme',
|
37 |
+
// 'wpinked_so_admin_craft'
|
38 |
+
// );
|
39 |
}
|
40 |
add_action( 'admin_menu', 'wpinked_so_admin_page' );
|
41 |
|
42 |
+
// function wpinked_so_admin_craft_external_link() {
|
43 |
+
// $menu_redirect = isset( $_GET['page'] ) ? $_GET['page'] : false;
|
44 |
+
// if ( $menu_redirect == 'wpinked-craft-theme' ) {
|
45 |
+
// header( 'Location: https://wpinked.com/downloads/craft-theme/ ' );
|
46 |
+
// exit();
|
47 |
+
// }
|
48 |
+
// }
|
49 |
+
// add_action( 'admin_init', 'wpinked_so_admin_craft_external_link', 1 );
|
50 |
|
51 |
function wpinked_so_admin_page_content() {
|
52 |
?>
|
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.9.6
|
6 |
-
Stable tag: 1.3.
|
7 |
License: GPLv3 or later
|
8 |
|
9 |
A collection of highly customizable and thoughtfully crafted widgets. Built on top of the SiteOrigin Widgets Bundle.
|
@@ -102,6 +102,9 @@ Once installed, you can choose to Active/Deactivate widget from Plugins -> SiteO
|
|
102 |
|
103 |
== Changelog ==
|
104 |
|
|
|
|
|
|
|
105 |
= 1.3.7 - June 22 2018 =
|
106 |
* Added Call to action widget.
|
107 |
* Minor Changes
|
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.9.6
|
6 |
+
Stable tag: 1.3.8
|
7 |
License: GPLv3 or later
|
8 |
|
9 |
A collection of highly customizable and thoughtfully crafted widgets. Built on top of the SiteOrigin Widgets Bundle.
|
102 |
|
103 |
== Changelog ==
|
104 |
|
105 |
+
= 1.3.8 - August 02 2018 =
|
106 |
+
* Fixed permalink bug in blog widget.
|
107 |
+
|
108 |
= 1.3.7 - June 22 2018 =
|
109 |
* Added Call to action widget.
|
110 |
* Minor Changes
|
widgets-for-siteorigin.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Widgets for SiteOrigin
|
5 |
* Plugin URI: http://widgets.wpinked.com/
|
6 |
* Description: A collection of highly customizable and thoughtfully crafted widgets. Built on top of the SiteOrigin Widgets Bundle.
|
7 |
-
* Version: 1.3.
|
8 |
* Author: wpinked
|
9 |
* Author URI: widgets.wpinked.com
|
10 |
* License: GPL-2.0+
|
4 |
* Plugin Name: Widgets for SiteOrigin
|
5 |
* Plugin URI: http://widgets.wpinked.com/
|
6 |
* Description: A collection of highly customizable and thoughtfully crafted widgets. Built on top of the SiteOrigin Widgets Bundle.
|
7 |
+
* Version: 1.3.8
|
8 |
* Author: wpinked
|
9 |
* Author URI: widgets.wpinked.com
|
10 |
* License: GPL-2.0+
|
widgets/ink-blgs-widget/tpl/thumb-above.php
CHANGED
@@ -157,7 +157,7 @@ $query_result = new WP_Query( $processed_query );
|
|
157 |
<?php if ($instance['design']['button']) : ?>
|
158 |
|
159 |
<div class="iw-so-article-button">
|
160 |
-
<a class="<?php echo esc_attr( implode( ' ', $btn_class) ); ?>" href="<?php esc_url( get_permalink() ); ?>">
|
161 |
<?php echo $instance['design']['btn-text']; ?>
|
162 |
</a>
|
163 |
</div>
|
157 |
<?php if ($instance['design']['button']) : ?>
|
158 |
|
159 |
<div class="iw-so-article-button">
|
160 |
+
<a class="<?php echo esc_attr( implode( ' ', $btn_class) ); ?>" href="<?php echo esc_url( get_permalink() ); ?>">
|
161 |
<?php echo $instance['design']['btn-text']; ?>
|
162 |
</a>
|
163 |
</div>
|
widgets/ink-blgs-widget/tpl/thumb-behind.php
CHANGED
@@ -152,7 +152,7 @@ $query_result = new WP_Query( $processed_query );
|
|
152 |
<?php if ($instance['design']['button']) : ?>
|
153 |
|
154 |
<div class="iw-so-article-button">
|
155 |
-
<a class="<?php echo esc_attr( implode( ' ', $btn_class) ); ?>" href="<?php esc_url( get_permalink() ); ?>">
|
156 |
<?php echo $instance['design']['btn-text']; ?>
|
157 |
</a>
|
158 |
</div>
|
152 |
<?php if ($instance['design']['button']) : ?>
|
153 |
|
154 |
<div class="iw-so-article-button">
|
155 |
+
<a class="<?php echo esc_attr( implode( ' ', $btn_class) ); ?>" href="<?php echo esc_url( get_permalink() ); ?>">
|
156 |
<?php echo $instance['design']['btn-text']; ?>
|
157 |
</a>
|
158 |
</div>
|
widgets/ink-blgs-widget/tpl/thumb-left.php
CHANGED
@@ -164,7 +164,7 @@ $query_result = new WP_Query( $processed_query );
|
|
164 |
<?php if ($instance['design']['button']) : ?>
|
165 |
|
166 |
<div class="iw-so-article-button">
|
167 |
-
<a class="<?php echo esc_attr( implode( ' ', $btn_class) ); ?>" href="<?php esc_url( get_permalink() ); ?>">
|
168 |
<?php echo $instance['design']['btn-text']; ?>
|
169 |
</a>
|
170 |
</div>
|
164 |
<?php if ($instance['design']['button']) : ?>
|
165 |
|
166 |
<div class="iw-so-article-button">
|
167 |
+
<a class="<?php echo esc_attr( implode( ' ', $btn_class) ); ?>" href="<?php echo esc_url( get_permalink() ); ?>">
|
168 |
<?php echo $instance['design']['btn-text']; ?>
|
169 |
</a>
|
170 |
</div>
|
widgets/ink-blgs-widget/tpl/thumb-none.php
CHANGED
@@ -142,7 +142,7 @@ $query_result = new WP_Query( $processed_query );
|
|
142 |
<?php if ($instance['design']['button']) : ?>
|
143 |
|
144 |
<div class="iw-so-article-button">
|
145 |
-
<a class="<?php echo esc_attr( implode( ' ', $btn_class) ); ?>" href="<?php esc_url( get_permalink() ); ?>">
|
146 |
<?php echo $instance['design']['btn-text']; ?>
|
147 |
</a>
|
148 |
</div>
|
142 |
<?php if ($instance['design']['button']) : ?>
|
143 |
|
144 |
<div class="iw-so-article-button">
|
145 |
+
<a class="<?php echo esc_attr( implode( ' ', $btn_class) ); ?>" href="<?php echo esc_url( get_permalink() ); ?>">
|
146 |
<?php echo $instance['design']['btn-text']; ?>
|
147 |
</a>
|
148 |
</div>
|
widgets/ink-blgs-widget/tpl/thumb-right.php
CHANGED
@@ -164,7 +164,7 @@ $query_result = new WP_Query( $processed_query );
|
|
164 |
<?php if ($instance['design']['button']) : ?>
|
165 |
|
166 |
<div class="iw-so-article-button">
|
167 |
-
<a class="<?php echo esc_attr( implode( ' ', $btn_class) ); ?>" href="<?php esc_url( get_permalink() ); ?>">
|
168 |
<?php echo $instance['design']['btn-text']; ?>
|
169 |
</a>
|
170 |
</div>
|
164 |
<?php if ($instance['design']['button']) : ?>
|
165 |
|
166 |
<div class="iw-so-article-button">
|
167 |
+
<a class="<?php echo esc_attr( implode( ' ', $btn_class) ); ?>" href="<?php echo esc_url( get_permalink() ); ?>">
|
168 |
<?php echo $instance['design']['btn-text']; ?>
|
169 |
</a>
|
170 |
</div>
|