Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit e36b2b8

Browse files
author
Stefan Sträßer
committed
Readme update
1 parent ba4df15 commit e36b2b8

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## CHANGELOG
22

3+
### Version 2.6.3
4+
5+
This is only an update of the README.md that I wanted to be updated on npm as well.
6+
7+
Otherwise this is exactly the same as version 2.6.2
8+
9+
---
10+
311
### Version 2.6.2
412

513
+ **fix in jsPanel.exportPanels()** when exporting minimized jsPanels

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![travis.ci build](https://travis-ci.org/Flyer53/jsPanel.svg?branch=master) [![npm version](https://badge.fury.io/js/jspanel.svg)](https://badge.fury.io/js/jspanel) ![license MIT](https://img.shields.io/badge/license-MIT-blue.svg)
2-
## [jsPanel 2.6.2 released 2016-03-19](#)
2+
## [jsPanel 2.6.3 released 2016-09-14](#)
33

44
**A jQuery plugin to create multifunctional floating panels.**
55

jsPanel.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"hint",
1616
"bootstrap"
1717
],
18-
"version": "2.6.2",
18+
"version": "2.6.3",
1919
"author": {
2020
"name": "Stefan Straesser",
2121
"url": "http://jspanel.de/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspanel",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"description": "A jQuery Plugin to create highly configurable multifunctional floating panels",
55
"dependencies": {
66
"jquery": ">=1.9.1",

0 commit comments

Comments
 (0)