Guest User

Untitled

a guest
Jan 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ## MPS 0.0.7 (2011-1-9)
  2.  
  3. * **minpubsub.php**
  4. * Fixed issues with unsubscribe
  5. * PHP doesn't support `||` for variables, used inline `if` statement.
  6. * Don't trust `$sub` to change self::$cache
  7. * Changed $callback to $call on local variable
  8. * Since we would do the check for callback to handle or handle[1], put as variable and check once.
  9.  
  10. * **index.php**
  11. * Update to reflect changes and handle exception error.
  12.  
  13. ### MPS 0.0.6 (2011-1-9)
  14.  
  15. * Added **index.php** for examples.
  16. * Added a new Exception for min::publish
  17.  
  18. ### MPS 0.0.5 (2011-1-9)
  19.  
  20. * Final public / private fixes.
  21. * Fixed $cache, cannot use $this, must use self::
  22.  
  23. ### MPS 0.0.4 (2011-1-9)
  24.  
  25. * Additions.
  26.  
  27. ### MPS 0.0.3 (2011-1-9)
  28.  
  29. * Attempt to fix $cache issues.
  30.  
  31. ### MPS 0.0.2 (2011-1-9)
  32.  
  33. * Fixing public / private
  34.  
  35. ### MPS 0.0.1 (2011-1-9)
  36.  
  37. * Initial Release
Add Comment
Please, Sign In to add comment