Skip to content

Commit

Permalink
Add files for October store
Browse files Browse the repository at this point in the history
  • Loading branch information
Fl0Cri committed May 27, 2021
1 parent c3e30ea commit 3f8f843
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "inetis/oc-googlecustomsearch-plugin",
"type": "october-plugin",
"description": "Add custom google search results to your site",
"require": {
"composer/installers": "~1.0"
}
}
169 changes: 169 additions & 0 deletions composer.lock

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

2 changes: 2 additions & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
- Fix for Laravel 5.5 (OctoberCMS build 420 and higher)
1.0.4:
- Update validation rules to prevent selection of page sizes not allowed by Google API (thanks @zlobec)
1.0.5:
- Add composer.json for October store

0 comments on commit 3f8f843

Please sign in to comment.