Plugin Directory

Changeset 2664780


Ignore:
Timestamp:
01/25/2022 05:15:12 PM (4 years ago)
Author:
mattlitzinger
Message:

Updated support for WordPress 5.9 release

Location:
recommend
Files:
15 added
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • recommend/trunk/README.txt

    r2593404 r2664780  
    44Donate link: https://paypal.me/mattlitzinger
    55Requires at least: 4.7
    6 Tested up to: 5.8
     6Tested up to: 5.9
    77Requires PHP: 7.0
    88Stable tag: 0.6.1
     
    4343
    4444== Changelog ==
    45 Fixed issue w/ disabled admin field
     45
     46= 0.6.2 =
     47*Release Date: January 25rd, 2022*
     48
     49* Updated to support WordPress 5.9 release
    4650
    4751= 0.6.1 =
  • recommend/trunk/recommend.php

    r2542127 r2664780  
    33    Plugin Name: Recommend
    44    Description: Recommend allows you to add a like user action to your content. Unlike social sharing or commenting, the like action is simple and intuitive. The like count can then be used to return more relevant search results or a collection of most liked posts.
    5     Version: 0.6.1
     5    Version: 0.6.2
    66    Author: Matt Litzinger
    7     Author URI: http://mlitzinger.com
     7    Author URI: http://litzdigital.com
    88    License: GPL2
    99    */
     
    3535        $options = get_option('wp_recommend_settings');
    3636        if($options['remove_css'] != 1){
    37             wp_register_style('wp-recommend-css', plugin_dir_url(__FILE__) . 'assets/css/wp-recommend.css');
     37            wp_register_style('wp-recommend-css', plugin_dir_url(__FILE__) . 'assets/css/recommend.css');
    3838            wp_enqueue_style('wp-recommend-css');
    3939        }
Note: See TracChangeset for help on using the changeset viewer.