Skip to content

Commit

Permalink
Increase release
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Aug 5, 2023
1 parent b054707 commit bfa9264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 40 files
+7 −13 docs/API_docs/methods/index.md
+33 −62 docs/PHP/danog/MadelineProto/API.md
+3 −27 docs/PHP/danog/MadelineProto/AsyncTools.md
+7 −13 docs/PHP/danog/MadelineProto/BotApiFileId.md
+33 −62 docs/PHP/danog/MadelineProto/EventHandler.md
+0 −42 docs/PHP/danog/MadelineProto/EventHandler/CallbackQuery.md
+0 −86 docs/PHP/danog/MadelineProto/EventHandler/Filter/FilterButtonQueryData.md
+0 −87 docs/PHP/danog/MadelineProto/EventHandler/Filter/FilterFromSender.md
+2 −2 docs/PHP/danog/MadelineProto/EventHandler/Filter/FilterRegex.md
+0 −2 docs/PHP/danog/MadelineProto/EventHandler/Media/AbstractSticker.md
+0 −53 docs/PHP/danog/MadelineProto/EventHandler/Media/AnimatedSticker.md
+0 −2 docs/PHP/danog/MadelineProto/EventHandler/Media/CustomEmoji.md
+0 −2 docs/PHP/danog/MadelineProto/EventHandler/Media/MaskSticker.md
+0 −53 docs/PHP/danog/MadelineProto/EventHandler/Media/StaticSticker.md
+0 −2 docs/PHP/danog/MadelineProto/EventHandler/Media/Sticker.md
+0 −54 docs/PHP/danog/MadelineProto/EventHandler/Media/VideoSticker.md
+0 −102 docs/PHP/danog/MadelineProto/EventHandler/Message.md
+0 −102 docs/PHP/danog/MadelineProto/EventHandler/Message/ChannelMessage.md
+0 −102 docs/PHP/danog/MadelineProto/EventHandler/Message/GroupMessage.md
+0 −102 docs/PHP/danog/MadelineProto/EventHandler/Message/PrivateMessage.md
+0 −44 docs/PHP/danog/MadelineProto/EventHandler/Query/ButtonQuery.md
+0 −68 docs/PHP/danog/MadelineProto/EventHandler/Query/ChatButtonQuery.md
+0 −67 docs/PHP/danog/MadelineProto/EventHandler/Query/ChatGameQuery.md
+0 −43 docs/PHP/danog/MadelineProto/EventHandler/Query/GameQuery.md
+0 −65 docs/PHP/danog/MadelineProto/EventHandler/Query/InlineButtonQuery.md
+0 −64 docs/PHP/danog/MadelineProto/EventHandler/Query/InlineGameQuery.md
+0 −19 docs/PHP/danog/MadelineProto/EventHandler/SimpleFilter/FromAdminOrOutgoing.md
+1 −1 docs/PHP/danog/MadelineProto/FileCallback.md
+33 −62 docs/PHP/danog/MadelineProto/PluginEventHandler.md
+2 −2 docs/PHP/danog/MadelineProto/Settings/AppInfo.md
+1 −1 docs/PHP/danog/MadelineProto/Settings/Serialization.md
+33 −62 docs/PHP/danog/MadelineProto/SimpleEventHandler.md
+3 −27 docs/PHP/danog/MadelineProto/StrTools.md
+6 −30 docs/PHP/danog/MadelineProto/Tools.md
+3 −16 docs/PHP/index.md
+0 −56 docs/docs/FILES.md
+3 −10 docs/docs/FILTERS.md
+1 −1 docs/docs/LOGIN.md
+7 −16 docs/docs/UPDATES.md
+8 −11 docs/index.md
2 changes: 1 addition & 1 deletion tests/makephar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ k
rm -rf madeline.phar testing.madeline*

composer update
composer test
#composer test
#vendor/bin/phpunit tests/danog/MadelineProto/EntitiesTest.php

COMPOSER_TAG="$TAG"
Expand Down

0 comments on commit bfa9264

Please sign in to comment.