manifest / unclassified / fau-studium-embed
FAU Degree Program Output
Anzeige von Studiengangsinformationen auf Websites
by Syde GmbH · github.com/rrze-webteam/fau-studium-embed · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rrze-webteam/fau-studium-embed/archive/refs/heads/dev.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
FAU Degree Program Output
Fetch degree programs via the REST API and display them.
Table Of Contents
Installation
Requirements
Usage
Crafted by Syde
License
Contributing
Installation
The best way to use this package is to download the archive from the releases page on GitHub and
install it as a WordPress plugin.
Requirements
The WordPress Cron API is required for the correct functioning of the plugin because it is used to
update the degree program cache. If the cron API is inactive, the cache will not be warmed after
invalidation, leading to performance issues.
If you can't use the WordPress Cron API, make sure you run cron jobs using the WP-CLI or a real Unix
cron job.
After plugin activation, a daily WordPress Cron job is registered to schedule cache invalidation and warming.
The behavior can be disabled by defining the PHP constant or environment variable FAUDISABLEDAILYCACHEINVALIDATION.
In this case, a Unix cron job that executes the WP-CLI command wp fau cache invalidate should be run regularly.
This is the preferred way for cache invalidation and warming
because there are no time and memory limits compared to WordPress Cron which runs within HTTP requests.
The
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 2.2.2 | Jul 2, 2025 |
| 2.2.1 | Jun 5, 2025 |
| 2.2.0 | May 8, 2025 |
| 2.0.0 | Jul 26, 2024 |
| 1.0.3 | Jul 12, 2024 |
| 1.0.2 | Nov 24, 2023 |
| 1.0.1 | Aug 21, 2023 |
| 1.0.0 | Aug 8, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.