Skip to content

Commit

Permalink
Builds new checkboxes for gutenberg block. No support in gutenberg yet
Browse files Browse the repository at this point in the history
for short options.
  • Loading branch information
cosmouser committed May 22, 2020
1 parent 1db2826 commit 02dbc6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-components', 'wp-compose', 'wp-element', 'wp-polyfill'), 'version' => 'ae842e163972de60a96f961c9a5caa7f');
<?php return array('dependencies' => array('wp-components', 'wp-compose', 'wp-element', 'wp-polyfill'), 'version' => 'e8a6309ed9230510b9a299553f37db07');
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ucsc_cdp",
"version": "1.0.0",
"version": "1.0.1",
"license": "BSD3",
"main": "src/index.js",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions ucsc_cdp.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
/*
Plugin Name: UCSC Profiles
Plugin URI: https://its.ucsc.edu
Plugin URI: https://github.com/cosmouser/ucsc_cdp
Description: Provides a block for adding UCSC campus directory profiles to pages.
Author: Cosmo Martinez
Author URI: https://github.com/cosmouser
License: BSD3
Version: 1.0.0
Version: 1.0.1
*/
defined( 'ABSPATH' ) || exit;

Expand Down

0 comments on commit 02dbc6b

Please sign in to comment.