I found a way.
Bill Erickson has the plugin in Github at https://github.com/billerickson/Previous-and-Next-Post-in-Same-Taxonomy
I packaged and put in my Dropbox and I change the wp-content/themes/dante/includes/plugin-includes.php to force the source of the plugin instead the WordPress official repository, where it’s not there anymore.
array(
‘name’ => ‘Previous and Next Post in Same Taxonomy’,
‘slug’ => ‘previous-and-next-post-in-same-taxonomy’,
‘source’ => ‘https://dl.dropboxusercontent.com/s/coryvev2b3drfea/Previous-and-Next-Post-in-Same-Taxonomy.zip?dl=1&token_hash=AAGIN8bOuiEFC6FGUOBqGJTD
YUrZ_Pz-UhAdkWn6QLwWCw’,
‘required’ => false,
),
It worked for me 😉
P.S. I can not assure that URL to work since it’s my personal Dropbox. But you can download from Github, Zip and put online wherever you want