Skip to content

Commit b0a8ced

Browse files
authored
Merge pull request #393 from material-components/fix/material-card
Fix block.json path
2 parents 6b97246 + 2646525 commit b0a8ced

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

plugin/material-design.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Material Design
44
* Plugin URI: https://github.com/material-components/material-design-for-wordpress
55
* 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.
6-
* Version: 0.6.0
6+
* Version: 0.6.1
77
* Requires at least: 5.6
88
* Requires PHP: 5.6.20+
99
* Author: Material Design

plugin/php/blocks/class-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function action_register_blocks() {
9797
* @return array
9898
*/
9999
public static function get_blocks_folders() {
100-
$root_folder = __DIR__ . '/../../assets/src/block-editor/blocks';
100+
$root_folder = __DIR__ . '/../../assets/js/blocks';
101101

102102
return glob( $root_folder . '/*', GLOB_ONLYDIR | GLOB_MARK );
103103
}

plugin/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The official Material Design plugin for WordPress. Customize your site’s navig
88
**Contributors:** [google](https://profiles.wordpress.org/google), [materialdesign](https://profiles.wordpress.org/materialdesign), [xwp](https://profiles.wordpress.org/xwp)
99
**Requires at least:** 5.6
1010
**Tested up to:** 5.8.2
11-
**Stable tag:** 0.6.0
11+
**Stable tag:** 0.6.1
1212
**License:** [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
1313

1414
## Description ##

plugin/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: google, materialdesign, xwp
33
Requires at least: 5.6
44
Tested up to: 6.0
5-
Stable tag: 0.6.0
5+
Stable tag: 0.6.1
66
License: Apache License, Version 2.0
77
License URI: https://www.apache.org/licenses/LICENSE-2.0
88
Tags: material-design, material-theming, google, blocks, gutenberg, theme-builder, accessibility, dark-mode

theme/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The official Material Design Theme for WordPress.
77
**Contributors:** [google](https://profiles.wordpress.org/google), [materialdesign](https://profiles.wordpress.org/materialdesign), [xwp](https://profiles.wordpress.org/xwp)
88
**Requires at least:** 5.6
99
**Tested up to:** 5.8.2
10-
**Stable tag:** 0.6.0
10+
**Stable tag:** 0.6.1
1111
**License:** [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
1212
**Requires PHP:** 5.6
1313

theme/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: google, materialdesign, xwp
33
Requires at least: 5.6
44
Tested up to: 5.8.2
55
Requires PHP: 5.6
6-
Stable tag: 0.6.0
6+
Stable tag: 0.6.1
77
License: Apache License, Version 2.0
88
License URI: https://www.apache.org/licenses/LICENSE-2.0
99

theme/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Theme URI: https://github.com/material-components/material-design-for-wordpress
1919
Author: Material Design
2020
Author URI: https://material.io/
2121
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.
22-
Version: 0.6.0
22+
Version: 0.6.1
2323
License: Apache License, Version 2.0
2424
License URI: https://www.apache.org/licenses/LICENSE-2.0
2525
Text Domain: material-design-google

0 commit comments

Comments
 (0)