mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-75966 editor_tiny: Bump version to current date
This commit is contained in:
parent
c404193823
commit
4f65a72ae7
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2021111200; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2022111000; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2020061500;
|
||||
$plugin->component = 'editor_tiny'; // Full name of the plugin (used for diagnostics).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue