I am trying to upgrade my current Yii version 1.1.8 to 1.1.13. I downloaded the 1.1.13 version and am following the port instructions.
-
Made a backup.
-
Cleaned up my ‘assets’ folder.
-
Replaced ‘framework’ dir with the new one.
None of the method changes described in the porting instructions affect my code, and therefore there is no need to make additional changes. However when I output Yii::getVersion() it still shows version 1.1.8. I restarted the webserver but still have the same.
Have I missed something here??