Skip to content

Commit

Permalink
Merge pull request #12 from dutchenkoOleg/master
Browse files Browse the repository at this point in the history
3.1.2
  • Loading branch information
OlehDutchenko authored Jun 12, 2019
2 parents 1b7d2f7 + edbff00 commit a6b87bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ When creating an abstraction, we must implement all the methods and properties o
The basis must be laid in an abstract class and brought to a final and typical concept in the classes of factories.

`WebPluginInterface` has the core methods and properties that are key to working with most web plugins.
Below is a list of these methods and properties. Then you can see [an example implementation](https://github.com/WezomAgency/web-plugin-interface/blob/master/docs/index.md).

---

Expand Down
3 changes: 2 additions & 1 deletion docs/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ For example, add an additional handler to scroll or resize window events, which

### `_initialize()`

_`private`_
_`private`_
_**`since v3.1.0`**_

Directly launch your plugin.

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": "web-plugin-interface",
"version": "3.1.1",
"version": "3.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a6b87bf

Please sign in to comment.