Plugin Directory

Changeset 2831518


Ignore:
Timestamp:
12/10/2022 12:48:03 PM (3 years ago)
Author:
davexpression
Message:

Update to version 0.1.6 from GitHub

Location:
bookslots-simple-booking-form
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bookslots-simple-booking-form/tags/0.1.6/README.txt

    r2831517 r2831518  
    44Tags: booking, booking form, appointment, appointment form, reservation, stripe, courses, instructors, salon
    55Requires at least: 5.0
    6 Tested up to: 6
    7 Stable tag: 0.1.5
     6Tested up to: 6.1
     7Stable tag: 0.1.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • bookslots-simple-booking-form/tags/0.1.6/bookslots.php

    r2831517 r2831518  
    1111 * Plugin URI:        https://pluginette.com/product/bookslots/
    1212 * Description:       A simple yet powerful stand-alone booking form for bookings, appointments and reservations.
    13  * Version:           0.1.5
     13 * Version:           0.1.6
    1414 * Author:            David Towoju
    1515 * Author URI:        https://github.com/davidtowoju
     
    3030 * Rename this for your plugin and update it as you release new versions.
    3131 */
    32 define( 'BOOKSLOTS_VERSION', '0.1.5' );
     32define( 'BOOKSLOTS_VERSION', '0.1.6' );
    3333define( 'BOOKSLOTS_DIR_PATH', plugin_dir_path( __FILE__ ) );
    3434define( 'BOOKSLOTS_DIR_URL', plugin_dir_url( __FILE__ ) );
  • bookslots-simple-booking-form/tags/0.1.6/composer.lock

    r2831517 r2831518  
    921921                "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
    922922                "aws/aws-sdk-php": ">=3,<3.2.1",
    923                 "bagisto/bagisto": "<0.1.5",
     923                "bagisto/bagisto": "<0.1.6",
    924924                "barrelstrength/sprout-base-email": "<1.2.7",
    925925                "barrelstrength/sprout-forms": "<3.9",
     
    10091009                "facturascripts/facturascripts": "<=2022.8",
    10101010                "feehi/cms": "<=2.1.1",
    1011                 "feehi/feehicms": "<=0.1.5",
     1011                "feehi/feehicms": "<=0.1.6",
    10121012                "fenom/fenom": "<=2.12.1",
    10131013                "filegator/filegator": "<7.8",
  • bookslots-simple-booking-form/tags/0.1.6/vendor/composer/installed.php

    r2831517 r2831518  
    22    'root' => array(
    33        'name' => 'figarts/bookslot',
    4         'pretty_version' => '0.1.5',
    5         'version' => '0.1.5.0',
    6         'reference' => 'ce08219635ff5548a5e44927d0ef0caf39cd5dcb',
     4        'pretty_version' => '0.1.6',
     5        'version' => '0.1.6.0',
     6        'reference' => '6ee097ec8134941451f64cc0e13c8d4efee031fd',
    77        'type' => 'wordpress-plugins',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'figarts/bookslot' => array(
    23             'pretty_version' => '0.1.5',
    24             'version' => '0.1.5.0',
    25             'reference' => 'ce08219635ff5548a5e44927d0ef0caf39cd5dcb',
     23            'pretty_version' => '0.1.6',
     24            'version' => '0.1.6.0',
     25            'reference' => '6ee097ec8134941451f64cc0e13c8d4efee031fd',
    2626            'type' => 'wordpress-plugins',
    2727            'install_path' => __DIR__ . '/../../',
  • bookslots-simple-booking-form/trunk/README.txt

    r2831517 r2831518  
    44Tags: booking, booking form, appointment, appointment form, reservation, stripe, courses, instructors, salon
    55Requires at least: 5.0
    6 Tested up to: 6
    7 Stable tag: 0.1.5
     6Tested up to: 6.1
     7Stable tag: 0.1.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • bookslots-simple-booking-form/trunk/bookslots.php

    r2831517 r2831518  
    1111 * Plugin URI:        https://pluginette.com/product/bookslots/
    1212 * Description:       A simple yet powerful stand-alone booking form for bookings, appointments and reservations.
    13  * Version:           0.1.5
     13 * Version:           0.1.6
    1414 * Author:            David Towoju
    1515 * Author URI:        https://github.com/davidtowoju
     
    3030 * Rename this for your plugin and update it as you release new versions.
    3131 */
    32 define( 'BOOKSLOTS_VERSION', '0.1.5' );
     32define( 'BOOKSLOTS_VERSION', '0.1.6' );
    3333define( 'BOOKSLOTS_DIR_PATH', plugin_dir_path( __FILE__ ) );
    3434define( 'BOOKSLOTS_DIR_URL', plugin_dir_url( __FILE__ ) );
  • bookslots-simple-booking-form/trunk/composer.lock

    r2831517 r2831518  
    921921                "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
    922922                "aws/aws-sdk-php": ">=3,<3.2.1",
    923                 "bagisto/bagisto": "<0.1.5",
     923                "bagisto/bagisto": "<0.1.6",
    924924                "barrelstrength/sprout-base-email": "<1.2.7",
    925925                "barrelstrength/sprout-forms": "<3.9",
     
    10091009                "facturascripts/facturascripts": "<=2022.8",
    10101010                "feehi/cms": "<=2.1.1",
    1011                 "feehi/feehicms": "<=0.1.5",
     1011                "feehi/feehicms": "<=0.1.6",
    10121012                "fenom/fenom": "<=2.12.1",
    10131013                "filegator/filegator": "<7.8",
  • bookslots-simple-booking-form/trunk/vendor/composer/installed.php

    r2831517 r2831518  
    22    'root' => array(
    33        'name' => 'figarts/bookslot',
    4         'pretty_version' => '0.1.5',
    5         'version' => '0.1.5.0',
    6         'reference' => 'ce08219635ff5548a5e44927d0ef0caf39cd5dcb',
     4        'pretty_version' => '0.1.6',
     5        'version' => '0.1.6.0',
     6        'reference' => '6ee097ec8134941451f64cc0e13c8d4efee031fd',
    77        'type' => 'wordpress-plugins',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'figarts/bookslot' => array(
    23             'pretty_version' => '0.1.5',
    24             'version' => '0.1.5.0',
    25             'reference' => 'ce08219635ff5548a5e44927d0ef0caf39cd5dcb',
     23            'pretty_version' => '0.1.6',
     24            'version' => '0.1.6.0',
     25            'reference' => '6ee097ec8134941451f64cc0e13c8d4efee031fd',
    2626            'type' => 'wordpress-plugins',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.