-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from iamdarkle/fancybox-v5
Fancybox v5
- Loading branch information
Showing
22 changed files
with
1,474 additions
and
881 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
**/.gitattributes export-ignore | ||
**/.gitignore export-ignore | ||
**/.gitmodules export-ignore | ||
**/.github export-ignore | ||
**/.travis export-ignore | ||
**/.travis.yml export-ignore | ||
**/.editorconfig export-ignore | ||
**/.styleci.yml export-ignore | ||
|
||
**/phpunit.xml export-ignore | ||
**/tests export-ignore | ||
|
||
**/js/dist/**/* -diff | ||
**/js/dist/**/* linguist-generated | ||
**/js/dist-typings/**/* -diff | ||
**/js/dist-typings/**/* linguist-generated | ||
**/js/yarn.lock -diff | ||
**/js/package-lock.json -diff | ||
|
||
* text=auto eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Fancybox | ||
name: Fancybox PHP | ||
|
||
on: [workflow_dispatch, push, pull_request] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
/vendor | ||
composer.lock | ||
vendor | ||
node_modules | ||
composer.phar | ||
|
||
.DS_Store | ||
Thumbs.db | ||
tests/.phpunit.result.cache | ||
/tests/integration/tmp | ||
.vagrant | ||
.idea/* | ||
.vscode | ||
js/coverage-ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,41 @@ | ||
# Fancybox | ||
![](https://flarum-badge-api.davwheat.dev/v1/compat-latest/darkle/fancybox) [![Total Downloads](http://poser.pugx.org/darkle/fancybox/downloads)](https://packagist.org/packages/darkle/fancybox) [![Latest Stable Version](http://poser.pugx.org/darkle/fancybox/v)](https://packagist.org/packages/darkle/fancybox) [![License](http://poser.pugx.org/darkle/fancybox/license)](https://packagist.org/packages/darkle/fancybox) | ||
# Fancybox v5 | ||
[![Latest Stable Version](http://poser.pugx.org/darkle/fancybox/v)](https://packagist.org/packages/darkle/fancybox) [![Total Downloads](http://poser.pugx.org/darkle/fancybox/downloads)](https://packagist.org/packages/darkle/fancybox) [![License](http://poser.pugx.org/darkle/fancybox/license)](https://packagist.org/packages/darkle/fancybox) | ||
|
||
![Screenshot](https://user-images.githubusercontent.com/15818451/145828827-e272f2e2-3781-4eea-9e4a-3e5aa8077920.gif) | ||
|
||
## Getting Started | ||
![Screenshot](https://github.com/iamdarkle/assets/blob/main/flarum/fancybox/msedge_RSzIbACInH.gif?raw=true) | ||
--- | ||
|
||
### Getting Started | ||
In order to install the extension, you will need to follow these simple steps. | ||
|
||
### 🔃 Cross-compatibility | ||
- [`reflar/recache`](https://extiverse.com/extension/reflar/recache) ✅ | ||
- [`fof/reactions`](https://github.com/FriendsOfFlarum/reactions) ✅ | ||
- [`datlechin/flarum-link-preview`](https://github.com/datlechin/flarum-link-preview) ✅ | ||
- [`the-turk/flarum-flamoji`](https://github.com/the-turk/flarum-flamoji) ✅ | ||
- [`datitisev/flarum-post-galleries`](https://github.com/datitisev/flarum-post-galleries) ⌛(https://github.com/iamdarkle/fancybox/issues/6) | ||
- [`v17development/flarum-support`](https://extiverse.com/extension/v17development/flarum-support) ⌛(https://github.com/iamdarkle/fancybox/issues/5) | ||
#### ⚠️ Minimum Requirements | ||
|
||
### ⚠️ Minimum Requirements | ||
- [flarum/core](https://flarum.org/) 1.2.0 | ||
|
||
* <a href="https://flarum.org">flarum/core</a> 1.2.0 | ||
#### 📥 Installation | ||
|
||
### 📥 Installation | ||
``` | ||
composer require darkle/fancybox | ||
``` | ||
``` | ||
composer require darkle/fancybox | ||
``` | ||
#### ♻ Updating | ||
|
||
### ♻ Updating | ||
``` | ||
composer update darkle/fancybox | ||
php flarum cache:clear | ||
``` | ||
``` | ||
composer require darkle/fancybox | ||
php flarum cache:clear | ||
``` | ||
### License | ||
|
||
## License | ||
Fancybox v5 is available under the Fancyapps UI license for all applications. You can freely test Fancyapps UI components in your project's development and staging environments to see if they meet your needs. If they do, you'll need to purchase a license and agree to the "License Agreement." | ||
|
||
Fancybox v4 is licensed under the Fancyapps UI license for all applications. You can test Fancyapps UI components for free in your project in a development and staging environment to see if it fits your needs, then you must purchase a license from [here](https://fancyapps.com/pricing). | ||
You can explore the license details at fancyapps.com/license and find purchase options at fancyapps.com/pricing. | ||
|
||
* darkle/fancybox - [MIT License](https://github.com/iamdarkle/fancybox/blob/main/LICENSE) | ||
* Fancybox v4 (You need a Fancybox license for both non-commercial and commercial use) - [Fancyapps UI license](https://fancyapps.com/license) | ||
- darkle/fancybox - [MIT License](https://github.com/iamdarkle/fancybox/blob/main/LICENSE) | ||
- Fancybox v5 (You need a Fancybox license for both non-commercial and commercial use) - [Fancyapps UI license](https://fancyapps.com/license) | ||
|
||
## Useful Links | ||
### Useful Links | ||
|
||
* [Fancyapps Web](https://fancyapps.com/) | ||
* [Fancyapps GitHub](https://github.com/fancyapps/ui) | ||
* [Flarum](https://flarum.org) | ||
* [Flarum Community](https://discuss.flarum.org/d/29102-fancybox) | ||
* [GitHub](https://github.com/iamdarkle/fancybox) | ||
* [Packagist](https://packagist.org/packages/darkle/fancybox) | ||
* [Composer](https://getcomposer.org/) | ||
- [Fancyapps Web](https://fancyapps.com/) | ||
- [Fancyapps GitHub](https://github.com/fancyapps/ui) | ||
- [Flarum](https://flarum.org/) | ||
- [GitHub](https://github.com/iamdarkle/fancybox) | ||
- [Composer](https://getcomposer.org/) | ||
- [Packagist](https://packagist.org/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.pnp.* | ||
.yarn/* | ||
!.yarn/patches | ||
!.yarn/plugins | ||
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions | ||
|
||
node_modules |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.