Jump to content

Module upgrade config_(lang).xml PS 1.6


Recommended Posts

Hey guys,
I have a problem upgrading my module in prestashop 1.6.x.

what i do:
- upload modules new version via "upload module" in admin back office
- constructor of module's main class has $this->version set to new version (let's say 0.0.5)
- upgrade folder has a file upgrade-0.0.5.php with function upgrade_module_0_0_5 inside

The problem:
Everything works as expected on prestashop 1.7.6.4, but on 1.6.1.24 update happens only when i change version number in config_(lang symbol).xml to <version><![CDATA[0.0.5]]></version>, or delete the file.
What am I missing here?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...