Skip to content

Commit

Permalink
Updated version and added note about support
Browse files Browse the repository at this point in the history
  • Loading branch information
faulknercs committed Dec 12, 2020
1 parent ed39971 commit 0a664e1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (grunt) {
buildPath: buildPath,
tempPath: tempPath,
examplesPath: examplesPath,
fileHeader: '/*! <%= pkg.name %> <%= pkg.version %> <%= pkg.homepage %> | (c) 2013-2017 <%= pkg.author %> | http://www.opensource.org/licenses/mit-license */\n',
fileHeader: '/*! <%= pkg.name %> <%= pkg.version %> <%= pkg.homepage %> | (c) 2013-2020 <%= pkg.author %> | http://www.opensource.org/licenses/mit-license */\n',

pkg: grunt.file.readJSON('package.json'),

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 Artem Stepanyuk <https://github.com/faulknercs>
Copyright (c) 2013-2020 Artem Stepanyuk <https://github.com/faulknercs>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Knockstrap [![Build Status](https://travis-ci.org/faulknercs/Knockstrap.svg?branch=master)](https://travis-ci.org/faulknercs/Knockstrap)
==========

## ⚠️ Bootstrap versions support ⚠️

__If you need Bootstrap 4 support, you may use [KnockstrapPlus](https://github.com/CloudNimble/KnockstrapPlus) fork. Also, you can try to search for more forks [here](https://github.com/faulknercs/Knockstrap/network).__

I highly appreciate all contributions and feedback, but I don't use Bootstrap nor Knockout anymore, so I don't have any plans to continue development of this project.
This repository is not going to be updated for Bootstrap 4 (and further) and will continue work only with Bootstrap 3. But I continue merging patches with bugfixes for Bootstrap 3 if any appears.

### Description

Knockstrap is binding library for Knockout.js, which provides bindings to Twitter Bootstrap widgets
Knockstrap is binding library for Knockout.js, which provides bindings to Twitter Bootstrap 3 widgets

#### Supported widgets:

Expand All @@ -19,7 +26,7 @@ Knockstrap is binding library for Knockout.js, which provides bindings to Twitte
- Pagination
- Pager

[Download](https://github.com/faulknercs/Knockstrap/releases/download/v1.4.0/knockstrap-1.4.0.zip)
[Download](https://github.com/faulknercs/Knockstrap/releases/download/v1.4.1/knockstrap-1.4.1.zip)

[Documentation/Examples](http://faulknercs.github.io/Knockstrap/)

Expand All @@ -35,7 +42,7 @@ Knockstrap is binding library for Knockout.js, which provides bindings to Twitte

### CDN

[jsDelivr](https://cdn.jsdelivr.net/gh/faulknercs/Knockstrap@v1.4.0/build/knockstrap.min.js)
[jsDelivr](https://cdn.jsdelivr.net/npm/knockstrap@1.4.1/build/knockstrap.js)

### Building
#### Building using grunt:
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": "knockstrap",
"version": "1.4.0",
"version": "1.4.1",
"description": "Knockout bindings to Twitter Bootstrap 3 widgets",
"main": "build/knockstrap.js",
"homepage": "http://faulknercs.github.io/Knockstrap/",
Expand Down
2 changes: 1 addition & 1 deletion examples-src/htmlParts/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>Usage</h3>
If you have all dependencies, you only need to include <code>knockstrap.min.js</code> or <code>knockstrap.js</code> to your pages:
<pre>&lt;script src="../path/to/knockstrap.min.js"&gt;&lt;/script&gt;</pre>
Or with cdn:
<pre>&lt;script src="https://cdn.jsdelivr.net/gh/faulknercs/Knockstrap@v1.4.1/build/knockstrap.min.js"&gt;&lt;/script&gt;</pre>
<pre>&lt;script src="https://cdn.jsdelivr.net/npm/knockstrap@1.4.1/build/knockstrap.js"&gt;&lt;/script&gt;</pre>
</p>
<p>
Also you can install it via <a href="https://www.npmjs.org/package/knockstrap">npm</a>, <a href="http://bower.io/search/?q=knockstrap">bower</a> or <a href="https://www.nuget.org/packages/Knockstrap/">nuget</a>.
Expand Down
2 changes: 1 addition & 1 deletion knockstrap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Knockstrap</id>
<version>1.4.0</version>
<version>1.4.1</version>
<authors>Artyom Stepanyuk</authors>
<owners>Artyom Stepanyuk</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockstrap",
"version": "1.4.0",
"version": "1.4.1",
"description": "Knockout bindings to Twitter Bootstrap 3",
"homepage": "http://faulknercs.github.io/Knockstrap/",
"bugs": "https://github.com/faulknercs/Knockstrap/issues",
Expand Down

0 comments on commit 0a664e1

Please sign in to comment.