Changeset 3006038
- Timestamp:
- 12/06/2023 06:54:59 AM (2 years ago)
- Location:
- bob-pay
- Files:
-
- 10 added
- 6 edited
- 1 copied
-
tags/1.0.10 (copied) (copied from bob-pay/trunk)
-
tags/1.0.10/.gitlab-ci.yml (modified) (1 diff)
-
tags/1.0.10/bobpay-plugin.php (modified) (2 diffs)
-
tags/1.0.10/build (added)
-
tags/1.0.10/build/js (added)
-
tags/1.0.10/build/js/frontend (added)
-
tags/1.0.10/build/js/frontend/index.asset.php (added)
-
tags/1.0.10/build/js/frontend/index.js (added)
-
tags/1.0.10/readme.txt (modified) (1 diff)
-
trunk/.gitlab-ci.yml (modified) (1 diff)
-
trunk/bobpay-plugin.php (modified) (2 diffs)
-
trunk/build (added)
-
trunk/build/js (added)
-
trunk/build/js/frontend (added)
-
trunk/build/js/frontend/index.asset.php (added)
-
trunk/build/js/frontend/index.js (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bob-pay/tags/1.0.10/.gitlab-ci.yml
r3005504 r3006038 25 25 - | 26 26 sed -i -e '/Preparing files/a\ 27 rsync -r "${CI_PROJECT_DIR}/build" "$SVN_DIR/" --delete' \27 rsync -r "${CI_PROJECT_DIR}/build" trunk/' \ 28 28 ./bin/deploy.sh 29 29 script: -
bob-pay/tags/1.0.10/bobpay-plugin.php
r3005504 r3006038 8 8 * Requires at least: 5.0 9 9 * Requires PHP: 7.0 10 * Version: 1.0. 810 * Version: 1.0.10 11 11 * License: GPLv2 or later 12 12 */ … … 17 17 defined('ABSPATH') || exit; 18 18 19 define('WC_BOBPAY_PLUGIN_VERSION', '1.0. 8');19 define('WC_BOBPAY_PLUGIN_VERSION', '1.0.10'); 20 20 define('WC_BOBPAY_PLUGIN_URL', untrailingslashit(plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__)))); 21 21 define('WC_BOBPAY_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__))); -
bob-pay/tags/1.0.10/readme.txt
r3005504 r3006038 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 7.0.0 7 Stable tag: 1.0. 87 Stable tag: 1.0.10 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
bob-pay/trunk/.gitlab-ci.yml
r3005504 r3006038 25 25 - | 26 26 sed -i -e '/Preparing files/a\ 27 rsync -r "${CI_PROJECT_DIR}/build" "$SVN_DIR/" --delete' \27 rsync -r "${CI_PROJECT_DIR}/build" trunk/' \ 28 28 ./bin/deploy.sh 29 29 script: -
bob-pay/trunk/bobpay-plugin.php
r3005504 r3006038 8 8 * Requires at least: 5.0 9 9 * Requires PHP: 7.0 10 * Version: 1.0. 810 * Version: 1.0.10 11 11 * License: GPLv2 or later 12 12 */ … … 17 17 defined('ABSPATH') || exit; 18 18 19 define('WC_BOBPAY_PLUGIN_VERSION', '1.0. 8');19 define('WC_BOBPAY_PLUGIN_VERSION', '1.0.10'); 20 20 define('WC_BOBPAY_PLUGIN_URL', untrailingslashit(plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__)))); 21 21 define('WC_BOBPAY_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__))); -
bob-pay/trunk/readme.txt
r3005504 r3006038 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 7.0.0 7 Stable tag: 1.0. 87 Stable tag: 1.0.10 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.