You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code itself sends deprecation messages when using the deprecated methods (this is good). I was also able to find documentation listing the specific changes between 0.9.8 and 1.0.0 (also good).
Following the steps in the above example gives deprecation warnings, or outright failures (in the case of my_site.assets). So it is these basic walk-throughs that need to be updated to reflect the changes in v1.0.0.
I went through and updated a lot of the wiki pages to be more up to date regarding Nexpose::Site methods and syntax highlighting. Next step: Update the example scripts to work with current gem version.
Update documentation/guides on GitHub to reflect changes in gem v1.0.0.
add_ip
is deprecated, useinclude_ip
;add_asset
is deprecated, useinclude_asset
;etc.
I had a client that was functioning normally with v0.9.8(?), and now does not work with 1.0.0, and I'm not quite sure how to fix it.
The text was updated successfully, but these errors were encountered: