Commit Graph

  • 164aacf4c1 Bump version number to 4.1 Yahnis Elsts 2017-04-06 16:32:40 +0300
  • 28dc39ae58 Minor: Adjust code spacing Yahnis Elsts 2017-04-04 20:29:03 +0300
  • b4b0f15e53 Merge pull request #91 from RichardCoffee/master Yahnis Elsts 2017-04-04 20:26:10 +0300
  • 6cabab9179 Add plugin title to admin notice Laptop 3 2017-04-04 01:55:45 -0400
  • f812b2d3c0 Fix a rare error caused by a bug get_theme_root() Yahnis Elsts 2017-04-03 17:56:13 +0300
  • 5c963ff869 TODO: Work around a WP bug and multiple theme directories Yahnis Elsts 2017-03-30 13:52:18 +0300
  • e85abe6317 Merge pull request #89 from GoodMorningCall/add-japanese-language-file Yahnis Elsts 2017-02-26 12:59:44 +0200
  • 72e92f0b5a Add Japanese language tak 2017-02-26 15:08:21 +0900
  • 749f364e4d Enable Composer autoloading. Yahnis Elsts 2017-02-08 16:45:19 +0200
  • b1d2b98197 Send PHP version and WP locale as query parameters. Yahnis Elsts 2017-02-05 15:46:03 +0200
  • f2a2f80678 Minor: Bump version number Yahnis Elsts 2017-01-31 17:42:57 +0200
  • e4854cdb38 BitBucket fix: When looking for the latest tags, sort them by commit date in descending order. v4.0.3 Yahnis Elsts 2017-01-24 12:18:34 +0200
  • fbff383b7e Fix downloads from private GitHub repositories. Yahnis Elsts 2017-01-17 09:13:17 +0200
  • f171bdf42e Merge pull request #83 from LDAV/patch-1 Yahnis Elsts 2017-01-16 12:52:34 +0200
  • 495c29a02d Italian language LDAV 2017-01-16 10:54:47 +0100
  • a44a53da5e Italian translation LDAV 2017-01-15 12:28:16 +0100
  • 8a04b9679e Improve plugin detection. Related to #82. Yahnis Elsts 2017-01-14 12:39:24 +0200
  • 467000eb73 Fail immediately if PUC can't tell whether it's being used in a plugin or a theme. Yahnis Elsts 2017-01-14 11:28:30 +0200
  • fd62858e90 Fix "Cannot declare class Puc_v4_Autoloader". v4.0.2 Yahnis Elsts 2017-01-13 18:49:54 +0200
  • 1bf50ba942 Merge pull request #79 from YahnisElsts/version4 v4.0.1 Yahnis Elsts 2017-01-12 11:38:49 +0200
  • 0ed1785fb1 Merge pull request #78 from rvola/master Yahnis Elsts 2017-01-12 11:37:29 +0200
  • 385ecf8df4 Fix pre-WP 4.7 compatibility. version4 Yahnis Elsts 2017-01-12 11:36:35 +0200
  • e506d65915 Space in path not load language Nicolas GEHIN 2017-01-12 08:48:14 +0100
  • 0d5de0d4cc Fix zip error when installing update from a private BitBucket repository. Yahnis Elsts 2017-01-11 22:17:49 +0200
  • 5d60e87cb6 Fix version number parsing. Yahnis Elsts 2017-01-11 22:15:37 +0200
  • dd3b8a1b48 Merge pull request #77 from YahnisElsts/version4 v4.0 Yahnis Elsts 2017-01-11 15:00:40 +0200
  • e1be09dc44 Move blog post link down to the "resources" because it's outdated Yahnis Elsts 2017-01-11 11:19:20 +0200
  • 911d4cf7a0 Minor documentation updates Yahnis Elsts 2017-01-10 18:08:25 +0200
  • 6ba1aeb362 Minor: Move condition so that the fixDirectoryName filter never gets called if there's no valid directory name. Yahnis Elsts 2017-01-10 17:05:07 +0200
  • d71578067d Minor: Rename parameter to $collection because it accepts both arrays and objects theme-support Yahnis Elsts 2017-01-10 16:20:33 +0200
  • 4f1ec59f98 Remove unused property Yahnis Elsts 2017-01-10 16:20:01 +0200
  • 57df68d407 Extract state storage as a new class. Yahnis Elsts 2017-01-10 15:25:36 +0200
  • 844516d1f5 Treat null entries as non-existent. Add a startsWith() method. Yahnis Elsts 2017-01-10 13:13:01 +0200
  • aeeda3c330 Reduce code duplication by moving most similar code from requestUpdate and requestInfo into a new method: requestMetadata. Yahnis Elsts 2017-01-06 10:40:42 +0200
  • 1905ed84dd Add API client class name to the debug panel. Yahnis Elsts 2017-01-03 13:37:43 +0200
  • 1e709c6199 Add branch name and authentication state (on/off) to the Debug Bar panel. Yahnis Elsts 2017-01-03 13:22:38 +0200
  • 06eba37b27 Remove unused parameter. Move stable tag detection to a method. Make null-comparison explicit in the factory. Yahnis Elsts 2017-01-01 14:25:18 +0200
  • b74182cb47 Minor: Simplify maybeCheckForUpdates. Yahnis Elsts 2016-12-31 21:10:48 +0200
  • b1fce3c2f4 Minor: Update PHPDoc to show that $update can be null (i.e. no update available). Yahnis Elsts 2016-12-31 14:19:10 +0200
  • 13ca09ed1c Explicitly allow null input to Utils::get(). It just returns $default. Yahnis Elsts 2016-12-31 14:17:24 +0200
  • e9b377e999 Simplify VCS-based theme checker. Yahnis Elsts 2016-12-31 14:12:17 +0200
  • 870901b1f2 Let themes hosted on BitBucket use the "Stable tag" header to specify the latest version. Yahnis Elsts 2016-12-31 13:46:10 +0200
  • 0e67e4c588 Extract VCS service detection as a method Yahnis Elsts 2016-12-30 21:08:50 +0200
  • 36ef731e4f Remove redundant if condition. Yahnis Elsts 2016-12-30 19:44:00 +0200
  • 8e5bc8c321 Extract translation filter as a method. Yahnis Elsts 2016-12-30 19:29:28 +0200
  • fd78fc9250 Fix spacing of code examples Yahnis Elsts 2016-12-30 15:53:13 +0200
  • 635ca65604 Add table of contents and rename some headings Yahnis Elsts 2016-12-30 15:51:11 +0200
  • 592453cffb Update description and add JSON examples Yahnis Elsts 2016-12-30 13:28:13 +0200
  • 6e31d27187 Minor: Rename and comment. Yahnis Elsts 2016-12-28 22:12:32 +0200
  • 35a04faee6 Apparently BitBucket downloads only work over HTTPS. Yahnis Elsts 2016-12-28 18:17:11 +0200
  • 3004e10f75 Add a way to filter the HTTP options used when making GitHub/BitBucket API requests. Yahnis Elsts 2016-12-28 17:15:42 +0200
  • f41dc30d28 Minor fixes and some comments Yahnis Elsts 2016-12-28 16:09:28 +0200
  • cdf2d22243 Refactoring GitHub and BitBucket support. Yahnis Elsts 2016-12-27 18:03:06 +0200
  • cde890f5d4 Minor: Update comments. Yahnis Elsts 2016-12-24 16:03:58 +0200
  • f62a3d40fe Simplify tag sorting. Yahnis Elsts 2016-12-24 15:14:34 +0200
  • 365792edde Refactor BitBucket and GitHub checkers to be more similar. Yahnis Elsts 2016-12-24 15:04:25 +0200
  • f64c3170cc BitBucket support is now semi-usable. Yahnis Elsts 2016-12-22 19:10:05 +0200
  • 3692f5201e Fix autoloading of files in the "vendor" subdirectory. I was using the wrong directory path, oops. Yahnis Elsts 2016-12-22 18:49:51 +0200
  • 5b427b4e28 Minor: Fix typo in a comment. Yahnis Elsts 2016-12-22 16:05:15 +0200
  • 55077f4a03 WIP: BitBucket support. Not usable yet! Yahnis Elsts 2016-12-20 17:06:14 +0200
  • 16ab2457df Support themes hosted on GitHub. Yahnis Elsts 2016-12-19 19:26:34 +0200
  • f1e59b183c Rename DebugBar AJAX actions to prevent conflicts with previous versions. Yahnis Elsts 2016-12-19 19:05:06 +0200
  • 8c7b3f80d6 Improve upgrade-in-progress detection for themes. In WP 4.6, AJAX-based upgrades use a different skin that was previously not supported. Yahnis Elsts 2016-12-19 18:41:37 +0200
  • 0cd1c51c57 Autoload Parsedown and the readme parser. Refactor requestUpdate() filtering. Rename getFilterName to getUniqueName because it's used for more than just filter names. Added a couple of utility methods. Yahnis Elsts 2016-12-17 19:04:52 +0200
  • 3e11878ac8 DebugBar integration for themes. Change filter structure from puc_/tuc_* to puc_tag_[theme]-$slug. Not happy with that yet. Fix a bunch of minor bugs. Yahnis Elsts 2016-12-17 17:57:27 +0200
  • 2a176fc665 Move update injection and directory name fixes to the base UpdateChecker class. Yahnis Elsts 2016-12-16 17:53:15 +0200
  • f5ae142e63 Translation, localization. Fix a bunch of crashes. Yahnis Elsts 2016-12-14 21:13:51 +0200
  • 26c24167ab WIP: Theme updates. Yahnis Elsts 2016-12-14 11:18:58 +0200
  • 9effd33bfa WIP: Theme updates Yahnis Elsts 2016-12-12 16:26:41 +0200
  • 79c2439464 Start reorganizing directory structure to comply with PSR-0 (mostly). Yahnis Elsts 2016-12-08 16:56:24 +0200
  • 38dabff869 Bump version number to 3.2 v3.2 Yahnis Elsts 2016-12-08 12:22:54 +0200
  • 93c9d661d5 Trigger a fatal error if the plugin slug is in use. Yahnis Elsts 2016-11-16 12:35:52 +0200
  • 3ec4c0b56a Add a note recommending explicit slugs. Yahnis Elsts 2016-11-13 13:18:05 +0200
  • ed9d8be9e5 Add Persian translation. Props to @Pro-Style Yahnis Elsts 2016-10-29 12:17:41 +0300
  • 73852adb2d Fix parsing of "= version =" headers in readme.txt Yahnis Elsts 2016-09-14 19:42:09 +0300
  • ad3a7a9c2f Merge pull request #65 from rvola/master Yahnis Elsts 2016-08-07 13:22:15 +0300
  • ccdc247193 Correction Language FR Nicolas GEHIN 2016-08-04 21:09:48 +0200
  • 4e2ad11aee Minor: Fix line separators Yahnis Elsts 2016-07-28 11:08:49 +0300
  • 1b0d2b464b Merge pull request #63 from LastElb/master Yahnis Elsts 2016-06-30 19:04:21 +0300
  • 482a63456f Added german translation Igor Lückel 2016-06-29 21:46:16 +0200
  • bcade9eb51 Bump version number to 3.1 v3.1 Yahnis Elsts 2016-05-11 18:28:19 +0300
  • 653bf723fe Merge remote-tracking branch 'refs/remotes/origin/language-packs' Yahnis Elsts 2016-05-05 16:11:34 +0300
  • a9ce2de7cf Merge remote-tracking branch 'refs/remotes/origin/master' into language-packs language-packs Yahnis Elsts 2016-05-05 16:06:11 +0300
  • c6970fd883 Extract translation update filter as a method. Yahnis Elsts 2016-05-03 18:32:39 +0300
  • 531c4d8247 Fix crash when running 3.x together with 2.x or lower while Debug Bar is active. Yahnis Elsts 2016-04-26 17:02:46 +0300
  • 0cfe8deaad Minor: Add a @see reference to the WP API that clears the update cache. Yahnis Elsts 2016-04-19 15:42:38 +0300
  • 2c6bfc6309 Initial support for translation updates / language packs. Needs polishing and testing. Yahnis Elsts 2016-04-19 13:56:54 +0300
  • 026fb99eef Initialize the $sections property with a default value (empty array). Yahnis Elsts 2016-03-25 11:45:30 +0200
  • 8ec6aad7b9 Minor: whitespace Yahnis Elsts 2016-03-24 22:30:11 +0200
  • b973ad6452 Simplify a couple of conditions. Yahnis Elsts 2016-03-24 22:27:20 +0200
  • 7a1f6d90ab Minor: Fix inconsistent indentation. Yahnis Elsts 2016-03-24 21:46:07 +0200
  • de5b1d42a8 Minor: Fix incorrectly capitalized class name ("StdClass" -> "stdClass"). Yahnis Elsts 2016-03-24 21:37:50 +0200
  • 43a04cca8c Extract check period calculation as a method. Yahnis Elsts 2016-03-24 21:33:31 +0200
  • 71631d1306 Minor: Fix inconsistent whitespace. Yahnis Elsts 2016-03-15 13:56:45 +0200
  • 377e7b5030 Merge pull request #57 from lengthofrope/master Yahnis Elsts 2016-03-15 13:48:20 +0200
  • 0b4a9d16cf Add: Parsedown.php (1.6.0) Bas de Kort 2016-03-11 06:51:43 +0100
  • d91e930c7b Rename Parsedown.php to ParsedownLegacy.php Bas de Kort 2016-03-11 06:51:09 +0100
  • 6e5ebbd378 Minor: Fix some coding style issues. Yahnis Elsts 2016-03-08 19:47:39 +0200
  • 67fb7c0e6b WP 4.5 compat: Add `tested` to update fields. Yahnis Elsts 2016-03-08 19:41:47 +0200
  • 04176ffa38 Merge pull request #55 from rvola/master v3.0 Yahnis Elsts 2016-02-18 13:50:19 +0200