Skip to content

Commit

Permalink
Updating to jobs common 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
karllhughes committed Aug 12, 2015
1 parent 2f4b58b commit 63b7c7b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog
All Notable changes to `jobs-careerbuilder` will be documented in this file

## 0.1.5 - 2015-08-12

### Added
- Nothing

### Deprecated
- Nothing

### Fixed
- Using jobs-common 1.0.3

### Removed
- Nothing

### Security
- Nothing

## 0.1.4 - 2015-07-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [Github](https://github.com/jobbrander/jobs-indeed).
We accept contributions via Pull Requests on [Github](https://github.com/jobbrander/jobs-careerbuilder).


## Pull Requests
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=5.5.0",
"jobbrander/jobs-common": "~1.0"
"jobbrander/jobs-common": "~1.0.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down
10 changes: 0 additions & 10 deletions src/Careerbuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,6 @@ public function getListingsPath()
return 'Results.JobSearchResult';
}

/**
* Get parameters
*
* @return array
*/
public function getParameters()
{
return [];
}

/**
* Get query string for client based on properties
*
Expand Down

0 comments on commit 63b7c7b

Please sign in to comment.