Skip to content
WordPress.org
News
Download & Extend
Get WordPress
Themes
Patterns
Plugins
Mobile
Hosting
Openverse ↗︎
Learn
Learn WordPress
Documentation
Forums
Developers
WordPress.tv ↗︎
Community
Make WordPress
Photo Directory
Five for the Future
WordCamp ↗︎
Meetups ↗︎
Job Board ↗︎
About
About WordPress
Showcase
Enterprise
Gutenberg ↗︎
WordPress Swag Store ↗︎
Get WordPress
Search Trac
Get WordPress
Plugin Directory
Search:
Login
Timeline
View Tickets
Browse Source
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 2683700
Timestamp:
02/23/2022 12:02:24 PM (
3 years
ago)
Author:
themastercut
Message:
Version: 2.8.14.
Location:
revision-manager-tmc/trunk
Files:
3 deleted
89 edited
assets/js/AdminPageOptions/components/LicenseManager
(deleted)
assets/js/AdminPageOptions/components/Tabs/assets
(deleted)
assets/js/AdminPageOptions/dist/revision-manager-tmc.umd.min.js
(modified)
(
view diffs
)
assets/js/AdminPageOptions/dist/revision-manager-tmc.umd.min.js.map
(modified)
(
view diffs
)
readme.txt
(modified)
(
view diffs
)
revision-manager-tmc.php
(modified)
(
view diffs
)
vendor/autoload.php
(modified)
(
view diffs
)
vendor/composer/ClassLoader.php
(modified)
(
view diffs
)
vendor/composer/InstalledVersions.php
(modified)
(
view diffs
)
vendor/composer/autoload_real.php
(modified)
(
view diffs
)
vendor/composer/autoload_static.php
(modified)
(
view diffs
)
vendor/composer/installed.json
(modified)
(
view diffs
)
vendor/tmc/shellpress/.gitignore
(modified)
(
view diffs
)
vendor/tmc/shellpress/.gitmodules
(modified)
(
view diffs
)
vendor/tmc/shellpress/PluginDemo.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/README.md
(modified)
(
view diffs
)
vendor/tmc/shellpress/ShellPress.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/assets/css/AdminPageFramework/SPAdminPageFramework.css
(modified)
(
view diffs
)
vendor/tmc/shellpress/assets/css/AdminPageFramework/SPAdminPageFramework.css.map
(modified)
(
view diffs
)
vendor/tmc/shellpress/assets/css/AdminPageFramework/SPAdminPageFramework.scss
(modified)
(
view diffs
)
vendor/tmc/shellpress/assets/css/AdminPageFramework/_admin_page.scss
(modified)
(
view diffs
)
vendor/tmc/shellpress/assets/css/AdminPageFramework/_fields.scss
(modified)
(
view diffs
)
vendor/tmc/shellpress/assets/css/AdminPageFramework/_flat_colors.scss
(modified)
(
view diffs
)
vendor/tmc/shellpress/assets/css/AdminPageFramework/_section_grid.scss
(modified)
(
view diffs
)
vendor/tmc/shellpress/composer.json
(modified)
(
view diffs
)
vendor/tmc/shellpress/composer.lock
(modified)
(
view diffs
)
vendor/tmc/shellpress/demo/src/Components/FileUploaderExample.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/EasyDigitalDownloads
(deleted)
vendor/tmc/shellpress/lib/KLogger/KLogger.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Autoloader.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Cache.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Cache/AbstractCache.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Cache/FilesystemCache.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Cache/NoopCache.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Compiler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Context.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Engine.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Exception.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Exception/InvalidArgumentException.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Exception/LogicException.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Exception/RuntimeException.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Exception/SyntaxException.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Exception/UnknownFilterException.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Exception/UnknownHelperException.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Exception/UnknownTemplateException.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/HelperCollection.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/LambdaHelper.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Loader.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Loader/ArrayLoader.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Loader/CascadingLoader.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Loader/FilesystemLoader.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Loader/InlineLoader.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Loader/MutableLoader.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Loader/ProductionFilesystemLoader.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Loader/StringLoader.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Logger.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Logger/AbstractLogger.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Logger/StreamLogger.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Parser.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Source.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Source/FilesystemSource.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Template.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Mustache/Tokenizer.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Psr/Log/AbstractLogger.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Psr/Log/InvalidArgumentException.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Psr/Log/LogLevel.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Psr/Log/LoggerAwareInterface.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Psr/Log/LoggerAwareTrait.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Psr/Log/LoggerInterface.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Psr/Log/LoggerTrait.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Psr/Log/NullLogger.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/lib/Psr4Autoloader/Psr4AutoloaderClass.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Components/External/AutoloadingHandler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Components/External/EventHandler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Components/External/LogHandler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Components/External/MessagesHandler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Components/External/MustacheHandler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Components/External/OptionsHandler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Components/External/UpdateHandler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Components/External/UtilityHandler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Components/Internal/DebugHandler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Components/Internal/ExtractorHandler.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Shared/AdminPageFramework/AdminPage.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Shared/AdminPageFramework/AdminPageTab.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Shared/Components/IComponent.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Shared/Components/IComponentCustomUpdater.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Shared/Components/IComponentLicenseManagerSLM.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Shared/Front/Models/HtmlElement.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Shared/StorageModels/IPostModel.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Shared/StorageModels/ITermModel.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Shared/Utility/RequirementChecker.php
(modified)
(
view diffs
)
vendor/tmc/shellpress/src/Shell.php
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (7.4 MB) exceeds
4.0 MB
Note:
See
TracChangeset
for help on using the changeset viewer.
Trac UI Preferences
Download in other formats:
Unified Diff
Zip Archive