This commit is contained in:
Alexander Agnarson 2021-03-05 17:11:59 +01:00
parent eee1924e85
commit d31dae44f1
3 changed files with 32 additions and 14 deletions

View file

@ -46,7 +46,7 @@ class Nav {
* *
* @var string * @var string
*/ */
protected $handle_prefix = 'alexmedia-nav'; protected $handle_prefix = 'alxmedia-nav';
/** /**
* Init. * Init.

View file

@ -18,7 +18,7 @@ $updater = new EDD_Theme_Updater_Admin(
'remote_api_url' => 'https://alx.media', // Site where EDD is hosted 'remote_api_url' => 'https://alx.media', // Site where EDD is hosted
'item_name' => 'Split', // Name of theme 'item_name' => 'Split', // Name of theme
'theme_slug' => 'split', // Theme slug 'theme_slug' => 'split', // Theme slug
'version' => '1.4.1', // The current version of this theme 'version' => '1.4.2', // The current version of this theme
'author' => 'AlxMedia', // The author of this theme 'author' => 'AlxMedia', // The author of this theme
'download_id' => '', // Optional, used for generating a license renewal link 'download_id' => '', // Optional, used for generating a license renewal link
'renew_url' => '', // Optional, allows for a custom license renewal link 'renew_url' => '', // Optional, allows for a custom license renewal link

View file

@ -1,7 +1,7 @@
=== Split === === Split ===
Contributors: alxmedia Contributors: alxmedia
Requires at least: 5.0 Requires at least: 5.0
Tested up to: 5.5 Tested up to: 5.6
License: GPLv3 License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background Tags: blog, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background
@ -23,7 +23,7 @@ http://alx.media/documentation/
== Copyright == == Copyright ==
Split WordPress Theme, Copyright 2018 AlxMedia Split WordPress Theme, Copyright 2021 AlxMedia
Split is distributed under the terms of the GNU GPL Split is distributed under the terms of the GNU GPL
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -38,36 +38,54 @@ GNU General Public License for more details.
Split bundles the following third-party resources: Split bundles the following third-party resources:
Font Awesome, Copyright Dave Gandy Font Awesome
Copyright (c) Dave Gandy
License: SIL OFL 1.1 (Fonts); MIT (CSS) License: SIL OFL 1.1 (Fonts); MIT (CSS)
Source: http://fontawesome.com/ Source: https://fontawesome.com/
Titillium font, Copyright Accademia di Belle Arti di Urbino Titillium Font
License: SIL Open Font License, version 1.1. Copyright (c) Accademia di Belle Arti di Urbino
License: SIL OFL 1.1
Source: http://www.campivisivi.net/titillium/ Source: http://www.campivisivi.net/titillium/
Flexslider, Copyright WooThemes Flexslider
Copyright (c) WooThemes
License: GPLv2 or later License: GPLv2 or later
Source: http://flexslider.woothemes.com/ Source: http://flexslider.woothemes.com/
OwlCarousel, Copyright Bartosz Wojciechowski OwlCarousel
Copyright (c) Bartosz Wojciechowski
License: MIT License: MIT
Source: http://www.owlgraphic.com/owlcarousel/ Source: http://www.owlgraphic.com/owlcarousel/
FitVids, Copyright Chris Coyier FitVids
Copyright (c) Chris Coyier
License: WTFPL License: WTFPL
Source: http://fitvidsjs.com/ Source: http://fitvidsjs.com/
Kirki, Copyright Aristeides Stathopoulos Kirki
Copyright (c) David Vongries
License: MIT License: MIT
Source: https://github.com/aristath/kirki Source: https://kirki.org/
Screenshot images Screenshot images
License: CC0 1.0 Universal (CC0 1.0) License: CC0 1.0 Universal (CC0 1.0)
Source: http://pixabay.com/ Source: https://stocksnap.io
== Changelog == == Changelog ==
= 1.4.2 - 2021-03-05 =
* Fixed: mobile menu tabbing will enter in the menu even when it's closed
* Fixed: trap focus in search popup
* Fixed: prefix for custom menu names and classes
* Fixed: readme format to declare license information
* Fixed: make sure that the pingback_url is conditional since pings can be turned off
* Fixed: added no minified font awesome css
* Increased menu dropdown width
* Added option to disable custom navigation in child themes
* Updated language files
* Updated to Font Awesome Free 5.15.2
= 1.4.1 - 2020-08-28 = = 1.4.1 - 2020-08-28 =
* Improved a11y * Improved a11y
* Added new menu * Added new menu