diff --git a/README.md b/README.md
index 6e9f5acc8b..f0d33891f8 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[website_altcha](website_altcha/) | 18.0.1.0.1 | | Use self hosted privacy friendly captcha for verifying website users are not bots
[website_analytics_matomo](website_analytics_matomo/) | 18.0.1.0.0 | | Track website users using matomo
-[website_blog_scheduled_publication](website_blog_scheduled_publication/) | 18.0.1.0.0 |
| Schedule blog posts publication date
+[website_blog_scheduled_publication](website_blog_scheduled_publication/) | 18.0.1.1.0 |
| Schedule blog posts publication date
[website_breadcrumb](website_breadcrumb/) | 18.0.1.0.0 | | Let you have breadcrumbs in website pages
[website_cf_turnstile_login](website_cf_turnstile_login/) | 18.0.1.0.0 |
| Add Cloudflare Turnstile captcha to login form
[website_cookiebot](website_cookiebot/) | 18.0.1.0.0 | | Ask for cookies consent connecting with Cookiebot
diff --git a/website_blog_scheduled_publication/README.rst b/website_blog_scheduled_publication/README.rst
index 05c2e8efe4..6377a80a27 100644
--- a/website_blog_scheduled_publication/README.rst
+++ b/website_blog_scheduled_publication/README.rst
@@ -11,7 +11,7 @@ Blog Scheduled Publication
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:cef753abd2d2190dffaeb9c0e46f4a7f4668b6f462166a90b86c8a8e16dc88d1
+ !! source digest: sha256:8e0d97fc54eec30888d9864ded2931bb756cc3cfb3303dbd434cab7c2aabcc0a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/website_blog_scheduled_publication/__manifest__.py b/website_blog_scheduled_publication/__manifest__.py
index 421c6b6a70..357fcdb6ff 100644
--- a/website_blog_scheduled_publication/__manifest__.py
+++ b/website_blog_scheduled_publication/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "Blog Scheduled Publication",
"summary": "Schedule blog posts publication date",
- "version": "18.0.1.0.0",
+ "version": "18.0.1.1.0",
"author": "Escodoo, Odoo Community Association (OCA)",
"maintainers": ["marcelsavegnago", "CristianoMafraJunior"],
"license": "AGPL-3",
diff --git a/website_blog_scheduled_publication/static/description/index.html b/website_blog_scheduled_publication/static/description/index.html
index b4104c8801..ba21b69df0 100644
--- a/website_blog_scheduled_publication/static/description/index.html
+++ b/website_blog_scheduled_publication/static/description/index.html
@@ -372,7 +372,7 @@
This module allows you to schedule blog posts for automatic publication
diff --git a/website_blog_scheduled_publication/views/blog_post_views.xml b/website_blog_scheduled_publication/views/blog_post_views.xml
index 05d5ab4e65..00b7d0c6fd 100644
--- a/website_blog_scheduled_publication/views/blog_post_views.xml
+++ b/website_blog_scheduled_publication/views/blog_post_views.xml
@@ -125,7 +125,7 @@