Skip to content

Commit

Permalink
Merge pull request #134 from newfold-labs/release/1.3.0
Browse files Browse the repository at this point in the history
Release/1.3.0
  • Loading branch information
circlecube authored Oct 4, 2023
2 parents 9fe2b2b + c04acd7 commit 667b8c4
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 67 deletions.
34 changes: 22 additions & 12 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,34 @@
/bin
node_modules
/src
tests
/tests

# Files
.*
/.*
cypress.config.js
set-latest-wp-version.js
webpack.config.js

# File Types
/*.json
*.lock
*.log
*.md
*.sql
*.tar.gz
*.xml
*.yml
*.zip
/*.lock
/*.log
/*.md
/*.sql
/*.tar.gz
/*.xml
/*.yml
/*.zip

# Newfold src files
vendor/newfold-labs/wp-module-ecommerce/src
vendor/newfold-labs/wp-module-onboarding/src
vendor/newfold-labs/*/src
vendor/newfold-labs/*/source
vendor/newfold-labs/*/tests
vendor/newfold-labs/*/.*
vendor/newfold-labs/*/*.xml
vendor/newfold-labs/*/*.json
vendor/newfold-labs/*/*.lock
vendor/newfold-labs/*/*.scss
vendor/newfold-labs/*/*.md
vendor/newfold-labs/*/*.config.js
vendor/newfold-labs/*/LICENSE
2 changes: 1 addition & 1 deletion .distinclude
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Directories

# Files
/vendor/newfold-labs/wp-module-data/src/Data/Static/*.json
/LICENSE.md

# File Types
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"require": {
"doctrine/inflector": "1.2.0 as 1.3.1",
"newfold-labs/wp-module-coming-soon": "^1.1.9",
"newfold-labs/wp-module-data": "^2.4.5",
"newfold-labs/wp-module-data": "^2.4.7",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "1.5.2",
"newfold-labs/wp-module-notifications": "^1.1.5",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 79 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wp-plugin-web",
"description": "WordPress plugin that integrates your WordPress site with the Web.com control panel, including performance, security, and update features.",
"license": "GPL-2.0-or-later",
"version": "1.2.9",
"version": "1.3.0",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,11 +38,11 @@
"react-use": "^17.4.0"
},
"devDependencies": {
"@replayio/cypress": "^1.3.3",
"@replayio/cypress": "^1.4.0",
"@testing-library/cypress": "^10.0.1",
"@wordpress/env": "^8.7.0",
"@wordpress/env": "^8.8.0",
"@wordpress/scripts": "^26.13.0",
"cypress": "^13.2.0",
"cypress": "^13.3.0",
"cypress-axe": "^1.5.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 667b8c4

Please sign in to comment.