From 378fe64d861954a293be13abaf743bfeff7fe6f9 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Tue, 14 Apr 2026 16:15:19 +0500 Subject: [PATCH 1/4] fix: deprecation warning --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index c7eb5b0..46b33ee 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,15 @@ +.. image:: https://img.shields.io/badge/status-deprecated-red + :alt: Status + +Deprecation +=========== + +**This repository is no longer maintained.** + +The FeedbackXBlock has been moved to `xblocks-extra `_. + +Please use the new repository for all future work. + ############## FeedbackXBlock ############## From 9a421245456927050d03258e93f573ae1f6ea64b Mon Sep 17 00:00:00 2001 From: salman2013 Date: Tue, 14 Apr 2026 16:24:05 +0500 Subject: [PATCH 2/4] fix: fix the quality test --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 46b33ee..b831c84 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,9 @@ .. image:: https://img.shields.io/badge/status-deprecated-red :alt: Status +########### Deprecation -=========== +########### **This repository is no longer maintained.** From 16f35e211d528e79fd96ca0ef72d572b3c43addb Mon Sep 17 00:00:00 2001 From: salman2013 Date: Tue, 14 Apr 2026 19:26:43 +0500 Subject: [PATCH 3/4] fix: update patch version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fbf66a..5b2ffc5 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def package_data(pkg, roots): setup( name='feedback-xblock', - version='3.0.0', + version='3.0.1', description='XBlock for providing feedback on course content', long_description=README, long_description_content_type='text/x-rst', From 37711b6170f7135a13186cb6e0136ef4d37fbb37 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Tue, 14 Apr 2026 19:58:42 +0500 Subject: [PATCH 4/4] fix: update phrase from deprecation to move --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b831c84..232bdb8 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ :alt: Status ########### -Deprecation +Move ########### **This repository is no longer maintained.**