Skip to content

Commit 07865ab

Browse files
committed
Merge branch 'dev'
2 parents d67c3eb + ce65599 commit 07865ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This plugin provides command line interface for creating dummy job and resume.
1818
### All possible default params:
1919

2020
```
21-
wp cbxjob-generate --total=100 --status=publish --is-remote=0 --is-featured=1 --is-filled=0 --user-id=1 --salary-unit=monthly --currency=USD
21+
wp cbxjob-generate --total=100 --status=published --is-remote=0 --is-featured=1 --is-filled=0 --user-id=1 --salary-unit=monthly --currency=USD
2222
```
2323

2424
total = number of jobs to be created.
2525

26-
status options = [draft , pending , publish,unpublished,flag ]
26+
status options = [draft,pending,published,unpublished,flag ]
2727

2828
is-remote = [0,1]
2929

@@ -42,14 +42,14 @@ user-id = user ID
4242
### All possible default params:
4343

4444
```
45-
wp cbxjresume-generate --total=100 --user-id=1 --status=1 --privacy=public --is-primary=1
45+
wp cbxresume-generate --total=100 --user-id=1 --status=published --privacy=public --is-primary=1
4646
```
4747

4848
total = number of resume to be created.
4949

5050
user-id= system user id
5151

52-
status = [0=draft, 1=publish, 2=unpublished, 3=pending, 4=flag]
52+
status options = [draft,pending,published,unpublished,flag ]
5353

5454
privacy= [public,private]
5555

lib/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'cbx/career-toolkit',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => 'e181d7b12fdb6f73b08f263e3600f2242ed07186',
6+
'reference' => 'f721287d4e90755d7c28fd22760ee82498a29f29',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -22,7 +22,7 @@
2222
'cbx/career-toolkit' => array(
2323
'pretty_version' => 'dev-master',
2424
'version' => 'dev-master',
25-
'reference' => 'e181d7b12fdb6f73b08f263e3600f2242ed07186',
25+
'reference' => 'f721287d4e90755d7c28fd22760ee82498a29f29',
2626
'type' => 'library',
2727
'install_path' => __DIR__ . '/../../',
2828
'aliases' => array(),

0 commit comments

Comments
 (0)