Home › Forums › Pro Version › Putting Plugin in Version Control
- This topic has 1 reply, 2 voices, and was last updated 5 years, 10 months ago by
Masonry Guy.
- AuthorPosts
Clayton Salem
ParticipantI’ve done some modifications on the plugin and I want to make sure they aren’t wiped-out on updates. I tried the “add to theme” functionality and it didn’t work. Instead of monkeying with it I just duplicated the plugin and renamed it. The plugin functions, but I don’t have access to the backend configurations. I’m asked for a license key and my key doesn’t work.
Suggestions?
Masonry Guy
KeymasterHi Clayton,
You can block update in a simple way.
1. Please locate wmlp_updater.php and in line number 20, change the version number to 1111.0
2. Please locate wp-masonry-layout-pro.php and in line number 7, change the version number to 1111.0 (same number as above)So your plugin version will be 1111.0 it will be always greater than the version of the plugin we release and there won’t be any update.
Hope this make sense and helps you out.
Thanks
- AuthorPosts