Skip to content

Commit

Permalink
#0 Oprava srbského překladu, fix npm zranitelností
Browse files Browse the repository at this point in the history
  • Loading branch information
zipper committed Mar 16, 2021
1 parent 0fc92b3 commit 65367f3
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ $ cat bower.json

## Changelog

### v1.3.14
- oprava srbského překladu

### v1.3.13
- do událostí `beforeClose` a `afterClose` nově v `data` posíláme i `event`, který vyvolal zavření

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.pdbox",
"version": "1.3.13",
"version": "1.3.14",
"homepage": "https://github.com/peckadesign/jquery.pdbox",
"authors": [
"PeckaDesign, s.r.o <support@peckadesign.cz>"
Expand Down
6 changes: 3 additions & 3 deletions dist/js/jquery.pdbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* https://github.com/peckadesign/jquery.pdbox
*
* @author PeckaDesign, s.r.o <support@peckadesign.cz>
* @copyright Copyright (c) 2014-2020 PeckaDesign, s.r.o
* @copyright Copyright (c) 2014-2021 PeckaDesign, s.r.o
* @license MIT
*
* @version 1.3.13
* @version 1.3.14
*/
$.pdBox = (function () {

Expand All @@ -33,7 +33,7 @@ $.pdBox = (function () {
fr: { close: "Fermer", prev: "Précédant", next: "Suivant", of: "/" },
it: { close: "Chiudere", prev: "Previo", next: "Veniente", of: "/" },
ro: { close: "Închide", prev: "Anterior", next: "Următor", of: "/" },
sr: { close: "Blizu", prev: "Prethodna", next: "Sledeći", of: "/" },
sr: { close: "Zatvori", prev: "Prethodna", next: "Sledeći", of: "/" },
ru: { close: "закрыть", prev: "Предшествующий", next: "Последующий", of: "/" }
};
var events = ['beforeOpen', 'afterOpen', 'load', 'beforeClose', 'afterClose'];
Expand Down
4 changes: 2 additions & 2 deletions dist/js/jquery.pdbox.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.pdbox",
"title": "jQuery pdBox",
"description": "pdBox is thickbox-like jQeruy plugin developed in PeckaDesign",
"version": "1.3.13",
"version": "1.3.14",
"author": {
"name": "PeckaDesign, s.r.o",
"email": "support@peckadesign.cz"
Expand Down
2 changes: 1 addition & 1 deletion src/js/jquery.pdbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $.pdBox = (function () {
fr: { close: "Fermer", prev: "Précédant", next: "Suivant", of: "/" },
it: { close: "Chiudere", prev: "Previo", next: "Veniente", of: "/" },
ro: { close: "Închide", prev: "Anterior", next: "Următor", of: "/" },
sr: { close: "Blizu", prev: "Prethodna", next: "Sledeći", of: "/" },
sr: { close: "Zatvori", prev: "Prethodna", next: "Sledeći", of: "/" },
ru: { close: "закрыть", prev: "Предшествующий", next: "Последующий", of: "/" }
};
var events = ['beforeOpen', 'afterOpen', 'load', 'beforeClose', 'afterClose'];
Expand Down

0 comments on commit 65367f3

Please sign in to comment.