Version Description
- Support
shortcode_atts_insert
filter for filtering the shortcode's default attributes. Props @gtrout for the pull request!
Download this release
Release Info
Developer | figureone |
Plugin | Insert Pages |
Version | 3.1.9 |
Comparing to | |
See all releases |
Code changes from version 3.1.8 to 3.1.9
- insert-pages.php +2 -2
- readme.txt +3 -0
insert-pages.php
CHANGED
@@ -9,7 +9,7 @@ Author URI: http://www.linkedin.com/in/paulrryan
|
|
9 |
Text Domain: insert-pages
|
10 |
Domain Path: /languages
|
11 |
License: GPL2
|
12 |
-
Version: 3.1.
|
13 |
*/
|
14 |
|
15 |
/* Copyright 2011 Paul Ryan (email: prar@hawaii.edu)
|
@@ -115,7 +115,7 @@ if ( !class_exists( 'InsertPagesPlugin' ) ) {
|
|
115 |
'display' => 'all',
|
116 |
'class' => '',
|
117 |
'inline' => false,
|
118 |
-
), $atts );
|
119 |
|
120 |
// Validation checks.
|
121 |
if ( $attributes['page'] === '0' ) {
|
9 |
Text Domain: insert-pages
|
10 |
Domain Path: /languages
|
11 |
License: GPL2
|
12 |
+
Version: 3.1.9
|
13 |
*/
|
14 |
|
15 |
/* Copyright 2011 Paul Ryan (email: prar@hawaii.edu)
|
115 |
'display' => 'all',
|
116 |
'class' => '',
|
117 |
'inline' => false,
|
118 |
+
), $atts, 'insert' );
|
119 |
|
120 |
// Validation checks.
|
121 |
if ( $attributes['page'] === '0' ) {
|
readme.txt
CHANGED
@@ -86,6 +86,9 @@ Just one! The plugin prevents you from embedding a page in itself, but you can t
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
|
|
|
|
|
|
89 |
= 3.1.8 =
|
90 |
* Fix for widget being used in the Beaver Builder widget interface.
|
91 |
|
86 |
|
87 |
== Changelog ==
|
88 |
|
89 |
+
= 3.1.9 =
|
90 |
+
* Support `shortcode_atts_insert` filter for filtering the shortcode's default attributes. Props @gtrout for the pull request!
|
91 |
+
|
92 |
= 3.1.8 =
|
93 |
* Fix for widget being used in the Beaver Builder widget interface.
|
94 |
|