Changeset 3348538
- Timestamp:
- 08/22/2025 09:24:47 AM (7 months ago)
- Location:
- barestho
- Files:
-
- 4 edited
- 10 copied
-
tags/1.0.4 (copied) (copied from barestho/trunk)
-
tags/1.0.4/README.md (copied) (copied from barestho/trunk/README.md) (1 diff)
-
tags/1.0.4/barestho.php (copied) (copied from barestho/trunk/barestho.php) (3 diffs)
-
tags/1.0.4/includes/barestho-display.php (copied) (copied from barestho/trunk/includes/barestho-display.php)
-
tags/1.0.4/includes/barestho-settings.php (copied) (copied from barestho/trunk/includes/barestho-settings.php)
-
tags/1.0.4/readme.txt (copied) (copied from barestho/trunk/readme.txt) (1 diff)
-
tags/1.0.4/vendor/autoload.php (copied) (copied from barestho/trunk/vendor/autoload.php)
-
tags/1.0.4/vendor/composer/InstalledVersions.php (copied) (copied from barestho/trunk/vendor/composer/InstalledVersions.php)
-
tags/1.0.4/vendor/composer/installed.php (copied) (copied from barestho/trunk/vendor/composer/installed.php) (2 diffs)
-
tags/1.0.4/vendor/composer/platform_check.php (copied) (copied from barestho/trunk/vendor/composer/platform_check.php)
-
trunk/README.md (modified) (1 diff)
-
trunk/barestho.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
barestho/tags/1.0.4/README.md
r3348523 r3348538 4 4 Donate link: https://pro.barestho.com/ 5 5 Tested up to: 6.8.2 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
barestho/tags/1.0.4/barestho.php
r3348523 r3348538 3 3 Plugin Name: Barestho 4 4 Description: Plugin pour afficher le widget de réservation. 5 Version: 1.0. 35 Version: 1.0.4 6 6 Author: Barestho 7 7 License: GPLv2 or later … … 28 28 $plugin_url = plugin_dir_url(__FILE__); 29 29 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'); 31 31 wp_enqueue_style('barestho-style'); 32 32 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); 34 34 wp_enqueue_script('barestho-script'); 35 35 } … … 39 39 40 40 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'); 42 42 wp_enqueue_style('barestho-admin-style'); 43 43 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); 45 45 wp_enqueue_script('barestho-admin-script'); 46 46 -
barestho/tags/1.0.4/readme.txt
r3347566 r3348538 4 4 Donate link: https://pro.barestho.com/ 5 5 Tested up to: 6.8.2 6 Stable tag: 1.0. 26 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
barestho/tags/1.0.4/vendor/composer/installed.php
r3348523 r3348538 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 9774e2dfa9dd1d99dbe43c8e466e55110bfd1a8b',6 'reference' => '5f990fdd4d7fc3aa5226133f4b08358bfff080f2', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' 9774e2dfa9dd1d99dbe43c8e466e55110bfd1a8b',16 'reference' => '5f990fdd4d7fc3aa5226133f4b08358bfff080f2', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
barestho/trunk/README.md
r3348523 r3348538 4 4 Donate link: https://pro.barestho.com/ 5 5 Tested up to: 6.8.2 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
barestho/trunk/barestho.php
r3348523 r3348538 3 3 Plugin Name: Barestho 4 4 Description: Plugin pour afficher le widget de réservation. 5 Version: 1.0. 35 Version: 1.0.4 6 6 Author: Barestho 7 7 License: GPLv2 or later … … 28 28 $plugin_url = plugin_dir_url(__FILE__); 29 29 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'); 31 31 wp_enqueue_style('barestho-style'); 32 32 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); 34 34 wp_enqueue_script('barestho-script'); 35 35 } … … 39 39 40 40 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'); 42 42 wp_enqueue_style('barestho-admin-style'); 43 43 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); 45 45 wp_enqueue_script('barestho-admin-script'); 46 46 -
barestho/trunk/readme.txt
r3347566 r3348538 4 4 Donate link: https://pro.barestho.com/ 5 5 Tested up to: 6.8.2 6 Stable tag: 1.0. 26 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
barestho/trunk/vendor/composer/installed.php
r3348523 r3348538 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 9774e2dfa9dd1d99dbe43c8e466e55110bfd1a8b',6 'reference' => '5f990fdd4d7fc3aa5226133f4b08358bfff080f2', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' 9774e2dfa9dd1d99dbe43c8e466e55110bfd1a8b',16 'reference' => '5f990fdd4d7fc3aa5226133f4b08358bfff080f2', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.