Skip to main content
swarajkumard9182
January 23, 2024
Question

If I Update New Plugin old functions will work?

  • January 23, 2024
  • 10 replies
  • 0 views

Hi Team,

I Need to update People Function Plugin in my local server,

if I Update with new market version my existing functions will work or only new plugin functions will work ?

  below are the difference between old and new functions list 

Old

New 

10 replies

stefanhelzle0001
January 23, 2024

This solely depends on which function you use. Removed function will not work anymore. You will have to analyse that in the exiting code.

swarajkumard9182
January 23, 2024

so If I used old plugin functions, do I need to update with alternate approach ?

stefanhelzle0001
January 23, 2024

What alternate approach do you mean?

mikes0011
Brainy
January 23, 2024
below are the difference between old and new functions list 

you are mistaken here, i believe.  the "key features and functionality" list from the plug-in's description page is **NOT** an all-inclusive list of all functions the plug-in will contain, it is merely a passive description.  I can almost guarantee you that nearly all of the current functions will still be in the updated version (some may have been removed and some may have been replaced with iterated versions - the documentation on this is often very unclear unfortunately).

swarajkumard9182
January 29, 2024

Thanks for the confirmation.

abhayd3663
February 2, 2024

It is generic concept of code versioning. Whatever is present in latest version will work, if some features are removed from latest version it won't work.