Skip to content

Commit

Permalink
Bump version to 4.5 - step 2
Browse files Browse the repository at this point in the history
Rename files and update file paths.
  • Loading branch information
YahnisElsts committed Dec 30, 2018
1 parent d460807 commit d98d6bc
Show file tree
Hide file tree
Showing 33 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions plugin-update-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Released under the MIT license. See license.txt for details.
*/

require dirname(__FILE__) . '/Puc/v4p4/Factory.php';
require dirname(__FILE__) . '/Puc/v4p5/Factory.php';
require dirname(__FILE__) . '/Puc/v4/Factory.php';
require dirname(__FILE__) . '/Puc/v4p4/Autoloader.php';
require dirname(__FILE__) . '/Puc/v4p5/Autoloader.php';
new Puc_v4p5_Autoloader();

//Register classes defined in this file with the factory.
Expand Down

0 comments on commit d98d6bc

Please sign in to comment.