https://github.com/vardump-de/recentchanges
A craft 3 widget showing recent changes to entries.
https://github.com/vardump-de/recentchanges
craft3 craftcms craftcms-plugin
Last synced: 6 months ago
JSON representation
A craft 3 widget showing recent changes to entries.
- Host: GitHub
- URL: https://github.com/vardump-de/recentchanges
- Owner: vardump-de
- License: mit
- Created: 2019-01-11T13:31:51.000Z (over 7 years ago)
- Default Branch: craft4
- Last Pushed: 2022-12-07T15:34:27.000Z (over 3 years ago)
- Last Synced: 2024-08-17T14:12:02.717Z (almost 2 years ago)
- Topics: craft3, craftcms, craftcms-plugin
- Language: PHP
- Size: 41 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# recentchanges plugin for Craft CMS 4.x
A Widget showing the last updated entries. (Forked from the original RecentEntries Widget included in [Craft 4](https://github.com/craftcms/cms))

The username is only shown in `Craft Pro` because you only have one user in `Craft Solo`.
## Requirements
This plugin requires Craft CMS 4.0.0 or later.
## Installation
To install the plugin, follow these instructions.
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require vardump/recentchanges
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for recentchanges.
## Configuring recentchanges
Go to the Dashboard and add a Recent Changes Widget.
You can choose a section and the number of entries shown.

Brought to you by [vardump.de](https://vardump.de)