Skip to content

Commit 0147f82

Browse files
authored
Merge pull request #30 from peckadesign/0-dependency-update
Dependency update, povolení vyšší verze `nette.ajax.js` (`^2.4.0`).
2 parents 74f6561 + 8d0d9aa commit 0147f82

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Vlastní extensions pro nette.ajax
33

44
## Changelog
55

6+
### 1.4.13
7+
- Dependency update, povolení vyšší verze `nette.ajax.js` (`^2.4.0`).
8+
69
### 1.4.12
710
- **Nové extension:** Přidáno extension `cookieConsent`, které po odeslání formuláře na základě data atributů spustí na webu scripty z daných kategorií. V odeslaném formuláři se hledají checkboxy s data atributem `data-cookie-consent-category`, jehož obsahem je název kategorie. Tento název se pak využívá na script tagu v jiném data atributu. Spuštění funguje jak pro inline JS, tak pro externí JS. Například:
811
```html
@@ -14,7 +17,7 @@ Vlastní extensions pro nette.ajax
1417
(function () { /* ... */ })();
1518
</script>
1619
<script type="text/plain" data-cookie-consent="marketing" src="/js/marketing.js"></script>
17-
```
20+
```
1821

1922
### 1.4.11
2023
- Oprava procházení zpět historií přes pdbox. Pokud otevřeme pdbox s historií v pdboxu (např. předkošík) a z něj klikneme na další stránku (např. do košíku), otevře se při použití zpět prohlížeče nejprve správně předkošík, ale při dalším zpět se pouze změní url a stránka se nezmění. Tento release to opravuje.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"jquery": ">=1.12.0",
1414
"nette-forms": "^2.2.0",
15-
"nette.ajax.js": "zipper/nette.ajax.js#~2.4.0",
15+
"nette.ajax.js": "zipper/nette.ajax.js#^2.4.0",
1616
"jquery.pdbox": "peckadesign/jquery.pdbox#^1.2.0"
1717
}
1818
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pd.ajax",
33
"title": "pd.ajax",
44
"description": "Collection of nette ajax extensions, including `pd` for creating disabled-by-deafult extensions",
5-
"version": "1.4.12",
5+
"version": "1.4.13",
66
"author": "PeckaDesign, s.r.o <[email protected]>",
77
"contributors": [
88
"Radek Šerý <[email protected]>",
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"jquery": ">=1.12.0",
2727
"nette-forms": "nette/forms#semver:^2.2.0",
28-
"nette.ajax.js": "zipper/nette.ajax.js#semver:~2.4.0",
28+
"nette.ajax.js": "zipper/nette.ajax.js#semver:^2.4.0",
2929
"jquery.pdbox": "peckadesign/jquery.pdbox.git#semver:^1.2.0"
3030
},
3131
"devDependencies": {}

pd.ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @copyright Copyright (c) 2015 Jiří Pudil
66
* @license MIT
77
*
8-
* @version 1.4.12
8+
* @version 1.4.13
99
*/
1010
(function ($, undefined) {
1111
var extensions = {};

0 commit comments

Comments
 (0)