Skip to content

Commit

Permalink
Merge pull request #395 from material-components/fix/material-card-de…
Browse files Browse the repository at this point in the history
…velop

Fix block.json path
  • Loading branch information
PatelUtkarsh committed Jul 29, 2022
2 parents 98d2231 + c66150e commit 299793e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion plugin/material-design.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Material Design
* Plugin URI: https://github.com/material-components/material-design-for-wordpress
* Description: The official Material Design plugin for WordPress. Customize your site’s navigation, colors, typography, and shapes, use Material Components, and choose from over 1,000 Google Fonts and Material Design icons. From the team behind Google’s open-source design system.
* Version: 0.6.0
* Version: 0.6.1
* Requires at least: 5.6
* Requires PHP: 5.6.20+
* Author: Material Design
Expand Down
2 changes: 1 addition & 1 deletion plugin/php/blocks/class-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function action_register_blocks() {
* @return array
*/
public static function get_blocks_folders() {
$root_folder = __DIR__ . '/../../assets/src/block-editor/blocks';
$root_folder = __DIR__ . '/../../assets/js/blocks';

return glob( $root_folder . '/*', GLOB_ONLYDIR | GLOB_MARK );
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The official Material Design plugin for WordPress. Customize your site’s navig
**Contributors:** [google](https://profiles.wordpress.org/google), [materialdesign](https://profiles.wordpress.org/materialdesign), [xwp](https://profiles.wordpress.org/xwp)
**Requires at least:** 5.6
**Tested up to:** 5.8.2
**Stable tag:** 0.6.0
**Stable tag:** 0.6.1
**License:** [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)

## Description ##
Expand Down
4 changes: 2 additions & 2 deletions plugin/readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Material Design for WordPress ===
Contributors: google, materialdesign, xwp
Requires at least: 5.6
Tested up to: 5.8.2
Stable tag: 0.6.0
Tested up to: 6.0
Stable tag: 0.6.1
License: Apache License, Version 2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Tags: material-design, material-theming, google, blocks, gutenberg, theme-builder, accessibility, dark-mode
Expand Down
2 changes: 1 addition & 1 deletion theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The official Material Design Theme for WordPress.
**Contributors:** [google](https://profiles.wordpress.org/google), [materialdesign](https://profiles.wordpress.org/materialdesign), [xwp](https://profiles.wordpress.org/xwp)
**Requires at least:** 5.6
**Tested up to:** 5.8.2
**Stable tag:** 0.6.0
**Stable tag:** 0.6.1
**License:** [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
**Requires PHP:** 5.6

Expand Down
2 changes: 1 addition & 1 deletion theme/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: google, materialdesign, xwp
Requires at least: 5.6
Tested up to: 5.8.2
Requires PHP: 5.6
Stable tag: 0.6.0
Stable tag: 0.6.1
License: Apache License, Version 2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0

Expand Down
4 changes: 2 additions & 2 deletions theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Theme URI: https://github.com/material-components/material-design-for-wordpress
Author: Material Design
Author URI: https://material.io/
Description: The official Material Design theme for WordPress – from the team behind Google’s open-source design system. Apply Material Design principles and Material Theming to your site, and customize its style. Pair this with the official Material Design for WordPress plugin to customize your site’s navigation, colors, typography, and shapes, use Material Components, and choose from over 1,000 Google Fonts and Material Design icons.
Version: 0.6.0
Version: 0.6.1
License: Apache License, Version 2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Text Domain: material-design-google
Tested up to: 5.8.1
Tested up to: 6.0
Requires PHP: 5.6
Tags: blog, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, one-column, threaded-comments, accessibility-ready, footer-widgets, editor-style, sticky-post, translation-ready, rtl-language-support, block-styles, wide-blocks, block-patterns, grid-layout, theme-options
Expand Down

0 comments on commit 299793e

Please sign in to comment.