We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc2bff commit 971c308Copy full SHA for 971c308
2 files changed
composer.json
@@ -0,0 +1,9 @@
1
+{
2
+ "name": "fatoni/api-generator-plugin",
3
+ "type": "october-plugin",
4
+ "description": "October CMS plugin to build RESTful APIs",
5
+ "require": {
6
+ "composer/installers": "~1.0",
7
+ "rainlab/builder-plugin": "^2.0"
8
+ }
9
+}
updates/version.yaml
@@ -12,4 +12,6 @@
12
1.0.6:
13
- 'fixing bug on generate endpoint'
14
1.0.7:
15
- - 'fixing bug on October CMS v1.0.456'
+ - 'fixing bug on October CMS v1.0.456'
16
+1.0.8:
17
+ - 'fixing bug on October CMS v3'
0 commit comments