FAU Degree Program Management
Studiengangsdatenbank der FAU als Plugin
by Syde GmbH · github.com/rrze-webteam/fau-studium · 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/archive/refs/heads/dev.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
FAU Degree Program Management
Add and edit degree programs and expose them via the REST API.
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
PHP version 8.0 or greater.
PHP extensions: DOM, libxml.
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 revision notifications.
The behavior can be disabled by defining the PHP constant or environment variable FAUDISABLEDAILYREVISIONNOTIFICATION.
In this case, a Unix cron job that executes the WP-CLI command wp fau revision notify should be run with the desired frequency.
This is the preferred way for revision notification because there are no time and memory l
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 2.3.0 | Jul 14, 2026 |
| 2.2.4 | Feb 5, 2026 |
| 2.2.3 | Jul 16, 2025 |
| 2.2.2 | Jun 5, 2025 |
| 2.2.1 | May 8, 2025 |
| 2.0.0 | Jul 26, 2024 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.