Plugin Directory

Changeset 2546964


Ignore:
Timestamp:
06/13/2021 03:00:27 AM (5 years ago)
Author:
pugly
Message:

readme.txt

Location:
pugly-easy-reviews/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pugly-easy-reviews/trunk/pugly-reviews.php

    r2546844 r2546964  
    44 * Plugin URI:
    55 * Description: Easily showcase reviews on your site in an interactive panel!
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: Pugly Team
    88 * Author URI:
     
    4141function pugly_reviews_admin_enqueue()
    4242{
    43     global $pagenow;
    44  
    45     if ($pagenow == 'pugly-reviews.php') {
    46         return;
    47     }
    48    
    4943    wp_register_script( 'pugly-reviews-admin-color', plugin_dir_url( __FILE__ ) . '/js/jscolor.js', array(), 'null', true );
    5044    wp_enqueue_script( 'pugly-reviews-admin-color' );
  • pugly-easy-reviews/trunk/readme.txt

    r2546844 r2546964  
    33Requires at least: 4.9
    44Tested up to: 5.7
    5 Stable tag: 1.0.1
     5Stable tag: 1.0.2
    66Requires PHP: 5.2.4
    77License: GPLv2 or later
     
    2222== Changelog ==
    2323
     24= 1.0.2 =
     25* Minor bug fixes and updated color picker
     26
    2427= 1.0.1 =
    2528* Added color dropdown to easily change background and text color
     
    3235
    3336== Upgrade Notice ==
     37
     38= 1.0.2 =
     39Get a new and more user-friendly color picker
    3440 
    3541= 1.0.1 =
Note: See TracChangeset for help on using the changeset viewer.