aoe / happy-feet
Happy Feet Footnotes.
Installs: 22 333
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 36
Forks: 4
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^7.4 || ^8.0
- ext-pdo: *
- typo3/cms-core: ^11.5
- typo3/cms-extbase: *
Requires (Dev)
- nimut/testing-framework: ^6.0
- phpcompatibility/php-compatibility: ^9.3
- phpstan/phpstan: 0.12.88
- phpunit/phpcov: ^8.2
- rector/rector: 0.11.20
- symplify/easy-coding-standard: 9.3.26
- symplify/phpstan-rules: 9.3.26
- 11.2.3
- 11.2.2
- 11.2.1
- dev-main / 11.1.x-dev
- 11.1.1
- 11.1.0
- 11.0.2
- 11.0.1
- 11.0.0
- 8.3.1
- 8.3.0
- 8.2.1
- 8.2.0
- 8.1.0
- 8.0.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.10.0
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- dev-feature/PHP8.2
- dev-feature/codestyle
- dev-TYPO3_8
This package is auto-updated.
Last update: 2023-09-10 13:23:53 UTC
README
Footnote Extension for TYPO3 using Extbase
Download / Installation
You can download and install this extension from the TER (TYPO3 Extension Repository) or use composer.
composer require aoe/happy-feet
Documentation
The documentation is available online at docs.typo3.org.
Versions and Support
Release | TYPO3 | PHP | Fixes will contain |
---|---|---|---|
11.x.y | 11.5 | 7.4-8.1 | Features, Bugfixes, Security Updates |
8.3.y | 8.7-10.4 | 7.2-7.4 | Security Updates |
5.x.y | 7.6 | 5.5-5.6 | End of life |
Copyright / License
Copyright: (c) 2014 - 2022, AOE GmbH License: GPLv3, http://www.gnu.org/licenses/gpl-3.0.en.html
Contributing
1. Fork the repository on Github
2. Create a named feature / bugfix branch (like `feature_add_something_new` or `bugfix\thing_which_does_not_work`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github