Plugin Directory

Changeset 3348538


Ignore:
Timestamp:
08/22/2025 09:24:47 AM (7 months ago)
Author:
barestho
Message:

Release version 1.0.4

Location:
barestho
Files:
4 edited
10 copied

Legend:

Unmodified
Added
Removed
  • barestho/tags/1.0.4/README.md

    r3348523 r3348538  
    44Donate link: https://pro.barestho.com/
    55Tested up to: 6.8.2
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • barestho/tags/1.0.4/barestho.php

    r3348523 r3348538  
    33Plugin Name: Barestho
    44Description: Plugin pour afficher le widget de réservation.
    5 Version: 1.0.3
     5Version: 1.0.4
    66Author: Barestho
    77License: GPLv2 or later
     
    2828    $plugin_url = plugin_dir_url(__FILE__);
    2929
    30     wp_register_style('barestho-style', $plugin_url . 'css/style-barestho.css', array(), '1.0.3');
     30    wp_register_style('barestho-style', $plugin_url . 'css/style-barestho.css', array(), '1.0.4');
    3131    wp_enqueue_style('barestho-style');
    3232
    33     wp_register_script('barestho-script', $plugin_url . 'js/script-barestho.js', array('jquery'), '1.0.3', array('strategy'  => 'defer',), true);
     33    wp_register_script('barestho-script', $plugin_url . 'js/script-barestho.js', array('jquery'), '1.0.4', array('strategy'  => 'defer',), true);
    3434    wp_enqueue_script('barestho-script');
    3535}
     
    3939
    4040    if ($hook == 'toplevel_page_barestho') {
    41         wp_register_style('barestho-admin-style', $plugin_url . 'css/barestho-admin-style.css', array(), '1.0.3');
     41        wp_register_style('barestho-admin-style', $plugin_url . 'css/barestho-admin-style.css', array(), '1.0.4');
    4242        wp_enqueue_style('barestho-admin-style');
    4343
    44         wp_register_script('barestho-admin-script', $plugin_url . 'js/barestho-admin-script.js', array('jquery', 'wp-color-picker'), '1.0.3', true);
     44        wp_register_script('barestho-admin-script', $plugin_url . 'js/barestho-admin-script.js', array('jquery', 'wp-color-picker'), '1.0.4', true);
    4545        wp_enqueue_script('barestho-admin-script');
    4646
  • barestho/tags/1.0.4/readme.txt

    r3347566 r3348538  
    44Donate link: https://pro.barestho.com/
    55Tested up to: 6.8.2
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • barestho/tags/1.0.4/vendor/composer/installed.php

    r3348523 r3348538  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '9774e2dfa9dd1d99dbe43c8e466e55110bfd1a8b',
     6        'reference' => '5f990fdd4d7fc3aa5226133f4b08358bfff080f2',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '9774e2dfa9dd1d99dbe43c8e466e55110bfd1a8b',
     16            'reference' => '5f990fdd4d7fc3aa5226133f4b08358bfff080f2',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • barestho/trunk/README.md

    r3348523 r3348538  
    44Donate link: https://pro.barestho.com/
    55Tested up to: 6.8.2
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • barestho/trunk/barestho.php

    r3348523 r3348538  
    33Plugin Name: Barestho
    44Description: Plugin pour afficher le widget de réservation.
    5 Version: 1.0.3
     5Version: 1.0.4
    66Author: Barestho
    77License: GPLv2 or later
     
    2828    $plugin_url = plugin_dir_url(__FILE__);
    2929
    30     wp_register_style('barestho-style', $plugin_url . 'css/style-barestho.css', array(), '1.0.3');
     30    wp_register_style('barestho-style', $plugin_url . 'css/style-barestho.css', array(), '1.0.4');
    3131    wp_enqueue_style('barestho-style');
    3232
    33     wp_register_script('barestho-script', $plugin_url . 'js/script-barestho.js', array('jquery'), '1.0.3', array('strategy'  => 'defer',), true);
     33    wp_register_script('barestho-script', $plugin_url . 'js/script-barestho.js', array('jquery'), '1.0.4', array('strategy'  => 'defer',), true);
    3434    wp_enqueue_script('barestho-script');
    3535}
     
    3939
    4040    if ($hook == 'toplevel_page_barestho') {
    41         wp_register_style('barestho-admin-style', $plugin_url . 'css/barestho-admin-style.css', array(), '1.0.3');
     41        wp_register_style('barestho-admin-style', $plugin_url . 'css/barestho-admin-style.css', array(), '1.0.4');
    4242        wp_enqueue_style('barestho-admin-style');
    4343
    44         wp_register_script('barestho-admin-script', $plugin_url . 'js/barestho-admin-script.js', array('jquery', 'wp-color-picker'), '1.0.3', true);
     44        wp_register_script('barestho-admin-script', $plugin_url . 'js/barestho-admin-script.js', array('jquery', 'wp-color-picker'), '1.0.4', true);
    4545        wp_enqueue_script('barestho-admin-script');
    4646
  • barestho/trunk/readme.txt

    r3347566 r3348538  
    44Donate link: https://pro.barestho.com/
    55Tested up to: 6.8.2
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • barestho/trunk/vendor/composer/installed.php

    r3348523 r3348538  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '9774e2dfa9dd1d99dbe43c8e466e55110bfd1a8b',
     6        'reference' => '5f990fdd4d7fc3aa5226133f4b08358bfff080f2',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '9774e2dfa9dd1d99dbe43c8e466e55110bfd1a8b',
     16            'reference' => '5f990fdd4d7fc3aa5226133f4b08358bfff080f2',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.