Plugin Directory

Changeset 1412145


Ignore:
Timestamp:
05/07/2016 08:31:34 AM (10 years ago)
Author:
techxplorer
Message:

Release version 1.2.1

Location:
techxplorers-anime-list/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • techxplorers-anime-list/trunk/README.txt

    r1403601 r1412145  
    8282== Changelog ==
    8383
     84= 1.2.1 =
     85* Fix a typo in the path to the Genericons stylesheet for the admin page
     86
     87= 1.2.0 =
     88* Add the ability to sort titles alphabetically
     89
    8490= 1.1.0 =
    8591
  • techxplorers-anime-list/trunk/admin/class-txp-anime-list-admin.php

    r1403599 r1412145  
    8989
    9090        // Include the gericons CSS.
    91         wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/genericons/gernicons.css', array(), $this->version, 'all' );
     91        wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/genericons/genericons.css', array(), $this->version, 'all' );
    9292
    9393    }
Note: See TracChangeset for help on using the changeset viewer.