Skip to content

Commit

Permalink
Add version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglielmoPepe committed Oct 28, 2021
1 parent 3269687 commit 82e97d9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 76 deletions.
18 changes: 9 additions & 9 deletions slick/block-template-parts/aside.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<!-- wp:columns {"tagName":"div"} -->
<div class="wp-block-columns">

<!-- wp:column {"tagName":"nav"} -->
<nav class="wp-block-column">
<!-- wp:column {"tagName":"div"} -->
<div class="wp-block-column">

<!-- wp:heading -->
<h3>Categories</h3>
<h2>Categories</h2>
<!-- /wp:heading -->

<!-- wp:core/categories {"displayAsDropdown":false, "showPostCounts":true, "showHierarchy":false} /-->

</nav>
</div>
<!-- /wp:column -->

<!-- wp:column {"tagName":"nav"} -->
<nav class="wp-block-column">
<!-- wp:column {"tagName":"div"} -->
<div class="wp-block-column">

<!-- wp:heading -->
<h3>Archives</h3>
<h2>Archives</h2>
<!-- /wp:heading -->

<!-- wp:archives {"displayAsDropdown":false, "showPostCounts":true} /-->

</nav>
</div>
<!-- /wp:column -->

<!-- wp:column {"tagName":"div"} -->
<div class="wp-block-column">

<!-- wp:heading -->
<h3>Search</h3>
<h2>Search</h2>
<!-- /wp:heading -->

<!-- wp:search {"showLabel":false} /-->
Expand Down
3 changes: 1 addition & 2 deletions slick/block-template-parts/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<!-- wp:site-tagline {"textAlign":"center"} /-->

<!-- wp:navigation {"itemsJustification":"center", "orientation":"horizontal"} -->
<nav class="wp-block-navigation">

<!-- wp:navigation-link {"label":"Home", "url":"#"} /-->

Expand All @@ -16,7 +15,7 @@

<!-- wp:navigation-link {"label":"Contact me", "url":"#"} /-->

</nav>
<!-- /wp:navigation -->

</div>
<!-- /wp:group -->
6 changes: 2 additions & 4 deletions slick/block-templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- /wp:spacer -->


<!-- wp:query-loop -->
<!-- wp:post-template -->

<!-- wp:post-title {"isLink":true} /-->

Expand All @@ -18,19 +18,17 @@
<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- /wp:query-loop -->
<!-- /wp:post-template -->


<!-- wp:query-pagination {"layout":{"inherit":true}} -->
<div class="wp-block-query-pagination">

<!-- wp:query-pagination-previous {"label":"Previous Page"} /-->

<!-- wp:query-pagination-numbers /-->

<!-- wp:query-pagination-next {"label":"Next Page"} /-->

</div>
<!-- /wp:query-pagination -->

</main>
Expand Down
12 changes: 11 additions & 1 deletion slick/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: full-site-editing, blog
Requires at least: 5.7.2
Tested up to: 5.7.2
Requires PHP: 7.2
Stable tag: 1.0.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -51,6 +51,16 @@ Absolutely! Please, [submit your idea](https://github.com/GuglielmoPepe/slick/is

== Changelog ==

= 1.0.1 =
* Change nav tag with div tag in aside.html
* Change h3 with h2 in aside.html
* Remove empty settings blocks item in theme.json
* Remove empty "customTemplates" item in theme.json
* Remove empty blocks styles from theme.json
* Remove gradient color in theme.json
* Remove div with wp-block-query-pagination
* Change wp-query-loop with post-template

= 1.0.0 =
* First release

Expand Down
2 changes: 1 addition & 1 deletion slick/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Tags: full-site-editing, blog, one-column
Requires at least: 5.7.2
Tested up to: 5.7.2
Requires PHP: 7.2
Version: 1.0.0
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slick
Expand Down
59 changes: 0 additions & 59 deletions slick/theme.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"customTemplates": {},
"settings": {
"blocks": {},
"border": {
"customColor": false,
"customRadius": false,
"customStyle": false,
"customWidth": false
},
"color": {
"gradients": [],
"link": true,
"palette": [
{
Expand Down Expand Up @@ -168,62 +165,6 @@
}
},
"styles": {
"blocks": {
"core/archive": {

},
"core/button": {

},
"core/category": {

},
"core/code": {

},
"core/heading": {

},
"core/navigation": {

},
"core/navigation-link": {

},
"core/post-author": {

},
"core/post-date": {

},
"core/post-content": {

},
"core/post-title": {

},
"core/pullquote": {

},
"core/quote": {

},
"core/search": {

},
"core/site-tagline": {

},
"core/site-title": {

},
"core/social-link": {

},
"core/social-links": {

}
},
"elements": {
"h1": {
"typography": {
Expand Down

0 comments on commit 82e97d9

Please sign in to comment.