File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
classes/Blueprints/Schema Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff 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 ' ;
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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__ . '/../../ ' ,
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__ . '/../../ ' ,
You can’t perform that action at this time.
0 commit comments