Skip to content

Commit

Permalink
chore: remove specific v3
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Aug 22, 2022
1 parent 76df9b5 commit fe892ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## 1.0.1 - 2018.12.23
### Added
- Field type "mode" option [#4](https://github.com/luwes/craft3-codemirror/pull/4)
- Field type "mode" option [#4](https://github.com/luwes/craft-codemirror/pull/4)

### Fixed
- Override field type options [#4](https://github.com/luwes/craft3-codemirror/pull/4)
- Override field type options [#4](https://github.com/luwes/craft-codemirror/pull/4)

## 1.0.0 - 2017.08.09
### Added
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CodeMirror plugin for Craft CMS 3.x
# CodeMirror plugin for Craft CMS

Add the awesome in-browser code editor CodeMirror as a field type.

Expand All @@ -8,10 +8,10 @@ Add the awesome in-browser code editor CodeMirror as a field type.

To install CodeMirror, follow these steps:

1. Install with Composer via `composer require luwes/craft3-codemirror`
1. Install with Composer via `composer require luwes/craft-codemirror`
2. Install plugin in the Craft Control Panel under Settings > Plugins

CodeMirror works on Craft 3.x.
CodeMirror works on Craft 3.x and 4.x.

## CodeMirror Overview

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "luwes/craft3-codemirror",
"name": "luwes/craft-codemirror",
"description": "Add the awesome in-browser code editor CodeMirror as a field type.",
"type": "craft-plugin",
"version": "1.0.2",
Expand All @@ -11,8 +11,8 @@
"codemirror"
],
"support": {
"docs": "https://github.com/luwes/craft3-codemirror/blob/master/README.md",
"issues": "https://github.com/luwes/craft3-codemirror/issues"
"docs": "https://github.com/luwes/craft-codemirror/blob/master/README.md",
"issues": "https://github.com/luwes/craft-codemirror/issues"
},
"license": "MIT",
"authors": [
Expand All @@ -33,7 +33,7 @@
"extra": {
"name": "CodeMirror",
"handle": "code-mirror",
"changelogUrl": "https://raw.githubusercontent.com/luwes/craft3-codemirror/master/CHANGELOG.md",
"changelogUrl": "https://raw.githubusercontent.com/luwes/craft-codemirror/master/CHANGELOG.md",
"class": "luwes\\codemirror\\CodeMirror"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit fe892ab

Please sign in to comment.