-
Notifications
You must be signed in to change notification settings - Fork 0
Merge develop into main #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
9abebab
docs: Update README with requirements, browser support, and FAQs
theMasudRana 1208152
docs: Update contributor link for Masud Rana and add spacing in README
theMasudRana 424c29c
feat: remove dist branch creation on release
danish17 38fe671
fix: change plugin url to github releases
danish17 01a8002
chore: update packages
danish17 6ab9931
feat: add tests tsconfig
danish17 f2abd09
fix: doc params
danish17 59578bc
Merge pull request #34 from rtCamp/feat/readme-update
theMasudRana 438c969
Refactor Core Carousel to Carousel Kit
theMasudRana 4161f9d
Merge pull request #36 from rtCamp/feat/carousel-kit
theMasudRana 0f604a1
fix(carousel): allow infinite loop in editor viewport
danish17 e8c02d8
fix(carousel): resolve spacing issues in loop mode
danish17 f868bba
chore: bump version to 1.0.1
danish17 d15e11a
feat: improve demo
danish17 d2c7ab9
Merge branch 'develop' of https://github.com/rtCamp/core-carousel int…
theMasudRana e0c8352
Merge pull request #35 from rtCamp/fix/playground
danish17 b17f643
Merge branch 'develop' of https://github.com/rtCamp/core-carousel int…
theMasudRana 6d76703
Merge pull request #38 from rtCamp/fix/carousel-loop-spacing
danish17 903736c
fix: replace core-carousel with carousel-kit
danish17 e60fa05
Merge pull request #40 from rtCamp/fix/replace-old-occurences
danish17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -36,4 +36,4 @@ phpstan.neon | |
| # Build | ||
| build/ | ||
| tsconfig.tsbuildinfo | ||
| core-carousel.zip | ||
| carousel-kit.zip | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,33 @@ | ||
| <?php | ||
| /** | ||
| * Plugin Name: Carousel Kit | ||
| * Description: Carousel block using Embla and WordPress Interactivity API. | ||
| * Plugin URI: https://github.com/rtCamp/carousel-kit | ||
| * Requires at least: 6.5 | ||
| * Requires PHP: 7.4 | ||
| * Author: rtCamp | ||
| * Author URI: https://rtcamp.com | ||
| * Contributors: iamdanih17, immasud | ||
| * License: GPL2 | ||
| * License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
| * Version: 1.0.0 | ||
| * Text Domain: carousel-kit | ||
| * | ||
| * @package carousel-kit | ||
| */ | ||
|
|
||
| define( 'CAROUSEL_KIT_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); | ||
| define( 'CAROUSEL_KIT_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) ); | ||
| define( 'CAROUSEL_KIT_BUILD_PATH', CAROUSEL_KIT_PATH . '/build' ); | ||
| define( 'CAROUSEL_KIT_BUILD_URL', CAROUSEL_KIT_URL . '/build' ); | ||
|
|
||
| require_once CAROUSEL_KIT_PATH . '/vendor/autoload.php'; | ||
|
|
||
| /** | ||
| * Plugin loader. | ||
| */ | ||
| function carousel_kit_loader() { | ||
| \Carousel_Kit\Plugin::get_instance(); | ||
| } | ||
|
|
||
| carousel_kit_loader(); |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The YAML indentation is incorrect starting from line 37. The step "Create Release and Upload Asset" and all its child properties have inconsistent extra indentation. In YAML, list items should be indented by 2 spaces from their parent, but lines 37-53 use excessive indentation (12 spaces for the step name instead of 6). This will cause the GitHub Actions workflow to fail with a syntax error.