Skip to content

Commit

Permalink
Update changelog and podspect to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilvagomez committed Jul 10, 2017
1 parent b5a73f4 commit e23fa3d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file.
`Localize` adheres to [Semantic Versioning](http://semver.org/).

## [1.4.0](https://github.com/kekiiwaa/Localize/releases/tag/1.3.0)
Released on 2017-07-10.

#### Added
- Dynamic bundle.
- Update bundle.
- Added by [Benjamin Erhart](https://github.com/tladesignz) in Pull Request
[#12](https://github.com/Kekiiwaa/Localize/pull/13).

#### Updated
- Remove enums for language.
- Fixed #localize with placeholder replacement.
- Added by [Benjamin Erhart](https://github.com/tladesignz) in Pull Request
[#13](https://github.com/kekiiwaa/Localize/pull/13).

---

## [1.3.0](https://github.com/kekiiwaa/Localize/releases/tag/1.3.0)
Released on 2017-02-14.

Expand All @@ -19,7 +36,7 @@ Released on 2017-02-14.
- Delete cache json file.
- Added by [Andres Silva](https://github.com/andresilvagomez) in Pull Request
[#8](https://github.com/kekiiwaa/Localize/pull/4).

---

## [1.2.0](https://github.com/kekiiwaa/Localize/releases/tag/1.2.0)
Expand All @@ -44,7 +61,7 @@ Released on 2017-01-19.
- Getting default language key when in current language key no was available.
- Added by [Andres Silva](https://github.com/andresilvagomez) in Pull Request
[#4](https://github.com/kekiiwaa/Localize/pull/4).

---

## [1.1](https://github.com/kekiiwaa/Localize/releases/tag/1.1)
Expand Down
6 changes: 3 additions & 3 deletions Localize.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|

s.name = "Localize"
s.version = "1.3.0"
s.version = "1.4.0"
s.license = 'MIT'
s.summary = "Localize is a framework writed in swift to localize your projects easier improves i18n, including storyboards and strings."
s.homepage = "https://github.com/Kekiiwaa/Localize"
s.author = { "Kekiiwaa" => "andresilvagomez@gmail.com" }
s.source = { :git => "https://github.com/Kekiiwaa/Localize.git", :tag => "1.3.0" }
s.source = { :git => "https://github.com/Kekiiwaa/Localize.git", :tag => "1.4.0" }

s.ios.deployment_target = '8.0'
s.source_files = "Source/*.swift"

end
end

0 comments on commit e23fa3d

Please sign in to comment.