Did you look at the official tutorial or documentation? It's all there. We now have sf::Image and sf::Texture and you need to understand when to use which one. Plus function names are different, as you can look up in the documentation.
As for a resource manager, you could also look at the Thor library.