# Social Feed by SPRITES

## Installation, Activation
To Install and Activate this plugin, move the folder to your `wp-content/plugins` directory and activate the plugin via Wordpress administration or via WP-CLI.

## Dependency install
```
composer install
```

## For developers
```
composer install
yarn install
yarn watch
```

## Changelog
- [v0.3.4](#) - Fix missing vendor folder
- [v0.3.3](#) - Fix Instagrag OAuth support
- [v0.3.2](#) - Add custom styles for shortcode feed
- [v0.3.1](#) - Add Shortcode support for mixed feed
- [v0.3.0](#) - Add Instagram and Instagram OAuth support
- [v0.2.2](#) - Add Import button for API services
- [v0.2.1](#) - Add Enablers, cron events and other API actions
- [v0.2](#) - Facebook API connect (v2.1), Post type settings, general fixes
- [v0.1.2](#) - Add admin settings and admin views
- [v0.1.1](#) - Fix activation issues, settings
- [v0.1](#) - Add plugin structure and basic components
