From 008eb064d08e002c47bdfb559f53a63b541bf8ab Mon Sep 17 00:00:00 2001 From: Konstantin Rafalskii Date: Sun, 15 Oct 2023 13:53:51 +0400 Subject: [PATCH 1/9] Fix the documentation issue --- CHANGELOG.md | 6 ++++++ README.md | 2 +- lib/uploadcare/rails/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c7354..a8c2365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based now on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 3.3.5 — 2023-10-15 + +### Fixed + +* Documentation issue with `uploadcare_include_tag` + ## 3.3.4 — 2023-04-04 ### Changed diff --git a/README.md b/README.md index 2f3f271..e0ac9c3 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Add this string to your `` html-tag RailsApp - <%= uploadcare_widget_tag %> + <%= uploadcare_include_tag %>