Make WordPress Themes

Changeset 299516


Ignore:
Timestamp:
11/21/2025 02:03:34 AM (3 days ago)
Author:
themedropbox
Message:

New version of Life Coach - 1.1.2

Location:
life-coach/1.1.2
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • life-coach/1.1.2/functions.php

    r171204 r299516  
    1313    */
    1414    load_child_theme_textdomain( 'life-coach', get_stylesheet_directory() . '/languages' );
     15
     16    // Add support for padding control
     17    add_theme_support( 'custom-spacing' );
     18
     19    // Add support for border
     20    add_theme_support( 'border' );
     21
     22    // Add support for link color
     23    add_theme_support( 'link-color' );
     24
     25    // Add support for custom line height
     26    add_theme_support( 'custom-line-height' );
    1527
    1628}
  • life-coach/1.1.2/languages/life-coach.pot

    r171204 r299516  
    1 # <!=Copyright (C) 2022 Blossom Themes
     1# <!=Copyright (C) 2025 Blossom Themes
    22# This file is distributed under the GNU General Public License v3 or later.=!>
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Life Coach 1.1.1\n"
     5"Project-Id-Version: Life Coach 1.1.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/life-coach\n"
    7 "POT-Creation-Date: 2022-07-07 05:54:09+00:00\n"
     7"POT-Creation-Date: 2025-11-17 04:23:55+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
     11"PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
    1212"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1313"Language-Team: LANGUAGE <LL@li.org>\n"
     
    2323"X-Poedit-Bookmarks: \n"
    2424"X-Textdomain-Support: yes\n"
    25 "X-Generator: grunt-wp-i18n 1.0.3\n"
     25"X-Generator: grunt-wp-i18n 1.0.4\n"
    2626
    27 #: functions.php:51
     27#: functions.php:63
    2828msgid "Demo & Documentation"
    2929msgstr ""
    3030
    31 #: functions.php:64
     31#: functions.php:76
    3232msgid "Demo Link: %1$sClick here.%2$s"
    3333msgstr ""
    3434
    35 #: functions.php:66
     35#: functions.php:78
    3636msgid "Documentation Link: %1$sClick here.%2$s"
    3737msgstr ""
    3838
    39 #: functions.php:95
     39#: functions.php:107
    4040msgid "Site Title Font"
    4141msgstr ""
    4242
    43 #: functions.php:96
     43#: functions.php:108
    4444msgid "Site title and tagline font."
    4545msgstr ""
    4646
    47 #: functions.php:118
     47#: functions.php:130
    4848msgid "Site Title Font Size"
    4949msgstr ""
    5050
    51 #: functions.php:119
     51#: functions.php:131
    5252msgid "Change the font size of your site title."
    5353msgstr ""
    5454
    55 #: functions.php:134
     55#: functions.php:146
    5656msgid "Typography"
    5757msgstr ""
    5858
    59 #: functions.php:154
     59#: functions.php:166
    6060msgid "Primary Font"
    6161msgstr ""
    6262
    63 #: functions.php:155
     63#: functions.php:167
    6464msgid "Primary font of the site."
    6565msgstr ""
    6666
    67 #: functions.php:176
     67#: functions.php:188
    6868msgid "Secondary Font"
    6969msgstr ""
    7070
    71 #: functions.php:177
     71#: functions.php:189
    7272msgid "Secondary font of the site."
    7373msgstr ""
    7474
    75 #: functions.php:198
     75#: functions.php:210
    7676msgid "Load Google Fonts Locally"
    7777msgstr ""
    7878
    79 #: functions.php:199
     79#: functions.php:211
    8080msgid ""
    8181"Enable to load google fonts from your own server instead from google's CDN. "
     
    8484msgstr ""
    8585
    86 #: functions.php:218
     86#: functions.php:230
    8787msgid "Preload Local Fonts"
    8888msgstr ""
    8989
    90 #: functions.php:219
     90#: functions.php:231
    9191msgid "Preloading Google fonts will speed up your website speed."
    9292msgstr ""
    9393
    94 #: functions.php:227
     94#: functions.php:239
    9595msgid "Click the button to reset the local fonts cache"
    9696msgstr ""
    9797
    98 #: functions.php:229
     98#: functions.php:241
    9999msgid "Flush Local Font Files"
    100100msgstr ""
    101101
    102 #: functions.php:243
     102#: functions.php:255
    103103msgid "Flush Local Fonts Cache"
    104104msgstr ""
    105105
    106 #: functions.php:450
     106#: functions.php:462
    107107msgid " Life Coach | Developed By "
    108108msgstr ""
     
    112112msgstr ""
    113113
    114 #: functions.php:452
     114#: functions.php:464
    115115msgid " Powered by %s"
    116116msgstr ""
    117117
    118 #: functions.php:452
     118#: functions.php:464
    119119msgid "https://wordpress.org/"
    120120msgstr ""
     
    152152msgstr ""
    153153
    154 #: functions.php:305
     154#: functions.php:317
    155155#. Translators: If there are characters in your language that are not supported
    156156#. by respective fonts, translate this to 'off'. Do not translate into your own
     
    160160msgstr ""
    161161
    162 #: functions.php:306
     162#: functions.php:318
    163163msgctxt "Secondary Font: on or off"
    164164msgid "on"
    165165msgstr ""
    166166
    167 #: functions.php:307
     167#: functions.php:319
    168168msgctxt "Site Title Font: on or off"
    169169msgid "on"
  • life-coach/1.1.2/readme.txt

    r171204 r299516  
    33Contributors: blossomthemes
    44Requires at least: 4.7
    5 Tested up to: 6.0
    6 Stable tag: 1.1.1
    7 Requires PHP: 5.6
     5Tested up to: 6.8
     6Stable tag: 1.1.2
     7Requires PHP: 7.4
    88License: GNU General Public License v3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4545
    4646== Changelog ==
    47    
     47    1.1.2 - November 17, 2025
     48        * Added: New theme support for gutenberg block editor.
     49        * Update: Updated WordPress Version to 6.8.
     50
    4851    1.1.1 - July 07, 2022
    4952        * Added: feature to load google font locally
  • life-coach/1.1.2/style.css

    r171204 r299516  
    1010License: GNU General Public License v3 or later
    1111License URI: http://www.gnu.org/licenses/gpl-3.0.html
    12 Tested up to: 6.0
    13 Requires PHP: 5.6
    14 Version: 1.1.1
     12Tested up to: 6.8
     13Requires PHP: 7.4
     14Version: 1.1.2
    1515*/
    1616
Note: See TracChangeset for help on using the changeset viewer.