This commit is contained in:
Alexander Agnarson 2020-08-10 19:15:30 +02:00
parent b1f61f3db3
commit decc19ac53
3 changed files with 6 additions and 3 deletions

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' => 'Featureon', // Name of theme 'item_name' => 'Featureon', // Name of theme
'theme_slug' => 'featureon', // Theme slug 'theme_slug' => 'featureon', // Theme slug
'version' => '2.3.9', // The current version of this theme 'version' => '2.4.0', // 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

@ -2,7 +2,7 @@
Contributors: alxmedia Contributors: alxmedia
Requires at least: 5.0 Requires at least: 5.0
Tested up to: 5.5 Tested up to: 5.5
Version: 2.3.9 Version: 2.4.0
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
@ -69,6 +69,9 @@ Source: http://pixabay.com/
== Changelog == == Changelog ==
= 2.4.0 - 2020-08-11 =
* Updated to Kirki 3.1.5
= 2.3.9 - 2020-07-12 = = 2.3.9 - 2020-07-12 =
* Updated to Kirki 3.1.4 * Updated to Kirki 3.1.4
* Removed Social Count Plus as recommended plugin * Removed Social Count Plus as recommended plugin

View file

@ -1,7 +1,7 @@
/* /*
Theme Name: Featureon Theme Name: Featureon
Theme URI: http://alx.media/themes/featureon/ Theme URI: http://alx.media/themes/featureon/
Version: 2.3.9 Version: 2.4.0
Requires at least: 5.0 Requires at least: 5.0
Requires PHP: 5.6 Requires PHP: 5.6
Tested up to: 5.5 Tested up to: 5.5