Skip to content

Commit

Permalink
Fix the documentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kraft001 committed Oct 15, 2023
1 parent 78e2b3f commit 008eb06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Add this string to your `<head>` html-tag
<html>
<head>
<title>RailsApp</title>
<%= uploadcare_widget_tag %>
<%= uploadcare_include_tag %>
<!--
results in:
<script src="https://ucarecdn.com/libs/widget/3.x/uploadcare.full.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion lib/uploadcare/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Uploadcare
module Rails
VERSION = '3.3.4'
VERSION = '3.3.5'
end
end

0 comments on commit 008eb06

Please sign in to comment.