Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenreyes2000 committed Aug 14, 2023
1 parent 0e7c1cb commit bd8afed
Show file tree
Hide file tree
Showing 72 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lyquix WordPress Theme 2.x

`@version 2.4.0`
`@version 2.4.1`

## What is this?

Expand Down
2 changes: 1 addition & 1 deletion css/css.dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# css.dist.sh - Bash script to process SCSS files, run autoprefixer, and chunk files
#
# @version 2.4.0
# @version 2.4.1
# @package wp_theme_lyquix
# @author Lyquix
# @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/custom/custom.dist.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* custom.scss - Main SCSS file for custom styles
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/editor.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* editor.css - Styles for WordPress editor
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/ie-alert.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* ie-alert.css - Styles for IE9 alert box
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/lib/base.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* base.scss - Sets sizes, colors, typography and other styles for base tags
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/lib/blocks.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* blocks.scss - Common rules for blocks
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
4 changes: 2 additions & 2 deletions css/lib/common.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* common.scss - Common CSS classes
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down Expand Up @@ -186,7 +186,7 @@
font-size: $font-size-big * 2;
line-height: $line-height-big * 0.9;
}

// Font-features
.font-historical-forms { font-variant-alternates: historical-forms; }
.font-all-small-caps { font-variant-caps: all-small-caps; }
Expand Down
2 changes: 1 addition & 1 deletion css/lib/container.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* container.scss - Width and margin for main container
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/lib/flexbox.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* flexbox.scss - Common classes for FlexBox
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/lib/grid.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* grid.scss - Common classes for CSS Grid
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/lib/lyqbox.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* lyqbox.scss - Base styles for LyqBox lightbox
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/lib/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Loosely based on https://github.com/necolas/normalize.css
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/lib/print.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* print.scss - Common CSS classes to apply for print version
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/lib/wordpress.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* wordpress.scss - Styles for WordPress default elements
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion css/styles.dist.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* styles.scss - Generates the main CSS file for the template, style.css
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion custom.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* custom.dist.php - Base template
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion docs/css.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CSS

`@version 2.4.0`
`@version 2.4.1`

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/favicons.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Favicons

`@version 2.4.0`
`@version 2.4.1`

The theme automatically adds favicons to the `<head>` when files are present in the `images/favicon/` directory.

Expand Down
2 changes: 1 addition & 1 deletion docs/files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File Structure

`@version 2.4.0`
`@version 2.4.1`

This theme introduces some important changes in terms of file structure, compared to the standard WordPress theme structure. You should familiarize yourself first with [WordPress template hierarchy](https://developer.wordpress.org/themes/basics/template-hierarchy/).

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation and Setup

`@version 2.4.0`
`@version 2.4.1`

### Pre-Requisites

Expand Down
2 changes: 1 addition & 1 deletion docs/js.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JavaScript

`@version 2.4.0`
`@version 2.4.1`

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/lqxoptions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lqx Options

`@version 2.4.0`
`@version 2.4.1`

## Default Options

Expand Down
2 changes: 1 addition & 1 deletion docs/menus.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Menus

`@version 2.4.0`
`@version 2.4.1`

The theme defines the following menus that you can use or ignore as needed.

Expand Down
2 changes: 1 addition & 1 deletion docs/widgets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Widget Positions

`@version 2.4.0`
`@version 2.4.1`

The theme includes several widget positions that you can use or ignore as needed. Below is the list with its recommended placement:

Expand Down
2 changes: 1 addition & 1 deletion fonts/almost7/almost7.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* still-6-but-almost-7.css - Changes all fonts to use Still 6 But Almost 7
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion fonts/comicfy/comicfy.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* comicfy.css - Changes all fonts to use Comic Sans
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* functions.php - Theme main functions file
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* gulpfile.js - Watch and automatically process CSS and JS
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* index.php - Main theme file
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion js/custom/components/component.dist.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* component.dist.js - Sample Vue component
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion js/custom/controllers/controller.dist.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* controller.dist.js - Sample Vue controller
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion js/custom/scripts/module.dist.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* module.dist.js - Sample custom script module
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion js/js.dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# js.dist.sh - Shell script to concatenate and minify lyquix Javascript library, and vue components/controllers
#
# @version 2.4.0
# @version 2.4.1
# @package wp_theme_lyquix
# @author lyquix
# @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion js/lib/accordion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* accordion.js - Functionality to handle accordions
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion js/lib/analytics.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* analytics.js - Analytics functionality
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion js/lib/autoresize.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* autoresize.js - Automatically resize form elements to show contents
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
4 changes: 2 additions & 2 deletions js/lib/core.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* core.js - Lyquix JavaScript library
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down Expand Up @@ -214,7 +214,7 @@ else {
}
};

var version = '2.4.0';
var version = '2.4.1';

return {
opts: opts,
Expand Down
2 changes: 1 addition & 1 deletion js/lib/detect.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* detect.js - Detection of device, browser and O/S
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion js/lib/fittext.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* fittext.js - Functionality to fit text to specific number of lines
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion js/lib/fixes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* fixes.js - Browser fixes
*
* @package wp_theme_lyquix
* @version 2.4.0
* @version 2.4.1
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
* @license GNU General Public License version 2 or later
Expand Down
2 changes: 1 addition & 1 deletion js/lib/geolocate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* geolocate.js - geolocate functionality
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
2 changes: 1 addition & 1 deletion js/lib/lyqbox.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* lyqbox.js - LyqBox - Lyquix lightbox functionality
*
* @version 2.4.0
* @version 2.4.1
* @package wp_theme_lyquix
* @author Lyquix
* @copyright Copyright (C) 2015 - 2018 Lyquix
Expand Down
Loading

0 comments on commit bd8afed

Please sign in to comment.