-
Notifications
You must be signed in to change notification settings - Fork 2
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Nebulius/grav-plugin-static-social-embeds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Nebulius/grav-plugin-static-social-embeds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
2
contributors
Commits on Aug 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d3c145a - Browse repository at this point
Copy the full SHA d3c145aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8979e85 - Browse repository at this point
Copy the full SHA 8979e85View commit details
Commits on Apr 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4ab827e - Browse repository at this point
Copy the full SHA 4ab827eView commit details -
Fixed administration form rendering bug with English language.
The translation files for the English language were not consistant with the referenced keys in the blueprints, leading to array-to-string conversions. The files were updated to use the same structure and the blueprint was modified to match the English files, as it was better. Probably an unfinished change that was commited erroneously. Fixes #1.
Configuration menu - View commit details
-
Copy full SHA for 042a160 - Browse repository at this point
Copy the full SHA 042a160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e59859 - Browse repository at this point
Copy the full SHA 6e59859View commit details -
Updated styles and fixed video playing in the background while switch…
…ing to next media. - Improved margins around the embeds. - If a video is playing and the user switch to the next media, it is stopped. - Updated Makefile for the new standard dart-sass.
Configuration menu - View commit details
-
Copy full SHA for 19e35d0 - Browse repository at this point
Copy the full SHA 19e35d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a75c707 - Browse repository at this point
Copy the full SHA a75c707View commit details -
- Updated version number - Updated README + details - Rebuilt CSS
Configuration menu - View commit details
-
Copy full SHA for 25dd280 - Browse repository at this point
Copy the full SHA 25dd280View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fec5a3 - Browse repository at this point
Copy the full SHA 5fec5a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d62c12 - Browse repository at this point
Copy the full SHA 8d62c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40db827 - Browse repository at this point
Copy the full SHA 40db827View commit details
Commits on Apr 22, 2019
-
Fixed Mastodon medias not downloaded even if setting is enabled.
Medias were downloaded, but the URLs were incorrectly saved to the cached toot, as the remote URLs were kept by mistake. This has been resolved. Closes #2.
Configuration menu - View commit details
-
Copy full SHA for 27de887 - Browse repository at this point
Copy the full SHA 27de887View commit details -
Added support for Mastodon custom emojis in display names.
- Added support for Mastodon custom emojis in display names, with downloads of course. - Improved accessibility of the embeds. - Updated Twitter embeds to match closely the real ones. - Centering fixes on some themes.
Configuration menu - View commit details
-
Copy full SHA for f848324 - Browse repository at this point
Copy the full SHA f848324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5514b71 - Browse repository at this point
Copy the full SHA 5514b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b0603 - Browse repository at this point
Copy the full SHA 59b0603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 385d5d4 - Browse repository at this point
Copy the full SHA 385d5d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6bd1ee - Browse repository at this point
Copy the full SHA b6bd1eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b84a0cb - Browse repository at this point
Copy the full SHA b84a0cbView commit details
Commits on Feb 16, 2020
-
Fix issue around "Class 'Grav\Plugin\Shortcodes\Shortcode' not found".
This patch fixes #4. Context: Before this patch (after 4.2.0 of shortcode-core), I could not run Grav (bin/grav and webserver) anymore. Indeed, I got "Class 'Grav\Plugin\Shortcodes\Shortcode' not found" as error and asked for help on the discord server of the Grav Core Team. @mahagr & @rhukster tried to help me with a patch+release (shortcode-core 4.2.1) but it still did not solve the issue. So I decided to fix it myself. Resolution: I first followed the new structure by moving the shortcodes classes inside the `classes` directory. Same for `classes/SSEShortcode.php` which I moved to `classes/plugin/SSEShortcode.php`. In the `static-social-embeds.php` file, I just fixed the autoloader. In particularly the `getSubscribedEvents()` method. From now, `classes/plugin/SSEShortcode.php` is only loaded when we are not in the admin section. After, applying and testing those changes, onto my fresh development environment (latest grav-admin+docker-compose), everything worked back properly.
Configuration menu - View commit details
-
Copy full SHA for d19349c - Browse repository at this point
Copy the full SHA d19349cView commit details
Commits on Feb 21, 2020
-
Fix issues mentionned by @mahagr's review.
Indeed, I was not using composer to autoload everything which is needeed. Also: * Reverse changes regarding the files locations.
Configuration menu - View commit details
-
Copy full SHA for 59f41db - Browse repository at this point
Copy the full SHA 59f41dbView commit details
Commits on Jul 26, 2020
-
Merge pull request #5 from funilrys/shortcode-not-found
Fix issue around "Class 'Grav\Plugin\Shortcodes\Shortcode' not found".
Configuration menu - View commit details
-
Copy full SHA for f89959d - Browse repository at this point
Copy the full SHA f89959dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 212ba4c - Browse repository at this point
Copy the full SHA 212ba4cView commit details
There are no files selected for viewing