testimonials 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/config/locales/testimonials.ar.yml +1 -1
- data/config/locales/testimonials.bg.yml +1 -1
- data/config/locales/testimonials.bn.yml +1 -1
- data/config/locales/testimonials.de.yml +1 -1
- data/config/locales/testimonials.el.yml +1 -1
- data/config/locales/testimonials.es.yml +1 -1
- data/config/locales/testimonials.fr.yml +1 -1
- data/config/locales/testimonials.hi.yml +1 -1
- data/config/locales/testimonials.hr.yml +1 -1
- data/config/locales/testimonials.id.yml +1 -1
- data/config/locales/testimonials.it.yml +1 -1
- data/config/locales/testimonials.ja.yml +1 -1
- data/config/locales/testimonials.ko.yml +1 -1
- data/config/locales/testimonials.lb.yml +1 -1
- data/config/locales/testimonials.pl.yml +1 -1
- data/config/locales/testimonials.pt.yml +1 -1
- data/config/locales/testimonials.ro.yml +1 -1
- data/config/locales/testimonials.ru.yml +1 -1
- data/config/locales/testimonials.th.yml +1 -1
- data/config/locales/testimonials.tr.yml +1 -1
- data/config/locales/testimonials.uk.yml +1 -1
- data/config/locales/testimonials.ur.yml +1 -1
- data/config/locales/testimonials.vi.yml +1 -1
- data/config/locales/testimonials.zh-CN.yml +1 -1
- data/lib/testimonials/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb6bd5f3534542607a7baaaa23e172f1c120d643d78a4d3a9bc8fa3642e811b2
|
|
4
|
+
data.tar.gz: 742ebbad6b55223fe4e0bbbe1d4efdef4f6cd7e7f30ed73d70c9b82da85fe3b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7681e7590fea165b98fe2bc95e7324ec00d08ae757f9993da511e99bce24ab24887af1eabbb8b589cbecba1466a6e6aa74df4aafc9a12d5bb3e5d02f5e7ae3cd
|
|
7
|
+
data.tar.gz: d232339a5122dd29c87de64ef8e314f668ab5fe0dfeaf27259b80fc81f5cae50b0d07a3df21558dbe03276506cf362187f9505a459dac0439ff6179313ba0c1d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.7.1
|
|
4
|
+
|
|
5
|
+
- Renamed the default admin dashboard title to `Testimonials` across shipped
|
|
6
|
+
locales while keeping it overridable through `testimonials.dashboard.title`.
|
|
7
|
+
|
|
3
8
|
## 0.7.0
|
|
4
9
|
|
|
5
10
|
- New `config.storage_service`: store uploads (video, its poster frame, guest
|
data/lib/testimonials/version.rb
CHANGED