Skip to content

Commit

Permalink
Merge pull request #41 from smartsendio/feature/HPOS_compatibility
Browse files Browse the repository at this point in the history
HPOS compatibility
  • Loading branch information
bilfeldt authored Feb 14, 2024
2 parents fb94768 + ebf130c commit 096dde9
Show file tree
Hide file tree
Showing 6 changed files with 355 additions and 250 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor
/.idea
.DS_Store
.DS_Store
/woocommerce
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ Note that the following command can be used to check which files are modified/ad
svn stat
```

## Zip

To create a plugin zip file of a given branch/tag use:

```bash
git archive v8.1.0b4 --output="smart-send-shipping-woocommerce-v810b4.zip" "smart-send-logistics"
```

## Development
When developing then it can sometimes be relevant to use Smart Send's _development_ environment. This is done by implementing the following [filter](https://developer.wordpress.org/reference/functions/add_filter/):
```
Expand Down
Loading

0 comments on commit 096dde9

Please sign in to comment.