Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
Release 0.1.0 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd authored Jul 18, 2019
1 parent d4e0856 commit dda0c50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions application-passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
/**
* Plugin Name: Application Passwords
* Plugin URI: https://github.com/georgestephanis/application-passwords
* Description: A prototype framework to add application passwords to core.
* Description: Creates unique passwords for applications to authenticate users without revealing their main passwords.
* Author: George Stephanis
* Version: 0.1-dev
* Version: 0.1.0
* Author URI: https://stephanis.info
*/

define( 'APPLICATION_PASSWORDS_VERSION', '0.1-dev' );
define( 'APPLICATION_PASSWORDS_VERSION', '0.1.0' );

/**
* Include the application passwords system.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"scripts": {
"lint-staged": [
"DIFF_BASE=master SYNC_README_MD=0 ./vendor/xwp/wp-dev-lib/scripts/pre-commit"
"DEV_LIB_SKIP=phpunit DIFF_BASE=master SYNC_README_MD=0 ./vendor/xwp/wp-dev-lib/scripts/pre-commit"
],
"lint-head": [
"DIFF_BASE=master DIFF_HEAD=HEAD SYNC_README_MD=0 ./vendor/xwp/wp-dev-lib/scripts/pre-commit"
"DEV_LIB_SKIP=phpunit DIFF_BASE=master DIFF_HEAD=HEAD SYNC_README_MD=0 ./vendor/xwp/wp-dev-lib/scripts/pre-commit"
],
"lint": [
"phpcs ."
Expand Down
6 changes: 4 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ module.exports = function( grunt ) {
assets_dir: 'assets',
},
trunk: {
deploy_tag: false,
deploy_trunk: true,
options: {
deploy_tag: false,
deploy_trunk: true,
},
},
},
} );
Expand Down

0 comments on commit dda0c50

Please sign in to comment.