diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5844549..07737b0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,8 @@
- First release of Sermon Distributor towards Joomla 5
-# v3.0.3
+# v3.0.4
-- Removed the not_required field from the sermon model. #36
-
-# v3.0.2
-
-- Add the HTML class to the site default layout.
\ No newline at end of file
+- Add the getDocument method call to view
+- Add recall tab memory to view tabs
+- Add root class calls like \JRoute
\ No newline at end of file
diff --git a/README.md b/README.md
index 515982f9..60c2be51 100644
--- a/README.md
+++ b/README.md
@@ -31,17 +31,17 @@ The best way to see all your options is to install this component on you Joomla
## Build Time :hourglass:
-**245 Hours** or **31 Eight Hour Days** (actual time the author saved -
+**244 Hours** or **31 Eight Hour Days** (actual time the author saved -
due to [Automated Component Builder](https://www.joomlacomponentbuilder.com))
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
> never making one mistake or taking any coffee break.)
-+ *Line count*: **87679**
-+ *File count*: **575**
++ *Line count*: **87657**
++ *File count*: **573**
+ *Folder count*: **120**
-**161 Hours** or **20 Eight Hour Days** (the actual time the author spent)
+**162 Hours** or **20 Eight Hour Days** (the actual time the author spent)
> (with the following break down:
> **debugging @61hours** = codingtime / 4;
diff --git a/admin/README.txt b/admin/README.txt
index 515982f9..60c2be51 100644
--- a/admin/README.txt
+++ b/admin/README.txt
@@ -31,17 +31,17 @@ The best way to see all your options is to install this component on you Joomla
## Build Time :hourglass:
-**245 Hours** or **31 Eight Hour Days** (actual time the author saved -
+**244 Hours** or **31 Eight Hour Days** (actual time the author saved -
due to [Automated Component Builder](https://www.joomlacomponentbuilder.com))
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
> never making one mistake or taking any coffee break.)
-+ *Line count*: **87679**
-+ *File count*: **575**
++ *Line count*: **87657**
++ *File count*: **573**
+ *Folder count*: **120**
-**161 Hours** or **20 Eight Hour Days** (the actual time the author spent)
+**162 Hours** or **20 Eight Hour Days** (the actual time the author spent)
> (with the following break down:
> **debugging @61hours** = codingtime / 4;
diff --git a/admin/sql/updates/mysql/3.0.3.sql b/admin/sql/updates/mysql/3.0.3.sql
deleted file mode 100644
index 8b137891..00000000
--- a/admin/sql/updates/mysql/3.0.3.sql
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/admin/sql/updates/mysql/3.0.2.sql b/admin/sql/updates/mysql/3.0.4.sql
similarity index 100%
rename from admin/sql/updates/mysql/3.0.2.sql
rename to admin/sql/updates/mysql/3.0.4.sql
diff --git a/admin/sql/updates/mysql/5.0.01.sql b/admin/sql/updates/mysql/5.0.01.sql
deleted file mode 100644
index 8b137891..00000000
--- a/admin/sql/updates/mysql/5.0.01.sql
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/sermondistributor_update_server.xml b/sermondistributor_update_server.xml
index 66ebebae..a5392a25 100644
--- a/sermondistributor_update_server.xml
+++ b/sermondistributor_update_server.xml
@@ -5,10 +5,10 @@
pkg_sermondistributor
package
site
- 3.0.2
+ 3.0.4
https://www.vdm.io/
- https://git.vdm.dev/api/v1/repos/christian/pkg-sermondistributor/archive/v3.0.2.zip
+ https://git.vdm.dev/api/v1/repos/christian/pkg-sermondistributor/archive/v3.0.4.zip
stable
@@ -23,25 +23,7 @@
pkg_sermondistributor
package
site
- 3.0.3
- https://www.vdm.io/
-
- https://git.vdm.dev/api/v1/repos/christian/pkg-sermondistributor/archive/v3.0.3.zip
-
-
- stable
-
- Llewellyn van der Merwe
- https://www.vdm.io/
-
-
-
- Sermon Distributor
- A sermon distributor that links to Dropbox.
- pkg_sermondistributor
- package
- site
- 5.0.01
+ 5.0.0-beta1
https://www.vdm.io/
https://git.vdm.dev/api/v1/repos/christian/pkg-sermondistributor/archive/v5.0.0-beta1.zip
@@ -51,6 +33,6 @@
Llewellyn van der Merwe
https://www.vdm.io/
-
+
\ No newline at end of file