Skip to content

Commit

Permalink
Merge pull request #41 from pluginever/release/1.2.0
Browse files Browse the repository at this point in the history
Release/1.2.0
  • Loading branch information
devsabbirhossain authored Jan 15, 2025
2 parents 01ad211 + 0659d63 commit d35bed4
Show file tree
Hide file tree
Showing 55 changed files with 5,359 additions and 14,743 deletions.
9 changes: 0 additions & 9 deletions .assets/css/admin.css.map

This file was deleted.

9 changes: 0 additions & 9 deletions .assets/css/frontend.css.map

This file was deleted.

63 changes: 0 additions & 63 deletions .assets/css/frontend.scss

This file was deleted.

62 changes: 0 additions & 62 deletions .assets/js/frontend.js

This file was deleted.

35 changes: 15 additions & 20 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
.gitkeep
.gitmodules
.husky

# Documentation files
readme.md
README.md

Expand All @@ -17,32 +19,28 @@ composer.*
# NPM related files
npm-debug.log
/node_modules/
postcss.config.js
babel.config.js
package.json
package-lock.json
yarn.lock

# Build related files
postcss.config.js
babel.config.js
gruntfile.js
Gruntfile.js
webpack.config.js
yarn.lock
bower.json
bower_components
.*

tailwind.config.js

# Test related files
phpunit.xml
phpunit.xml.dist
tests
.dist
codeception.yml
*.yml

# PHPCS related files
phpcs.xml
phpcs.xml.dist


# IDE related files
.idea
*.iml
Expand All @@ -52,17 +50,15 @@ phpcs.xml.dist
*.tmproj
*.vscode

# Misc files
# Miscellaneous files and folders
.*
.*/
*.lock
*.log
*.sh
*.zip
/bin/


# OS related files
# OS specific files
.DS_Store
.DS_Store?
._*
Expand All @@ -71,14 +67,13 @@ phpcs.xml.dist
ehthumbs.db
Thumbs.db


# Action related files
.wordpress-org

#Assets
# Binary and other directories
/bin/

# Asset related files
*.scss
*.*.map

# Build related files
src
/src/
/assets
14 changes: 6 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
tab_width = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4

[*.txt]
trim_trailing_whitespace = false

[*.{md,json,yml}]
trim_trailing_whitespace = false
[{.jshintrc,*.json,*.yml}]
indent_style = space
indent_size = 2

[{*.txt,wp-config-sample.php}]
end_of_line = crlf
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: |
composer install
composer update --no-dev --no-scripts
composer update --no-dev
npm install && npm run build
- name: Release
Expand Down
55 changes: 39 additions & 16 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
node_modules
bower_components
release
/vendor
.idea
*.log
lib


# Editors
# IDE related files
/.settings
/.project
/.idea
*.esproj
*.tmproj
*.tmproject
Expand All @@ -16,19 +10,48 @@ tmtags
*.un~
Session.vim
*.swp
.husky

# Mac OSX
# Mac OSX specific files
.DS_Store
._*
.Spotlight-V100
.Trashes

# Windows
# Windows specific files
Thumbs.db
Desktop.ini

# Asset Files
/assets
# NPM and Grunt.js related files
node_modules
bower_components
.idea
*.log
npm-debug.log

# Composer related files
/vendor
/vendor-prefixed

# PHPUnit related files
/tmp

# Miscellaneous files
*.zip
.cache
.sass-cache*
.husky
*.lock

# Tests related files
codeception.yml
.env
/tests/_data/dump.sql
.env.testing

# Language files
languages/*.

# Plugin Specific
# Build related files
/bin/strauss.phar
#/bin
build
Binary file modified .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-3.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Loading

0 comments on commit d35bed4

Please sign in to comment.