mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogstream.git
synced 2025-08-26 16:40:55 +08:00
1.0.4
This commit is contained in:
parent
438ddfd114
commit
08d04f6f28
4 changed files with 10 additions and 7 deletions
|
@ -13,10 +13,10 @@ Kirki::add_config( 'blogstream', array(
|
|||
/* Add Links
|
||||
/* ------------------------------------ */
|
||||
Kirki::add_section( 'morelink', array(
|
||||
'title' => esc_html__( 'AlxMedia', 'blogstream' ),
|
||||
'title' => esc_html__( 'Get PRO', 'blogstream' ),
|
||||
'type' => 'link',
|
||||
'button_text' => esc_html__( 'View More Themes', 'blogstream' ),
|
||||
'button_url' => 'http://alx.media/themes/',
|
||||
'button_text' => esc_html__( 'Get Blogstream Pro', 'blogstream' ),
|
||||
'button_url' => 'https://alx.media/themes/blogstreampro/',
|
||||
'priority' => 13,
|
||||
) );
|
||||
Kirki::add_section( 'reviewlink', array(
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Blogstream\n"
|
||||
"POT-Creation-Date: 2021-08-31 12:40+0200\n"
|
||||
"POT-Creation-Date: 2022-04-15 16:17+0200\n"
|
||||
"PO-Revision-Date: 2018-09-21 21:27+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
@ -198,11 +198,11 @@ msgid "Current Page Parent"
|
|||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:16
|
||||
msgid "AlxMedia"
|
||||
msgid "Get PRO"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:18
|
||||
msgid "View More Themes"
|
||||
msgid "Get Blogstream Pro"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:23
|
||||
|
|
|
@ -81,6 +81,9 @@ Sidebar images
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.4 - 2022-04-15 =
|
||||
* Added "Get Blogstream Pro" link to customizer
|
||||
|
||||
= 1.0.3 - 2022-03-15 =
|
||||
* Updated to Kirki 4.0.22
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Blogstream
|
||||
Theme URI: http://alx.media/themes/blogstream/
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Requires at least: 5.0
|
||||
Requires PHP: 5.6
|
||||
Tested up to: 5.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue