Skip to content

Commit

Permalink
Merge pull request #120 from bu-ist/release/1.1.3
Browse files Browse the repository at this point in the history
Release 1.1.3
  • Loading branch information
jdub233 authored Apr 20, 2021
2 parents ff43655 + 64e87eb commit a7d5871
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/.wordpress-org
/.git
/.github
/node_modules

.distignore
.gitignore
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Directories
/.wordpress-org export-ignore
/.github export-ignore

# Files
/.gitattributes export-ignore
/.gitignore export-ignore
16 changes: 16 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
2 changes: 1 addition & 1 deletion bu-learning-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Author URI: http://www.bu.edu/
* Text Domain: bu-learning-blocks
* Domain Path: /languages
* Version: 1.1.2
* Version: 1.1.3
* License: GPL2+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*
Expand Down
2 changes: 1 addition & 1 deletion languages/bu-learning-blocks.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the BU Learning Blocks plugin.
msgid ""
msgstr ""
"Project-Id-Version: BU Learning Blocks v1.1.2\n"
"Project-Id-Version: BU Learning Blocks v1.1.3\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bu-learning-blocks\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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": "bu-learning-blocks",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"scripts": {
"start": "wp-scripts start",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: carlosesilva, dannycrews, jdub233
Tags: learning, teaching, education, online courses, boston university, bu
Requires at least: 5.3.2
Tested up to: 5.7
Stable tag: 1.1.2
Stable tag: 1.1.3
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -39,6 +39,9 @@ Development takes place at https://github.com/bu-ist/bu-learning-blocks/

== Changelog ==

= 1.1.3 =
* Add Github publish action

= 1.1.2 =
* Prefixing, function name, and variable name changes

Expand Down

0 comments on commit a7d5871

Please sign in to comment.