-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
2015090100 Add abiltity to request filtered document using post method. This allows the preview to work on texts | ||
that are larger than the server's maximum url size setting. | ||
2016021600 Add a button to print the contents of the editor. | ||
|
||
2015090100 Add abiltity to request filtered document using post | ||
method. This allows the preview to work on texts that are larger than | ||
the server's maximum url size setting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,14 +18,14 @@ | |
* Atto text editor preview version file. | ||
* | ||
* @package atto_preview | ||
* @copyright 2015 Daniel Thies <[email protected]> | ||
* @copyright 2015 onward Daniel Thies <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
defined('MOODLE_INTERNAL') || die(); | ||
|
||
$plugin->version = 2015010305; // The current plugin version (Date: YYYYMMDDXX). | ||
$plugin->version = 2016021500; // The current plugin version (Date: YYYYMMDDXX). | ||
$plugin->requires = 2014051200; // Requires this Moodle version. | ||
$plugin->component = 'atto_preview'; // Full name of the plugin (used for diagnostics). | ||
$plugin->maturity = MATURITY_STABLE; // Maturity level. | ||
$plugin->release = 2015090100; | ||
$plugin->release = 2016021500; |