Version Description
- Fix links in readme.txt.
- Fix update notice CSS bug.
Download this release
Release Info
Developer | atomicblocks |
Plugin | Atomic Blocks – Gutenberg Blocks Collection |
Version | 1.2.5 |
Comparing to | |
See all releases |
Code changes from version 1.2.4 to 1.2.5
- README.md +6 -2
- README.txt +7 -3
- atomicblocks.php +1 -1
- dist/getting-started/getting-started.css +0 -5
README.md
CHANGED
@@ -2,11 +2,12 @@
|
|
2 |
|
3 |
Atomic Blocks is a collection of content blocks for the new [Gutenberg block editor](https://atomicblocks.com/beginners-guide-gutenberg/?utm_source=WP.org%20Description%20Gberg%20Link&utm_campaign=wporg_desc_gberg_link). Blocks are chunks of content such as paragraphs, images, galleries, columns, and more. Building blocks give you more control to quickly create and launch any kind of site you want!
|
4 |
|
5 |
-
|
6 |
|
7 |
## Atomic Blocks currently includes the following blocks:
|
8 |
|
9 |
* Post Grid Block - [Block Demo](https://atomicblocks.com/blocks/post-grid-block/)
|
|
|
10 |
* Testimonial Block - [Block Demo](https://atomicblocks.com/blocks/testimonial-block/)
|
11 |
* Inline Notice Block - [Block Demo](https://atomicblocks.com/blocks/inline-notice-block/)
|
12 |
* Accordion Block - [Block Demo](https://atomicblocks.com/blocks/accordion-block/)
|
@@ -38,7 +39,6 @@ We've created a beautiful little WordPress theme to help you get started with th
|
|
38 |
* [Visit the Atomic Blocks site](https://atomicblocks.com/?utm_source=WP.org%20AB%20Page&utm_campaign=wporg_ab_page)
|
39 |
* [Subscribe to the newsletter](https://atomicblocks.com/subscribe?utm_source=WP.org%20AB%20Subscribe&utm_campaign=wporg_ab_subscribe)
|
40 |
* [Follow on Twitter](https://twitter.com/atomicblocks)
|
41 |
-
* [Contribute on Github](https://github.com/ArrayHQ/atomic-blocks)
|
42 |
* [Visit Array Themes](https://arraythemes.com/?utm_source=WP.org%20Array%20Link&utm_campaign=wporg_array_link)
|
43 |
* [Create-Guten-Block](https://github.com/ahmadawais/create-guten-block)
|
44 |
|
@@ -74,6 +74,10 @@ Yes, you will need to install the [Gutenberg plugin](https://wordpress.org/plugi
|
|
74 |
|
75 |
## Changelog
|
76 |
|
|
|
|
|
|
|
|
|
77 |
**1.2.4**
|
78 |
* Add max width setting to Container block.
|
79 |
|
2 |
|
3 |
Atomic Blocks is a collection of content blocks for the new [Gutenberg block editor](https://atomicblocks.com/beginners-guide-gutenberg/?utm_source=WP.org%20Description%20Gberg%20Link&utm_campaign=wporg_desc_gberg_link). Blocks are chunks of content such as paragraphs, images, galleries, columns, and more. Building blocks give you more control to quickly create and launch any kind of site you want!
|
4 |
|
5 |
+
Along with the content blocks you'll find in Atomic Blocks, we're also publishing helpful articles and tutorials to help you get started with Gutenberg. Visit the [Atomic Blocks blog](https://atomicblocks.com/blog/) to learn more today!
|
6 |
|
7 |
## Atomic Blocks currently includes the following blocks:
|
8 |
|
9 |
* Post Grid Block - [Block Demo](https://atomicblocks.com/blocks/post-grid-block/)
|
10 |
+
* Container Block - [Block Demo](https://atomicblocks.com/blocks/container-block/)
|
11 |
* Testimonial Block - [Block Demo](https://atomicblocks.com/blocks/testimonial-block/)
|
12 |
* Inline Notice Block - [Block Demo](https://atomicblocks.com/blocks/inline-notice-block/)
|
13 |
* Accordion Block - [Block Demo](https://atomicblocks.com/blocks/accordion-block/)
|
39 |
* [Visit the Atomic Blocks site](https://atomicblocks.com/?utm_source=WP.org%20AB%20Page&utm_campaign=wporg_ab_page)
|
40 |
* [Subscribe to the newsletter](https://atomicblocks.com/subscribe?utm_source=WP.org%20AB%20Subscribe&utm_campaign=wporg_ab_subscribe)
|
41 |
* [Follow on Twitter](https://twitter.com/atomicblocks)
|
|
|
42 |
* [Visit Array Themes](https://arraythemes.com/?utm_source=WP.org%20Array%20Link&utm_campaign=wporg_array_link)
|
43 |
* [Create-Guten-Block](https://github.com/ahmadawais/create-guten-block)
|
44 |
|
74 |
|
75 |
## Changelog
|
76 |
|
77 |
+
**1.2.5**
|
78 |
+
* Fix links in readme.txt.
|
79 |
+
* Fix update notice CSS bug.
|
80 |
+
|
81 |
**1.2.4**
|
82 |
* Add max width setting to Container block.
|
83 |
|
README.txt
CHANGED
@@ -4,7 +4,7 @@ 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.2.
|
8 |
Requires PHP: 5.2.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -15,11 +15,12 @@ A collection of beautiful, customizable Gutenberg blocks for the new block edito
|
|
15 |
|
16 |
Atomic Blocks is a collection of content blocks for the new [Gutenberg](https://atomicblocks.com/beginners-guide-gutenberg/?utm_source=WP.org%20Description%20Gberg%20Link&utm_campaign=wporg_desc_gberg_link) block editor. Blocks are chunks of content such as paragraphs, images, galleries, columns, and more. Building blocks give you more control to quickly create and launch any kind of site you want!
|
17 |
|
18 |
-
|
19 |
|
20 |
## Atomic Blocks currently includes the following blocks:
|
21 |
|
22 |
* Post Grid Block - [Block Demo](https://atomicblocks.com/blocks/post-grid-block/)
|
|
|
23 |
* Testimonial Block - [Block Demo](https://atomicblocks.com/blocks/testimonial-block/)
|
24 |
* Inline Notice Block - [Block Demo](https://atomicblocks.com/blocks/inline-notice-block/)
|
25 |
* Accordion Block - [Block Demo](https://atomicblocks.com/blocks/accordion-block/)
|
@@ -51,7 +52,6 @@ We've created a beautiful little WordPress theme to help you get started with th
|
|
51 |
* [Visit the Atomic Blocks site](https://atomicblocks.com/?utm_source=WP.org%20AB%20Page&utm_campaign=wporg_ab_page)
|
52 |
* [Subscribe to the newsletter](https://atomicblocks.com/subscribe?utm_source=WP.org%20AB%20Subscribe&utm_campaign=wporg_ab_subscribe)
|
53 |
* [Follow on Twitter](https://twitter.com/atomicblocks)
|
54 |
-
* [Contribute on Github](https://github.com/ArrayHQ/atomic-blocks)
|
55 |
* [Visit Array Themes](https://arraythemes.com/?utm_source=WP.org%20Array%20Link&utm_campaign=wporg_array_link)
|
56 |
* [Create-Guten-Block](https://github.com/ahmadawais/create-guten-block)
|
57 |
|
@@ -96,6 +96,10 @@ Yes, you will need to install the [Gutenberg plugin](https://wordpress.org/plugi
|
|
96 |
|
97 |
== Changelog ==
|
98 |
|
|
|
|
|
|
|
|
|
99 |
= 1.2.4 =
|
100 |
* Add max width setting to Container block.
|
101 |
|
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.2.5
|
8 |
Requires PHP: 5.2.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
15 |
|
16 |
Atomic Blocks is a collection of content blocks for the new [Gutenberg](https://atomicblocks.com/beginners-guide-gutenberg/?utm_source=WP.org%20Description%20Gberg%20Link&utm_campaign=wporg_desc_gberg_link) block editor. Blocks are chunks of content such as paragraphs, images, galleries, columns, and more. Building blocks give you more control to quickly create and launch any kind of site you want!
|
17 |
|
18 |
+
Along with the content blocks you'll find in Atomic Blocks, we're also publishing helpful articles and tutorials to help you get started with Gutenberg. Visit the [Atomic Blocks blog](https://atomicblocks.com/blog/) to learn more today!
|
19 |
|
20 |
## Atomic Blocks currently includes the following blocks:
|
21 |
|
22 |
* Post Grid Block - [Block Demo](https://atomicblocks.com/blocks/post-grid-block/)
|
23 |
+
* Container Block - [Block Demo](https://atomicblocks.com/blocks/container-block/)
|
24 |
* Testimonial Block - [Block Demo](https://atomicblocks.com/blocks/testimonial-block/)
|
25 |
* Inline Notice Block - [Block Demo](https://atomicblocks.com/blocks/inline-notice-block/)
|
26 |
* Accordion Block - [Block Demo](https://atomicblocks.com/blocks/accordion-block/)
|
52 |
* [Visit the Atomic Blocks site](https://atomicblocks.com/?utm_source=WP.org%20AB%20Page&utm_campaign=wporg_ab_page)
|
53 |
* [Subscribe to the newsletter](https://atomicblocks.com/subscribe?utm_source=WP.org%20AB%20Subscribe&utm_campaign=wporg_ab_subscribe)
|
54 |
* [Follow on Twitter](https://twitter.com/atomicblocks)
|
|
|
55 |
* [Visit Array Themes](https://arraythemes.com/?utm_source=WP.org%20Array%20Link&utm_campaign=wporg_array_link)
|
56 |
* [Create-Guten-Block](https://github.com/ahmadawais/create-guten-block)
|
57 |
|
96 |
|
97 |
== Changelog ==
|
98 |
|
99 |
+
= 1.2.5 =
|
100 |
+
* Fix links in readme.txt.
|
101 |
+
* Fix update notice CSS bug.
|
102 |
+
|
103 |
= 1.2.4 =
|
104 |
* Add max width setting to Container block.
|
105 |
|
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.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.2.5
|
9 |
* License: GPL2+
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
*
|
dist/getting-started/getting-started.css
CHANGED
@@ -244,11 +244,6 @@
|
|
244 |
margin-left: 18px;
|
245 |
}
|
246 |
|
247 |
-
.notice-warning {
|
248 |
-
margin: 0;
|
249 |
-
display: none !important;
|
250 |
-
}
|
251 |
-
|
252 |
#wpbody-content .ab-getting-started .updated,
|
253 |
#wpbody-content .ab-getting-started .error {
|
254 |
margin-top: 2%;
|
244 |
margin-left: 18px;
|
245 |
}
|
246 |
|
|
|
|
|
|
|
|
|
|
|
247 |
#wpbody-content .ab-getting-started .updated,
|
248 |
#wpbody-content .ab-getting-started .error {
|
249 |
margin-top: 2%;
|