Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Mar 8, 2024
1 parent 0c741f7 commit 6d11437
Show file tree
Hide file tree
Showing 248 changed files with 4,726 additions and 4,222 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions functions/enqueues.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
function ptibogxivtheme_enqueues() {
if ( empty(get_theme_mod( 'ptibogxivtheme_css')) || get_theme_mod( 'ptibogxivtheme_css') == 'css' ) {
$css = 'bootstrap/css';
$versionbase = '5.3.2';
$versionbase = '5.3.3';
$version = $versionbase;
} else {
$css = 'bootswatch/'.get_theme_mod( 'ptibogxivtheme_css');
$version = '5.3.1';
$version = '5.3.3';
$versionbase = $version;
}
if (!empty(get_theme_mod( 'ptibogxivtheme_css')) && $version != $versionbase && empty(get_option('doliconnectbeta'))) {
Expand All @@ -18,7 +18,7 @@ function ptibogxivtheme_enqueues() {
wp_enqueue_style( 'bootstrap.min');
wp_register_script( 'bootstrap.bundle.min', get_template_directory_uri().'/theme/bootstrap/js/bootstrap.bundle.min.js', array('jquery'), $version, true);
wp_enqueue_script( 'bootstrap.bundle.min');
wp_register_script( 'font-awesome', 'https://use.fontawesome.com/releases/v6.4.0/js/all.js', array(), '6.4.0');
wp_register_script( 'font-awesome', 'https://use.fontawesome.com/releases/v6.5.1/js/all.js', array(), '6.5.1');
wp_enqueue_script( 'font-awesome');
wp_enqueue_script( 'jquery-masonry', array( 'jquery' ) );
wp_register_style( 'ptibogxivtheme', get_template_directory_uri().'/theme/custom/css/ptibogxivtheme.css', false, $version);
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://www.ptibogxiv.net/en
Description: Bootstrap Starter Theme for WordPress & Doliconnect
Author: ptibogxiv
Author URI: https://www.ptibogxiv.net
Version: 7.4.0
Version: 8.0.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: ptibogxivtheme
Expand Down
Binary file added theme/bootstrap/css/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions theme/bootstrap/css/bootstrap-grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion theme/bootstrap/css/bootstrap-grid.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions theme/bootstrap/css/bootstrap-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/bootstrap/css/bootstrap-grid.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions theme/bootstrap/css/bootstrap-grid.rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion theme/bootstrap/css/bootstrap-grid.rtl.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions theme/bootstrap/css/bootstrap-grid.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/bootstrap/css/bootstrap-grid.rtl.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions theme/bootstrap/css/bootstrap-reboot.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion theme/bootstrap/css/bootstrap-reboot.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions theme/bootstrap/css/bootstrap-reboot.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion theme/bootstrap/css/bootstrap-reboot.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions theme/bootstrap/css/bootstrap-reboot.rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion theme/bootstrap/css/bootstrap-reboot.rtl.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6d11437

Please sign in to comment.