How do I know if my add-on would work with XF2.1?

abdfahim

Well-known member
I developed a couple of add-ons for XF1.x, then ported them to XF2.0. Now that XF2.1 is on the horizon, how do I know if I have to make any changes to the existing codebase? Does there any rule of thumb exist, or it's on try and check basis?
 
I developed a couple of add-ons for XF1.x, then ported them to XF2.0. Now that XF2.1 is on the horizon, how do I know if I have to make any changes to the existing codebase? Does there any rule of thumb exist, or it's on try and check basis?

There's a beta out so install it and check would be my suggestion.
 
Now that XF2.1 is on the horizon, how do I know if I have to make any changes to the existing codebase?
Read the HYS, this should give you hints if you were touching systems that got significant changes in 2.1
When you've done that, look at the code of the areas that might affect you, make changes if necessary, test.
 
Top Bottom