Skip to content

Commit

Permalink
1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Oct 3, 2019
1 parent 37feee9 commit e384db9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog #

## 1.0.0-alpha.2 ##

**Minor Changes**

* Import resource rights (resolves #47): #52

## 1.0.0-alpha.1 ##
* First release.
4 changes: 2 additions & 2 deletions learning-commons-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Learning Commons Importer
* Plugin URI: https://github.com/platform-coop-toolkit/learning-commons-importer/
* Description: Resource importer for the Platform Co-op Resource Library.
* Version: 1.0.0-alpha.1
* Version: 1.0.0-alpha.2
* Author: Platform Cooperative Development Kit
* Author URI: https://github.com/platform-coop-toolkit/
* Text Domain: learning-commons-importer
Expand All @@ -13,7 +13,7 @@
*/

// Useful global constants.
define( 'LEARNING_COMMONS_IMPORTER_VERSION', '1.0.0-alpha.1' );
define( 'LEARNING_COMMONS_IMPORTER_VERSION', '1.0.0-alpha.2' );
define( 'LEARNING_COMMONS_IMPORTER_URL', plugin_dir_url( __FILE__ ) );
define( 'LEARNING_COMMONS_IMPORTER_PATH', plugin_dir_path( __FILE__ ) );
define( 'LEARNING_COMMONS_IMPORTER_INC', LEARNING_COMMONS_IMPORTER_PATH . 'includes/' );
Expand Down
2 changes: 1 addition & 1 deletion 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": "@platform-coop-toolkit/learning-commons-importer",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Resource importer for the Platform Co-op Resource Library.",
"author": {
"name": "OCAD University",
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: excel, import
Requires PHP: 7.3
Requires at least: 5.2.3
Tested up to: 5.2.3
Stable tag: 1.0.0-alpha.1
Stable tag: 1.0.0-alpha.2

Resource importer for the Platform Co-op Resource Library.

Expand All @@ -29,6 +29,12 @@ TK.

== Changelog ==

= 1.0.0-alpha.2 =

**Minor Changes**

* Import resource rights (resolves #47): #52

= 1.0.0-alpha.1 =
* First release.

Expand Down

0 comments on commit e384db9

Please sign in to comment.