Plugin Directory

Changeset 3086353


Ignore:
Timestamp:
05/14/2024 08:54:37 AM (22 months ago)
Author:
eroux
Message:

Fix activation bug

Location:
currently-reading/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • currently-reading/trunk/CurrentlyReading.php

    r3080905 r3086353  
    55    Description: Display a Currently Reading widget using the Google Books API
    66    Author: Eugéne Roux
    7     Version: 4.1.5
     7    Version: 4.1.6
    88    Author URI: https://damn.org.za/
    99 */
     
    258258//
    259259function register_reading_widget() {
    260     register_widget( 'DisplayBadges' );
     260    register_widget( 'CurrentlyReading' );
    261261}
    262262add_action( 'widgets_init', 'register_reading_widget' );
  • currently-reading/trunk/readme.txt

    r3081986 r3086353  
    9696== Changelog ==
    9797
     98= 4.1.6 =
     99
     100* "My apologies, your honour, my client is an idiot..."
     101
     102= 4.1.5 =
     103
     104* Updated for 6.5
     105
    98106= 4.0.8 =
    99107
Note: See TracChangeset for help on using the changeset viewer.