Version Description
- Quick Fix to Star Rating Block
Download this release
Release Info
Developer | munirkamal |
Plugin | Gutenberg Blocks – ACF Blocks Suite |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.0 to 1.7.1
- acf-blocks.php +8 -2
- readme.txt +4 -1
acf-blocks.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: ACF Blocks
|
5 |
* Plugin URI: https://acfblocks.com/
|
6 |
* Description: Supercharge your Gutenberg editor with high quality beautiful WordPress blocks. Ready-to-use ACF Blocks!
|
7 |
-
* Version: 1.7.
|
8 |
* Author: munirkamal
|
9 |
* Author URI: https://munirkamal.wordpress.com
|
10 |
* License: GPL2
|
@@ -436,7 +436,13 @@ if ( function_exists( 'acfb_fs' ) ) {
|
|
436 |
'1.0.0'
|
437 |
);
|
438 |
}
|
439 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
440 |
}
|
441 |
|
442 |
// freemius end
|
4 |
* Plugin Name: ACF Blocks
|
5 |
* Plugin URI: https://acfblocks.com/
|
6 |
* Description: Supercharge your Gutenberg editor with high quality beautiful WordPress blocks. Ready-to-use ACF Blocks!
|
7 |
+
* Version: 1.7.1
|
8 |
* Author: munirkamal
|
9 |
* Author URI: https://munirkamal.wordpress.com
|
10 |
* License: GPL2
|
436 |
'1.0.0'
|
437 |
);
|
438 |
}
|
439 |
+
|
440 |
+
function acfb_enqueue_scripts()
|
441 |
+
{
|
442 |
+
wp_enqueue_style( 'dashicons' );
|
443 |
+
}
|
444 |
+
|
445 |
+
add_action( 'wp_enqueue_scripts', 'acfb_enqueue_scripts', 999 );
|
446 |
}
|
447 |
|
448 |
// freemius end
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: block, gutenberg block, acf block, gutenberg, acf, editor
|
|
4 |
Requires at least: 4.7
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.3
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -133,6 +133,9 @@ Absolutely! You can definitely use the ACF Blocks on yours as well as your clien
|
|
133 |
|
134 |
== Changelog ==
|
135 |
|
|
|
|
|
|
|
136 |
= 1.7.0 =
|
137 |
* New: Template Overide Feature
|
138 |
* Bug Fixes & Code improvement
|
4 |
Requires at least: 4.7
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.3
|
7 |
+
Stable tag: 1.7.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
133 |
|
134 |
== Changelog ==
|
135 |
|
136 |
+
= 1.7.1 =
|
137 |
+
* Quick Fix to Star Rating Block
|
138 |
+
|
139 |
= 1.7.0 =
|
140 |
* New: Template Overide Feature
|
141 |
* Bug Fixes & Code improvement
|