The v1.3.6 module can be used on prior versions.

If you need to use it on v1.2.7, you'll have to make one change to the code of the module file:
Code:
class cc extends base {
will have to be changed to:
Code:
class cc {
The language file contains some updates which can be easily merged into older versions as well.