Post and Page Builder by BoldGrid – Visual Drag and Drop Editor - Version 1.6.2

Version Description

Release Date: December 26th, 2017

  • Bug Fix: Edit links displayed when not logged in.
Download this release

Release Info

Developer rramo012
Plugin Icon 128x128 Post and Page Builder by BoldGrid – Visual Drag and Drop Editor
Version 1.6.2
Comparing to
See all releases

Code changes from version 1.6.1 to 1.6.2

includes/template/page/entry-footer.php CHANGED
@@ -9,10 +9,10 @@ if ( $post_type ) {
9
  $title = 'Edit ' . $post_type_object->labels->singular_name;
10
  }
11
  }
12
-
13
- if ( ! is_customize_preview() ) { ?>
14
  <div class="bg-edit-link">
15
- <a title="<?php print $title ?>" href="<?php print get_edit_post_link() ?>"><i class="fa fa-pencil"
16
  aria-hidden="true"></i></a>
17
  </div>
18
  <?php } ?>
9
  $title = 'Edit ' . $post_type_object->labels->singular_name;
10
  }
11
  }
12
+ $edit_post_link = get_edit_post_link();
13
+ if ( ! is_customize_preview() && $edit_post_link ) { ?>
14
  <div class="bg-edit-link">
15
+ <a title="<?php print $title ?>" href="<?php print $edit_post_link ?>"><i class="fa fa-pencil"
16
  aria-hidden="true"></i></a>
17
  </div>
18
  <?php } ?>
post-and-page-builder.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Post and Page Builder
4
  * Plugin URI: https://www.boldgrid.com/boldgrid-editor/
5
  * Description: Customized drag and drop editing for posts and pages. The Post and Page Builder adds functionality to the existing TinyMCE Editor to give you easier control over your content.
6
- * Version: 1.6.1
7
  * Author: BoldGrid.com <support@boldgrid.com>
8
  * Author URI: https://www.boldgrid.com/
9
  * Text Domain: boldgrid-editor
3
  * Plugin Name: Post and Page Builder
4
  * Plugin URI: https://www.boldgrid.com/boldgrid-editor/
5
  * Description: Customized drag and drop editing for posts and pages. The Post and Page Builder adds functionality to the existing TinyMCE Editor to give you easier control over your content.
6
+ * Version: 1.6.2
7
  * Author: BoldGrid.com <support@boldgrid.com>
8
  * Author URI: https://www.boldgrid.com/
9
  * Text Domain: boldgrid-editor
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Post and Page Builder by BoldGrid - Visual Drag and Drop Editor ===
2
  Contributors: boldgrid, rramo012, imh_brad, joemoto, timph
3
- Tags: drag and drop, tinymce, editor
4
  Requires at least: 4.4
5
  Tested up to: 4.9.1
6
  Requires PHP: 5.3
7
- Stable tag: 1.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -18,7 +18,7 @@ The Post and Page Builder is an intuitive drag and drop editor plugin and the ea
18
 
19
  Try out the [BoldGrid demo](https://www.boldgrid.com/demo/) to see for yourself!
20
 
21
- [youtube https://youtu.be/QoIb7OhV9ys]
22
 
23
  = Features =
24
 
@@ -123,6 +123,12 @@ WordPress Editor.
123
 
124
  For more information, see changelog.txt.
125
 
 
 
 
 
 
 
126
  = 1.6.1 =
127
 
128
  Release Date: December 19th, 2017
1
  === Post and Page Builder by BoldGrid - Visual Drag and Drop Editor ===
2
  Contributors: boldgrid, rramo012, imh_brad, joemoto, timph
3
+ Tags: page builder, drag and drop, tinymce, editor, landing page
4
  Requires at least: 4.4
5
  Tested up to: 4.9.1
6
  Requires PHP: 5.3
7
+ Stable tag: 1.6.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
18
 
19
  Try out the [BoldGrid demo](https://www.boldgrid.com/demo/) to see for yourself!
20
 
21
+ [youtube https://youtu.be/QoIb7OhV9ys?rel=0]
22
 
23
  = Features =
24
 
123
 
124
  For more information, see changelog.txt.
125
 
126
+ = 1.6.2 =
127
+
128
+ Release Date: December 26th, 2017
129
+
130
+ * Bug Fix: Edit links displayed when not logged in.
131
+
132
  = 1.6.1 =
133
 
134
  Release Date: December 19th, 2017