Download the PHP package pegasus/google-for-jobs without Composer
On this page you can find all versions of the php package pegasus/google-for-jobs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pegasus/google-for-jobs
More information about pegasus/google-for-jobs
Files in pegasus/google-for-jobs
Package google-for-jobs
Short Description TYPO3 Extension for Google for Jobs.
License GPL-3.0-or-later
Informations about the package google-for-jobs
TYPO3 Extension google_for_jobs
1. Features
- easy integration
- decide to hide/display fluidtemplate in frontend
- render structured data to your job posting
- more features coming soon
2. Usage
1) Installation
Installation using Composer
The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer require pegasus/google-for-jobs.
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
2) Setup
1) Include the static TypoScript of the extension. 2) Create some location and job records on a sysfolder. 3) Create a plugin on a page and select at least the sysfolder as startingpoint.
3) Sitemap
Add the following code to your setup.typoscript
4) Routing Enhancer
Add the following code to your config.yaml
3. Administration
3.1. Versions and support
| google_for_jobs | TYPO3 | PHP | Support/Development |
|---|---|---|---|
| 2.x | 10.4.x | 7.2 - 7.4 | Features, Bugfixes, Security Updates |
| 1.x | 9.5.x | 7.0 - 7.2 | Bugfixes, Security Updates |
Update from 1.3 to higher Versions
- Install Update via composer or from TYPO3 TER
- Run the Upgrade Wizard from Admin Tools > Upgrade > Upgrade Wizard. You will be promted to create missing tables and fields, please do so
- Next, execute the "Google For Jobs: migrate locations into seperate table" wizard. This will migrate your existing job locations into a seperate table
- Modify your fluid templates accordingly
3.2. Contribution
Pull requests are welcome in general! Nevertheless please don't forget to add an issue and connect it to your pull requests. This is very helpful to understand what kind of issue the PR is going to solve.
- Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We're going to accept only bugfixes if I can reproduce the issue.
- Features: Feel free to contact us if u have some cool ideas or wishes.
3.3. Changelog
Read the full Changelog here.