Small devlog plugin for WordPress designed for communication between developers and editors.
- Custom post type "DevLog" for logging development changes
- Dashboard widget showing latest development logs
- Settings page to configure the plugin behavior
- Fully compatible with WordPress localization system
The plugin is fully translatable and comes with the following translations:
- English (default)
- Russian
- Upload the plugin files to the
/wp-content/plugins/wp-devlogdirectory, or install the plugin through the WordPress plugins screen - Activate the plugin through the 'Plugins' screen in WordPress
- Use the Settings->DevLog screen to configure the plugin
If you want to add a new translation:
- Copy the
languages/wp-devlog.potfile - Rename it to
wp-devlog-{locale}.po(e.g.,wp-devlog-fr_FR.pofor French) - Translate the strings in the file
- Create an MO file using a tool like Poedit or the WordPress Loco Translate plugin
This plugin is licensed under the GPL-2.0+