Skip to content

Commit

Permalink
Merge branch 'release/0.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
acketon committed Feb 1, 2021
2 parents 29f029d + 4926040 commit 80b97d5
Show file tree
Hide file tree
Showing 61 changed files with 3,007 additions and 29 deletions.
85 changes: 85 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
- color: D33336
description: ""
name: '⏰ Priority: Critical'
- color: DE6668
description: ""
name: '⏰ Priority: High'
- color: FBD7D8
description: ""
name: '⏰ Priority: Low'
- color: EE5D5F
description: ""
name: '⏰ Priority: Medium'
- color: FEF2F2
description: ""
name: '⏰ Priority: Not Addressing'
from_name: 'wontfix'
- color: F0FBE4
description: ""
name: '✅ To Do: Design'
- color: C1EF93
description: ""
name: '✅ To Do: Documentation'
- color: E0F7C9
description: ""
name: '✅ To Do: HTML/CSS'
- color: E0F7C9
description: ""
name: '✅ To Do: JavaScript'
- color: E0F7C9
description: ""
name: '✅ To Do: PHP'
- color: D0F3AE
description: ""
name: '✅ To Do: Release'
- color: D0F3AE
description: ""
name: '✅ To Do: Testing'
- color: F0FBE4
description: ""
name: '✅ To Do: Wireframe'
- color: 9BF7FF
description: ""
name: "\U0001F4A1 Type: Bug"
from_name: 'bug'
- color: ffffff
description: ""
name: "\U0001F4A1 Type: Duplicate"
from_name: 'duplicate'
- color: 39F0FF
description: ""
name: "\U0001F4A1 Type: Enhancement"
from_name: 'enhancement'
- color: 9BF7FF
description: ""
name: "\U0001F4A1 Type: Feature"
- color: CDFBFF
description: ""
name: "\U0001F4A1 Type: Idea"
- color: D33336
description: ""
name: "\U0001F6A6Status: Blocked"
- color: F5B404
description: ""
name: "\U0001F6A6Status: Needs Review"
- color: A5E367
description: ""
name: "\U0001F6A6Status: Ready for Work"
- color: FFE8A9
description: ""
name: "\U0001F9D0 Needs: Client"
- color: FFE8A9
description: ""
name: "\U0001F9D0 Needs: Creative Director"
- color: FFE8A9
description: ""
name: "\U0001F9D0 Needs: Designer"
- color: FFE8A9
description: ""
name: "\U0001F9D0 Needs: Developer"
- color: FFE8A9
description: ""
name: "\U0001F9D0 Needs: Producer"
- color: FFE8A9
description: ""
name: "\U0001F9D0 Needs: Strategist"
24 changes: 24 additions & 0 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Github Label Creator

on:
workflow_dispatch:

jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: true
dry-run: false
exclude: |
help*
*issue
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.4
- Add icons for each block to improve UI and accessibility.
- Add Collapsible Block

## 0.3.3
- Fixes: #294 Related Stories block displays wrong list of stories in card layout in some cases.
- fix KSS at 3 beta 23 for now to prevent newer versions from installing and breaking build tools on our older node versions.
Expand Down
Empty file modified bin/install-wp-tests.sh
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions bu-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: http://www.bu.edu/interactive-design/
* Text Domain: bu-blocks
* Domain Path: /languages
* Version: 0.3.3
* Version: 0.3.4
*
* @package BU_Blocks
*/
Expand All @@ -20,7 +20,7 @@
}

// Defines the plugin version.
define( 'BU_BLOCKS_VERSION', '0.3.3' );
define( 'BU_BLOCKS_VERSION', '0.3.4' );

/**
* Displays admin notice and prevents activation.
Expand Down
2 changes: 1 addition & 1 deletion dist/blocks.build.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/blocks.editor.build.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/blocks.style.build.css

Large diffs are not rendered by default.

Loading

0 comments on commit 80b97d5

Please sign in to comment.