diff --git a/requirements.txt b/requirements.txt index c2f0a40..2905b46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ rstcheck>=3.1 -SharePlum>=0.1.1 -requests>=2.18.4 \ No newline at end of file +SharePlum==0.2.0 +requests>=2.18.4 diff --git a/sharepoint_health/VERSION b/sharepoint_health/VERSION index 373f8c6..b003284 100644 --- a/sharepoint_health/VERSION +++ b/sharepoint_health/VERSION @@ -1 +1 @@ -0.2.3 \ No newline at end of file +0.2.7 diff --git a/sharepoint_health/plugin_check.py b/sharepoint_health/plugin_check.py index 1f4a55e..efc81e3 100644 --- a/sharepoint_health/plugin_check.py +++ b/sharepoint_health/plugin_check.py @@ -36,4 +36,4 @@ def get_health_monitor_data(self): """ site = self._connect_site() sp_list = site.List(self.report_list) # List ex arg: 'Review Problems and solutions' - return sp_list.GetListItems('All Reports', rowlimit=200) + return sp_list.GetListItems('All Reports')