Skip to content

Commit

Permalink
Deploy build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitrox committed Apr 11, 2024
1 parent 6018ffe commit 8e1c408
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Directories/files that may be generated by this project
node_modules/
dist
build
!build
build-dev
build-module
build-style
Expand Down Expand Up @@ -37,6 +37,7 @@ phpunit.xml
.gitattributes
.gitignore
.nvmrc
.github

composer.json
composer.lock
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ phpunit.xml

# Do not include backup PHP files
*.php.bak

assets/js/src/
webpack.config.js
.babelrc
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Save and Share Cart for WooCommerce ===
Contributors: wpgurudev
Donate link: http://sharethingz.com
Tags: woocommerce, cart, share, social, facebook, google, twitter, e-commerce, save
Tags: woocommerce, cart, share, social, save
Requires at least: 5.2.0
Tested up to: 6.5.0
Tested up to: 6.5.2
Requires PHP: 7.2
Stable tag: 2.0.9
Stable tag: 2.0.10
License: GPLv2 or later (of course!)
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion woo-save-share-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Save and Share Cart for WooCommerce
* Plugin URI: http://wc-cart.com/
* Description: A WooCommerce plugin to share cart on different social media platforms.
* Version: 2.0.9
* Version: 2.0.10
* Author: Ankit Gade
* Author URI: https://sharethingz.com/
* Text Domain: wcssc
Expand Down

0 comments on commit 8e1c408

Please sign in to comment.