Skip to content

Commit

Permalink
Build v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
babakhani committed Feb 19, 2019
1 parent 200f0ad commit ccb4df3
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: node_js
node_js:
- '6'
- '6.1'
- '5.11'
- '8'
- '10'

before_script:
npm install grunt-release --save-dev
Expand Down
2 changes: 1 addition & 1 deletion dist/css/persian-datepicker.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
** persian-datepicker - v1.1.4b
** persian-datepicker - v1.1.4
** Reza Babakhani <babakhani.reza@gmail.com>
** http://babakhani.github.io/PersianWebToolkit/docs/datepicker
** Under MIT license
Expand Down
2 changes: 1 addition & 1 deletion dist/css/persian-datepicker.min.css

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

2 changes: 1 addition & 1 deletion dist/css/theme/persian-datepicker-blue.min.css

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

2 changes: 1 addition & 1 deletion dist/css/theme/persian-datepicker-cheerup.min.css

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

2 changes: 1 addition & 1 deletion dist/css/theme/persian-datepicker-dark.min.css

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

2 changes: 1 addition & 1 deletion dist/css/theme/persian-datepicker-redblack.min.css

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

2 changes: 1 addition & 1 deletion dist/js/persian-datepicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
** persian-datepicker - v1.1.4b
** persian-datepicker - v1.1.4
** Reza Babakhani <babakhani.reza@gmail.com>
** http://babakhani.github.io/PersianWebToolkit/docs/datepicker
** Under MIT license
Expand Down
2 changes: 1 addition & 1 deletion dist/js/persian-datepicker.min.js

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

12 changes: 11 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.4] - 2018-2-20
- Fix [#275](https://github.com/babakhani/pwt.datepicker/issues/257)
- Fix [#276](https://github.com/babakhani/pwt.datepicker/issues/256)
- Fix [#245](https://github.com/babakhani/pwt.datepicker/issues/245)
- Fix [#172](https://github.com/babakhani/pwt.datepicker/issues/172)
- Fix [#238](https://github.com/babakhani/pwt.datepicker/issues/238)
- Fix [#216](https://github.com/babakhani/pwt.datepicker/issues/216)
- Fix [#177](https://github.com/babakhani/pwt.datepicker/issues/177)
- Fix [#259](https://github.com/babakhani/pwt.datepicker/issues/259)

## [1.1.3] - 2018-2-13
- Fix [#207](https://github.com/babakhani/pwt.datepicker/issues/207)

Expand Down Expand Up @@ -59,4 +69,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).


## [0.1.7] 2013-09-21
- First release
- First release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "persian-datepicker",
"version": "1.1.4b",
"version": "1.1.4",
"mian": "dist/js/persian-datepicker.js",
"description": "jQuery datepicker plugin work with Iranian calendar.",
"keywords": [
Expand Down

0 comments on commit ccb4df3

Please sign in to comment.