Plugin Directory

Changeset 3006038


Ignore:
Timestamp:
12/06/2023 06:54:59 AM (2 years ago)
Author:
bobgroup
Message:

Update to version 1.0.10 from GitLab (https://gitlab.bob.co.za/bobpay/bobpay-woocommerce-plugin; https://gitlab.bob.co.za/bobpay/bobpay-woocommerce-plugin/-/jobs/209506)

Location:
bob-pay
Files:
10 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bob-pay/tags/1.0.10/.gitlab-ci.yml

    r3005504 r3006038  
    2525    - |
    2626      sed -i -e '/Preparing files/a\
    27       rsync -r "${CI_PROJECT_DIR}/build" "$SVN_DIR/" --delete' \
     27      rsync -r "${CI_PROJECT_DIR}/build" trunk/' \
    2828      ./bin/deploy.sh
    2929  script:
  • bob-pay/tags/1.0.10/bobpay-plugin.php

    r3005504 r3006038  
    88 * Requires at least: 5.0
    99 * Requires PHP:      7.0
    10  * Version:           1.0.8
     10 * Version:           1.0.10
    1111 * License:           GPLv2 or later
    1212 */
     
    1717defined('ABSPATH') || exit;
    1818
    19 define('WC_BOBPAY_PLUGIN_VERSION', '1.0.8');
     19define('WC_BOBPAY_PLUGIN_VERSION', '1.0.10');
    2020define('WC_BOBPAY_PLUGIN_URL', untrailingslashit(plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__))));
    2121define('WC_BOBPAY_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__)));
  • bob-pay/tags/1.0.10/readme.txt

    r3005504 r3006038  
    55Tested up to: 6.1.1
    66Requires PHP: 7.0.0
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.10
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • bob-pay/trunk/.gitlab-ci.yml

    r3005504 r3006038  
    2525    - |
    2626      sed -i -e '/Preparing files/a\
    27       rsync -r "${CI_PROJECT_DIR}/build" "$SVN_DIR/" --delete' \
     27      rsync -r "${CI_PROJECT_DIR}/build" trunk/' \
    2828      ./bin/deploy.sh
    2929  script:
  • bob-pay/trunk/bobpay-plugin.php

    r3005504 r3006038  
    88 * Requires at least: 5.0
    99 * Requires PHP:      7.0
    10  * Version:           1.0.8
     10 * Version:           1.0.10
    1111 * License:           GPLv2 or later
    1212 */
     
    1717defined('ABSPATH') || exit;
    1818
    19 define('WC_BOBPAY_PLUGIN_VERSION', '1.0.8');
     19define('WC_BOBPAY_PLUGIN_VERSION', '1.0.10');
    2020define('WC_BOBPAY_PLUGIN_URL', untrailingslashit(plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__))));
    2121define('WC_BOBPAY_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__)));
  • bob-pay/trunk/readme.txt

    r3005504 r3006038  
    55Tested up to: 6.1.1
    66Requires PHP: 7.0.0
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.10
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.