Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle Versions: Difference between revisions

From MoodleDocs
(Created page with "Each plugin's version.php file can specify a minimum version of Moodle required for the plugin to work, for example $plugin->version = 2011080200; $plugin->requires = 20110701...")
 
(content moved to Moodle versions)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
Each plugin's version.php file can specify a minimum version of Moodle required for the plugin to work, for example
#redirect [[Moodle versions]]
 
$plugin->version = 2011080200;
$plugin->requires = 2011070101.00;
 
The table below shows the each release, and its corresponding version number from Moodle's own version.php.
{| class="nicetable"
|-
! Release
! Version Number
|-
| colspan="2" style="text-align: center" | '''2.1 Series'''
|-
| 2.1.1
| 2011070101.00
|-
| 2.1.0
| 2011070100.00
|-
| colspan="2" style="text-align: center" | '''2.0 Series'''
|-
| 2.0.4
| 2011033004.00
|-
| 2.0.3
| 2011033003.00
|-
| 2.0.2
| 2011022100.00
|-
| 2.0.1
| 2010122500
|-
| 2.0.0
| 2010112400
|-
| colspan="2" style="text-align: center" | '''1.9 Series'''
|-
| 1.9.13
| 2007101591.04
|-
| 1.9.12
| 2007101591.03
|-
| 1.9.11
| 2007101591.02
|-
| 1.9.10
| 2007101591.00
|-
| 1.9.9
| 2007101590.00
|-
| 1.9.8
| 2007101580.00
|-
| 1.9.7
| 2007101570
|-
| 1.9.6
| 2007101560
|-
| 1.9.5
| 2007101550
|-
| 1.9.4
| 2007101540
|-
| 1.9.3
| 2007101530
|-
| 1.9.2
| 2007101520
|-
| 1.9.1
| 2007101512
|-
| 1.9.0
| 2007101509

Latest revision as of 15:34, 10 February 2012

Redirect to: