Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
7c44a1a2
Commit
7c44a1a2
authored
Jan 15, 2011
by
Petr Skoda
Browse files
fixed release info and copyrights
parent
8ecb96ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
README
View file @
7c44a1a2
...
...
@@ -102,6 +102,10 @@ CHANGELOG:
* minor cleanup
* new Slovenian language pack - thanks Mitja Podreka
* updated German Language pack - thanks Ralf Hilgenstock
== 1.9 2011/01/15 ============================================================
* fixed print icons
* implemented user outline
* fixed page title formatting
== 2.0dev ============================================================
* Moodle 2.0 conversion - no new features
...
...
version.php
View file @
7c44a1a2
...
...
@@ -19,12 +19,12 @@
*
* @package mod
* @subpackage book
* @copyright 2004-201
0
Petr Skoda {@link http://skodak.org}
* @copyright 2004-201
1
Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$module
->
version
=
20101
20805
;
// The current module version (Date: YYYYMMDDXX)
$module
->
requires
=
2010120700
;
// Requires this Moodle version
$module
->
cron
=
0
;
// Period for cron to check this module (secs)
$module
->
version
=
201
1
01
1500
;
// The current module version (Date: YYYYMMDDXX)
$module
->
requires
=
2010120700
;
// Requires this Moodle version
$module
->
cron
=
0
;
// Period for cron to check this module (secs)
$release
=
"2.0dev
"
;
// User-friendly version number
$release
=
"2.0dev
(2011011500)"
;
// User-friendly version number
view.php
View file @
7c44a1a2
...
...
@@ -19,7 +19,7 @@
*
* @package mod
* @subpackage book
* @copyright 2004-201
0
Petr Skoda {@link http://skodak.org}
* @copyright 2004-201
1
Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment