Skip to content

Commit 1ddf2fa

Browse files
authored
Merge pull request #173 from strangerstudios/v-3-1-compat
V 3 1 compat
2 parents 1557f0f + b9e7395 commit 1ddf2fa

File tree

13 files changed

+234
-522
lines changed

13 files changed

+234
-522
lines changed

font-awesome/css/all.min.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.37 KB
Binary file not shown.
700 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.
3.86 KB
Binary file not shown.
696 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Memberlite
66
*/
7-
define( 'MEMBERLITE_VERSION', '5.1.0' );
7+
define( 'MEMBERLITE_VERSION', '5.2' );
88

99
// get default values for options/etc
1010
require_once get_template_directory() . '/inc/defaults.php';
@@ -21,7 +21,7 @@ function memberlite_init_styles() {
2121
}
2222
wp_enqueue_style( 'memberlite_print_style', get_template_directory_uri() . '/css/print.css', array(), MEMBERLITE_VERSION, 'print' );
2323
wp_enqueue_script( 'memberlite-script', get_template_directory_uri() . '/js/memberlite.js', array( 'jquery' ), MEMBERLITE_VERSION, true );
24-
wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/font-awesome/css/all.min.css', array(), '6.4.2' );
24+
wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/font-awesome/css/all.min.css', array(), '6.6.0' );
2525

2626
// load dark.css for dark/inverted backgrounds
2727
$memberlite_darkcss = get_theme_mod( 'memberlite_darkcss', $memberlite_defaults['memberlite_darkcss'], false );

0 commit comments

Comments
 (0)