Feature proposal #4893
open
system plugin installer check
Added by krileon almost 10 years ago.
Updated 3 months ago.
Start date:
30 November 2014
Description
Implement installer check to the system plugin. It should make sure the currently being installed version of CB is not less than the currently installed version. This will stop 1.x from overriding 2.x and causing issues.
Trigger: onExtensionBeforeInstall
Variables: array( 'method' => 'install', 'type' => $type, 'manifest' => $this->manifest, 'extension' => 0 )
Trigger: onExtensionBeforeUpdate
Variables: array( 'type' => $type, 'manifest' => $this->manifest )
Probably need to use the update trigger instead of install trigger as believe install only fires for new installs, which we don't need to bother checking.
- Target version changed from CB 2.0.4 to CB 2.0.5
- Target version changed from CB 2.0.5 to CB 2.0.6
- Target version changed from CB 2.0.6 to CB 2.0.7
- Target version changed from CB 2.0.7 to CB 2.0.8
- Target version changed from CB 2.0.8 to CB 2.0.9
- Target version changed from CB 2.0.9 to CB 2.0.10
- Target version changed from CB 2.0.10 to CB 2.0.11
- Target version changed from CB 2.0.11 to CB 2.0.12
- Target version changed from CB 2.0.12 to CB 2.0.13
- Target version changed from CB 2.0.13 to CB 2.0.14
- Target version changed from CB 2.0.14 to CB 2.0.15
- Target version changed from CB 2.0.15 to CB 2.1
- Target version changed from CB 2.1 to CB 2.2
- Target version changed from CB 2.2 to CB 2.8
- Target version changed from CB 2.8 to CB 2.8.1
- Target version changed from CB 2.8.1 to CB 2.8.2
- Target version changed from CB 2.8.2 to CB 2.9.0
- Target version changed from CB 2.9.0 to CB 2.9.2
- Target version changed from CB 2.9.2 to CB 2.9.3
- Target version changed from CB 2.9.3 to CB 2.9.4
Also available in: Atom
PDF