Skip to content

Commit ade7dfc

Browse files
committed
✨ google icon
Signed-off-by: bnomei <[email protected]>
1 parent ee07b92 commit ade7dfc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

classes/Blueprints/Schema/Icon.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ enum Icon: string
9090
case GRID_TOP = 'grid-top';
9191
case GRID_TOP_LEFT = 'grid-top-left';
9292
case GRID_TOP_RIGHT = 'grid-top-right';
93+
case GOOGLE = 'google';
9394
case H1 = 'h1';
9495
case H2 = 'h2';
9596
case H3 = 'h3';

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby-blueprints",
33
"type": "kirby-plugin",
4-
"version": "4.4.10",
4+
"version": "4.4.12",
55
"license": "MIT",
66
"homepage": "https://github.com/bnomei/kirby3-blueprints",
77
"description": "PHP Class-based Blueprints for Kirby CMS for better type safety and code completion",

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'bnomei/kirby-blueprints',
4-
'pretty_version' => '4.4.10',
5-
'version' => '4.4.10.0',
4+
'pretty_version' => '4.4.12',
5+
'version' => '4.4.12.0',
66
'reference' => null,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -11,8 +11,8 @@
1111
),
1212
'versions' => array(
1313
'bnomei/kirby-blueprints' => array(
14-
'pretty_version' => '4.4.10',
15-
'version' => '4.4.10.0',
14+
'pretty_version' => '4.4.12',
15+
'version' => '4.4.12.0',
1616
'reference' => null,
1717
'type' => 'kirby-plugin',
1818
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)