Make WordPress Themes

Changeset 178813


Ignore:
Timestamp:
11/02/2022 06:04:06 PM (3 years ago)
Author:
themedropbox
Message:

New version of Fora - 1.5.4

Location:
fora/1.5.4
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fora/1.5.4/functions.php

    r173542r178813 
    159159        wp_enqueue_style( 'fora-googlefonts', add_query_arg( $query_args, "//fonts.googleapis.com/css2" ), array(), null );
    160160    }
    161     wp_enqueue_style( 'fora-googlefonts', add_query_arg( $query_args, "//fonts.googleapis.com/css" ), array(), null );
    162161
    163162    wp_enqueue_script( 'fora-custom', get_template_directory_uri() . '/js/jquery.fora.min.js', array('jquery'), wp_get_theme()->get('Version'), true );
  • fora/1.5.4/languages/fora.pot

    r173542r178813 
    22msgstr ""
    33"Project-Id-Version: Fora\n"
    4 "POT-Creation-Date: 2022-08-10 18:35+0100\n"
    5 "PO-Revision-Date: 2022-08-10 18:35+0100\n"
     4"POT-Creation-Date: 2022-11-02 18:35+0100\n"
     5"PO-Revision-Date: 2022-11-02 18:35+0100\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
  • fora/1.5.4/readme.txt

    r173542r178813 
    33Tags: two-columns, right-sidebar, custom-colors, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, e-commerce
    44Requires at least: 4.5
    5 Tested up to: 6.0
    6 Stable tag: 1.5.3
     5Tested up to: 6.1
     6Stable tag: 1.5.4
    77Requires PHP: 5.6
    88License: GPLv2 or later
    โ€ฆโ€ฆ 
    3838== Changelog ==
    3939
     40= Version 1.5.4 =
     41* Improved compatibility with WordPress 6.1
     42* Minor bug fixes
     43
    4044= Version 1.5.3 =
    4145* Added an option to host Google Fonts locally
  • fora/1.5.4/style.css

    r173542r178813 
    55Author URI: https://crestaproject.com
    66Description: Fora is a fully responsive, clean and fresh WordPress theme ideal for a personal blog or an e-commerce. Through the customizer you can change colors, choose the social buttons, set the slider blogs and other features. Compatible with Gutenberg. Live demo here https://crestaproject.com/demo/fora/
    7 Version: 1.5.3
     7Version: 1.5.4
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010Text Domain: fora
    1111Tags: two-columns, right-sidebar, custom-colors, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, e-commerce
    12 Tested up to: 6.0
     12Tested up to: 6.1
    1313Requires PHP: 5.6
    1414*/
Note: See TracChangeset for help on using the changeset viewer.