Changeset 178813
- Timestamp:
- 11/02/2022 06:04:06 PM (3 years ago)
- Location:
- fora/1.5.4
- Files:
- 4 edited
- 1 copied
- . (copied) (copied from fora/1.5.3)
- functions.php (modified) (1 diff)
- languages/fora.pot (modified) (1 diff)
- readme.txt (modified) (2 diffs)
- style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
fora/1.5.4/functions.php
r173542 r178813 159 159 wp_enqueue_style( 'fora-googlefonts', add_query_arg( $query_args, "//fonts.googleapis.com/css2" ), array(), null ); 160 160 } 161 wp_enqueue_style( 'fora-googlefonts', add_query_arg( $query_args, "//fonts.googleapis.com/css" ), array(), null );162 161 163 162 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
r173542 r178813 2 2 msgstr "" 3 3 "Project-Id-Version: Fora\n" 4 "POT-Creation-Date: 2022- 08-1018:35+0100\n"5 "PO-Revision-Date: 2022- 08-1018: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" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" fora/1.5.4/readme.txt
r173542 r178813 3 3 Tags: 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 4 4 Requires at least: 4.5 5 Tested up to: 6. 06 Stable tag: 1.5. 35 Tested up to: 6.1 6 Stable tag: 1.5.4 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later โฆ โฆ 38 38 == Changelog == 39 39 40 = Version 1.5.4 = 41 * Improved compatibility with WordPress 6.1 42 * Minor bug fixes 43 40 44 = Version 1.5.3 = 41 45 * Added an option to host Google Fonts locally fora/1.5.4/style.css
r173542 r178813 5 5 Author URI: https://crestaproject.com 6 6 Description: 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. 37 Version: 1.5.4 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 Text Domain: fora 11 11 Tags: 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. 012 Tested up to: 6.1 13 13 Requires PHP: 5.6 14 14 */
Note: See TracChangeset for help on using the changeset viewer.