Skip to content

Commit

Permalink
Merge branch 'craft-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed Mar 15, 2019
2 parents 6bc7409 + 546df90 commit 18542cc
Show file tree
Hide file tree
Showing 151 changed files with 3,860 additions and 12,732 deletions.
1 change: 1 addition & 0 deletions .craftplugin
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"pluginName":"Algolia","pluginDescription":"Easily pull search results from Algolia into your Craft CMS website","pluginVersion":"2.0.0","pluginAuthorName":"TrendyMinds","pluginVendorName":"trendyminds","pluginAuthorUrl":"https://trendyminds.com","pluginAuthorGithub":"trendyminds","codeComments":"","pluginComponents":["controllers","services","settings","variables"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# CRAFT ENVIRONMENT
.env.php
.env.sh
.env

# COMPOSER
/vendor

# BUILD FILES
/bower_components/*
/node_modules/*
/build/*
/yarn-error.log

# MISC FILES
.cache
.DS_Store
.idea
.project
.settings
*.esproj
*.sublime-workspace
*.sublime-project
*.tmproj
*.tmproject
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
config.codekit3
prepros-6.config
138 changes: 0 additions & 138 deletions AlgoliaPlugin.php

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release Notes for Algolia

## 2.0.0 - 2019-03-15

Initial Craft 3 release
3 changes: 2 additions & 1 deletion LICENSE.txt → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
The MIT License (MIT)
Copyright (c) 2018 TrendyMinds

Copyright (c) 2019 TrendyMinds

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
Loading

0 comments on commit 18542cc

Please sign in to comment.