Changeset 2346395
- Timestamp:
- 07/25/2020 09:08:09 AM (6 years ago)
- Location:
- wubtitle
- Files:
-
- 204 added
- 1 copied
-
tags/0.2.2 (copied) (copied from wubtitle/trunk)
-
tags/0.2.2/.aspell.en.pws (added)
-
tags/0.2.2/.eslintrc.json (added)
-
tags/0.2.2/.gitattributes (added)
-
tags/0.2.2/.github (added)
-
tags/0.2.2/.github/ISSUE_TEMPLATE (added)
-
tags/0.2.2/.github/ISSUE_TEMPLATE/bug_report.md (added)
-
tags/0.2.2/.github/ISSUE_TEMPLATE/config.yml (added)
-
tags/0.2.2/.github/ISSUE_TEMPLATE/request-a-feature.md (added)
-
tags/0.2.2/.github/PULL_REQUEST_TEMPLATE.md (added)
-
tags/0.2.2/.github/workflows (added)
-
tags/0.2.2/.github/workflows/deploy.yml (added)
-
tags/0.2.2/.github/workflows/githubversion.yml (added)
-
tags/0.2.2/.stylelintrc.json (added)
-
tags/0.2.2/LICENSE (added)
-
tags/0.2.2/assets (added)
-
tags/0.2.2/assets/css (added)
-
tags/0.2.2/assets/css/columnStyle.css (added)
-
tags/0.2.2/assets/css/mediaStyle.css (added)
-
tags/0.2.2/assets/css/payment_template.css (added)
-
tags/0.2.2/assets/css/settingsStyle.css (added)
-
tags/0.2.2/assets/css/stripeStyle.css (added)
-
tags/0.2.2/assets/css/subtitles.css (added)
-
tags/0.2.2/assets/css/transBlockStyle.css (added)
-
tags/0.2.2/assets/editor (added)
-
tags/0.2.2/assets/editor/transcriptionModalScript.js (added)
-
tags/0.2.2/assets/img (added)
-
tags/0.2.2/assets/img/arrowdown.svg (added)
-
tags/0.2.2/assets/img/arrowup.svg (added)
-
tags/0.2.2/assets/img/bannerhigh.jpg (added)
-
tags/0.2.2/assets/img/bannerlow.jpg (added)
-
tags/0.2.2/assets/img/fire.svg (added)
-
tags/0.2.2/assets/img/icon128.jpg (added)
-
tags/0.2.2/assets/img/icon256.jpg (added)
-
tags/0.2.2/assets/img/info-white-18dp.svg (added)
-
tags/0.2.2/assets/img/logo.svg (added)
-
tags/0.2.2/assets/img/rocket.svg (added)
-
tags/0.2.2/assets/img/smile.svg (added)
-
tags/0.2.2/assets/payment (added)
-
tags/0.2.2/assets/payment/change_plan_script.js (added)
-
tags/0.2.2/assets/payment/payment_template.js (added)
-
tags/0.2.2/assets/payment/settings_script.js (added)
-
tags/0.2.2/build (added)
-
tags/0.2.2/build/index.asset.php (added)
-
tags/0.2.2/build/index.js (added)
-
tags/0.2.2/build_form (added)
-
tags/0.2.2/build_form/europeanCountries.json (added)
-
tags/0.2.2/build_form/index.asset.php (added)
-
tags/0.2.2/build_form/index.js (added)
-
tags/0.2.2/includes (added)
-
tags/0.2.2/includes/Api (added)
-
tags/0.2.2/includes/Api/ApiAuthUpgradePlan.php (added)
-
tags/0.2.2/includes/Api/ApiCancelSubscription.php (added)
-
tags/0.2.2/includes/Api/ApiGetTranscript.php (added)
-
tags/0.2.2/includes/Api/ApiLicenseValidation.php (added)
-
tags/0.2.2/includes/Api/ApiPricingPlan.php (added)
-
tags/0.2.2/includes/Api/ApiRequest.php (added)
-
tags/0.2.2/includes/Api/ApiStoreSubtitle.php (added)
-
tags/0.2.2/includes/Core (added)
-
tags/0.2.2/includes/Core/Activation.php (added)
-
tags/0.2.2/includes/Core/Cron.php (added)
-
tags/0.2.2/includes/Core/CustomPostTypes (added)
-
tags/0.2.2/includes/Core/CustomPostTypes/Transcript.php (added)
-
tags/0.2.2/includes/Core/Shortcode.php (added)
-
tags/0.2.2/includes/Core/Sources (added)
-
tags/0.2.2/includes/Core/Sources/YouTube.php (added)
-
tags/0.2.2/includes/Core/Subtitle.php (added)
-
tags/0.2.2/includes/Core/Updater.php (added)
-
tags/0.2.2/includes/Core/VideoSource.php (added)
-
tags/0.2.2/includes/Dashboard (added)
-
tags/0.2.2/includes/Dashboard/CancelPage.php (added)
-
tags/0.2.2/includes/Dashboard/PaymentTemplate.php (added)
-
tags/0.2.2/includes/Dashboard/Settings.php (added)
-
tags/0.2.2/includes/Dashboard/Templates (added)
-
tags/0.2.2/includes/Dashboard/Templates/cancel_template.php (added)
-
tags/0.2.2/includes/Dashboard/Templates/custom_form.php (added)
-
tags/0.2.2/includes/Dashboard/Templates/downgrade_plan_template.php (added)
-
tags/0.2.2/includes/Dashboard/Templates/payment_template.php (added)
-
tags/0.2.2/includes/Dashboard/Templates/plans_array.php (added)
-
tags/0.2.2/includes/Dashboard/Templates/update_template.php (added)
-
tags/0.2.2/includes/Dashboard/Templates/upgrade_plan_template.php (added)
-
tags/0.2.2/includes/Gutenberg (added)
-
tags/0.2.2/includes/Gutenberg/TranscriptionBlock.php (added)
-
tags/0.2.2/includes/Gutenberg/VideoBlock.php (added)
-
tags/0.2.2/includes/Helpers.php (added)
-
tags/0.2.2/includes/Loader.php (added)
-
tags/0.2.2/includes/MediaLibrary (added)
-
tags/0.2.2/includes/MediaLibrary/ListingSubtitles.php (added)
-
tags/0.2.2/includes/MediaLibrary/MediaLibraryExtented.php (added)
-
tags/0.2.2/includes/MediaLibrary/TrascriptionsExtends.php (added)
-
tags/0.2.2/includes/Utils (added)
-
tags/0.2.2/includes/Utils/InvoiceHelper.php (added)
-
tags/0.2.2/languages (added)
-
tags/0.2.2/languages/wubtitle-it_IT-add_subtitle_button-script.json (added)
-
tags/0.2.2/languages/wubtitle-it_IT-transcription_modal_script.json (added)
-
tags/0.2.2/languages/wubtitle-it_IT-wubtitle_stripe_form.json (added)
-
tags/0.2.2/languages/wubtitle-it_IT.mo (added)
-
tags/0.2.2/languages/wubtitle-it_IT.po (added)
-
tags/0.2.2/languages/wubtitle.pot (added)
-
tags/0.2.2/phpmd.xml (added)
-
tags/0.2.2/phpstan.neon.dist (added)
-
tags/0.2.2/readme.txt (added)
-
tags/0.2.2/wubtitle.php (added)
-
trunk/.aspell.en.pws (added)
-
trunk/.eslintrc.json (added)
-
trunk/.gitattributes (added)
-
trunk/.github (added)
-
trunk/.github/ISSUE_TEMPLATE (added)
-
trunk/.github/ISSUE_TEMPLATE/bug_report.md (added)
-
trunk/.github/ISSUE_TEMPLATE/config.yml (added)
-
trunk/.github/ISSUE_TEMPLATE/request-a-feature.md (added)
-
trunk/.github/PULL_REQUEST_TEMPLATE.md (added)
-
trunk/.github/workflows (added)
-
trunk/.github/workflows/deploy.yml (added)
-
trunk/.github/workflows/githubversion.yml (added)
-
trunk/.stylelintrc.json (added)
-
trunk/LICENSE (added)
-
trunk/assets (added)
-
trunk/assets/css (added)
-
trunk/assets/css/columnStyle.css (added)
-
trunk/assets/css/mediaStyle.css (added)
-
trunk/assets/css/payment_template.css (added)
-
trunk/assets/css/settingsStyle.css (added)
-
trunk/assets/css/stripeStyle.css (added)
-
trunk/assets/css/subtitles.css (added)
-
trunk/assets/css/transBlockStyle.css (added)
-
trunk/assets/editor (added)
-
trunk/assets/editor/transcriptionModalScript.js (added)
-
trunk/assets/img (added)
-
trunk/assets/img/arrowdown.svg (added)
-
trunk/assets/img/arrowup.svg (added)
-
trunk/assets/img/bannerhigh.jpg (added)
-
trunk/assets/img/bannerlow.jpg (added)
-
trunk/assets/img/fire.svg (added)
-
trunk/assets/img/icon128.jpg (added)
-
trunk/assets/img/icon256.jpg (added)
-
trunk/assets/img/info-white-18dp.svg (added)
-
trunk/assets/img/logo.svg (added)
-
trunk/assets/img/rocket.svg (added)
-
trunk/assets/img/smile.svg (added)
-
trunk/assets/payment (added)
-
trunk/assets/payment/change_plan_script.js (added)
-
trunk/assets/payment/payment_template.js (added)
-
trunk/assets/payment/settings_script.js (added)
-
trunk/build (added)
-
trunk/build/index.asset.php (added)
-
trunk/build/index.js (added)
-
trunk/build_form (added)
-
trunk/build_form/europeanCountries.json (added)
-
trunk/build_form/index.asset.php (added)
-
trunk/build_form/index.js (added)
-
trunk/includes (added)
-
trunk/includes/Api (added)
-
trunk/includes/Api/ApiAuthUpgradePlan.php (added)
-
trunk/includes/Api/ApiCancelSubscription.php (added)
-
trunk/includes/Api/ApiGetTranscript.php (added)
-
trunk/includes/Api/ApiLicenseValidation.php (added)
-
trunk/includes/Api/ApiPricingPlan.php (added)
-
trunk/includes/Api/ApiRequest.php (added)
-
trunk/includes/Api/ApiStoreSubtitle.php (added)
-
trunk/includes/Core (added)
-
trunk/includes/Core/Activation.php (added)
-
trunk/includes/Core/Cron.php (added)
-
trunk/includes/Core/CustomPostTypes (added)
-
trunk/includes/Core/CustomPostTypes/Transcript.php (added)
-
trunk/includes/Core/Shortcode.php (added)
-
trunk/includes/Core/Sources (added)
-
trunk/includes/Core/Sources/YouTube.php (added)
-
trunk/includes/Core/Subtitle.php (added)
-
trunk/includes/Core/Updater.php (added)
-
trunk/includes/Core/VideoSource.php (added)
-
trunk/includes/Dashboard (added)
-
trunk/includes/Dashboard/CancelPage.php (added)
-
trunk/includes/Dashboard/PaymentTemplate.php (added)
-
trunk/includes/Dashboard/Settings.php (added)
-
trunk/includes/Dashboard/Templates (added)
-
trunk/includes/Dashboard/Templates/cancel_template.php (added)
-
trunk/includes/Dashboard/Templates/custom_form.php (added)
-
trunk/includes/Dashboard/Templates/downgrade_plan_template.php (added)
-
trunk/includes/Dashboard/Templates/payment_template.php (added)
-
trunk/includes/Dashboard/Templates/plans_array.php (added)
-
trunk/includes/Dashboard/Templates/update_template.php (added)
-
trunk/includes/Dashboard/Templates/upgrade_plan_template.php (added)
-
trunk/includes/Gutenberg (added)
-
trunk/includes/Gutenberg/TranscriptionBlock.php (added)
-
trunk/includes/Gutenberg/VideoBlock.php (added)
-
trunk/includes/Helpers.php (added)
-
trunk/includes/Loader.php (added)
-
trunk/includes/MediaLibrary (added)
-
trunk/includes/MediaLibrary/ListingSubtitles.php (added)
-
trunk/includes/MediaLibrary/MediaLibraryExtented.php (added)
-
trunk/includes/MediaLibrary/TrascriptionsExtends.php (added)
-
trunk/includes/Utils (added)
-
trunk/includes/Utils/InvoiceHelper.php (added)
-
trunk/languages (added)
-
trunk/languages/wubtitle-it_IT-add_subtitle_button-script.json (added)
-
trunk/languages/wubtitle-it_IT-transcription_modal_script.json (added)
-
trunk/languages/wubtitle-it_IT-wubtitle_stripe_form.json (added)
-
trunk/languages/wubtitle-it_IT.mo (added)
-
trunk/languages/wubtitle-it_IT.po (added)
-
trunk/languages/wubtitle.pot (added)
-
trunk/phpmd.xml (added)
-
trunk/phpstan.neon.dist (added)
-
trunk/readme.txt (added)
-
trunk/wubtitle.php (added)
Note: See TracChangeset
for help on using the changeset viewer.