Atomic Blocks – Gutenberg Blocks Collection - Version 1.4.21

Version Description

  • Remove notice to install Gutenberg.
Download this release

Release Info

Developer atomicblocks
Plugin Icon 128x128 Atomic Blocks – Gutenberg Blocks Collection
Version 1.4.21
Comparing to
See all releases

Code changes from version 1.4.2 to 1.4.21

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: atomicblocks, mindctrl, arrayhq
3
  Donate link: https://atomicblocks.com
4
  Tags: gutenberg, blocks, page builder, gutenberg blocks, editor, atomicblocks, builder, wordpress 5.0, options
5
  Requires at least: 4.7
6
- Tested up to: 4.9.5
7
- Stable tag: 1.4.2
8
  Requires PHP: 5.2.4
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -95,6 +95,9 @@ Yes, you will need to install the [Gutenberg plugin](https://wordpress.org/plugi
95
 
96
  == Changelog ==
97
 
 
 
 
98
  = 1.4.2 =
99
  * Fix category error in Post Grid block.
100
  * Change asset loading for WordPress 5.0.
3
  Donate link: https://atomicblocks.com
4
  Tags: gutenberg, blocks, page builder, gutenberg blocks, editor, atomicblocks, builder, wordpress 5.0, options
5
  Requires at least: 4.7
6
+ Tested up to: 5.0
7
+ Stable tag: 1.4.21
8
  Requires PHP: 5.2.4
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
95
 
96
  == Changelog ==
97
 
98
+ = 1.4.21 =
99
+ * Remove notice to install Gutenberg.
100
+
101
  = 1.4.2 =
102
  * Fix category error in Post Grid block.
103
  * Change asset loading for WordPress 5.0.
atomicblocks.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: A beautiful collection of handy Gutenberg blocks to help you get started with the new WordPress editor.
6
  * Author: atomicblocks
7
  * Author URI: http://arraythemes.com
8
- * Version: 1.4.2
9
  * License: GPL2+
10
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11
  *
5
  * Description: A beautiful collection of handy Gutenberg blocks to help you get started with the new WordPress editor.
6
  * Author: atomicblocks
7
  * Author URI: http://arraythemes.com
8
+ * Version: 1.4.21
9
  * License: GPL2+
10
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11
  *
dist/getting-started/getting-started.php CHANGED
@@ -121,14 +121,6 @@ function atomic_blocks_getting_started_page() {
121
 
122
  <div class="panels">
123
  <div id="panel" class="panel">
124
- <!-- Atomic Blocks panel -->
125
- <?php if( ! function_exists( 'gutenberg_init' ) ) { ?>
126
- <div class="ab-gutenberg-notice">
127
- <p><?php esc_html_e( 'You need to install the Gutenberg editor before using Atomic Blocks!', 'atomic-blocks' ); ?></p>
128
- <a class="button-primary" href="<?php echo esc_url( $gberg_install_url ); ?>"><?php esc_html_e( 'Install Gutenberg now', 'atomic-blocks' ); ?> &rarr;</a>
129
- </div>
130
- <?php } ?>
131
-
132
  <div id="atomic-blocks-panel" class="panel-left visible">
133
  <div class="ab-block-split clearfix">
134
  <div class="ab-block-split-left">
121
 
122
  <div class="panels">
123
  <div id="panel" class="panel">
 
 
 
 
 
 
 
 
124
  <div id="atomic-blocks-panel" class="panel-left visible">
125
  <div class="ab-block-split clearfix">
126
  <div class="ab-block-split-left">