Changeset 2039488
- Timestamp:
- 02/26/2019 08:20:04 AM (7 years ago)
- Location:
- smartframe
- Files:
-
- 582 added
- 1 edited
-
smartframe (added)
-
smartframe/.gitignore (added)
-
smartframe/LICENSE.txt (added)
-
smartframe/admin (added)
-
smartframe/admin/img (added)
-
smartframe/admin/img/logo_transparentbackground_white.png (added)
-
smartframe/admin/img/wp_icon.png (added)
-
smartframe/admin/img/wp_icon@2x.png (added)
-
smartframe/admin/index.php (added)
-
smartframe/admin/partials (added)
-
smartframe/admin/partials/css (added)
-
smartframe/admin/partials/css/admin.css (added)
-
smartframe/admin/partials/footer.php (added)
-
smartframe/admin/partials/form (added)
-
smartframe/admin/partials/form/standard-wordpress-template-edit-attachment.php (added)
-
smartframe/admin/partials/inputs (added)
-
smartframe/admin/partials/inputs/apiKey.php (added)
-
smartframe/admin/partials/inputs/image-input.php (added)
-
smartframe/admin/partials/inputs/smartframe-frame.php (added)
-
smartframe/admin/partials/js (added)
-
smartframe/admin/partials/js/pixelrights-smartframe-admin.js (added)
-
smartframe/admin/partials/notifications (added)
-
smartframe/admin/partials/notifications/activate-api-key.php (added)
-
smartframe/admin/partials/parts (added)
-
smartframe/admin/partials/parts/header.php (added)
-
smartframe/admin/partials/settings (added)
-
smartframe/admin/partials/settings/dashboard.php (added)
-
smartframe/admin/partials/settings/properties-partial.php (added)
-
smartframe/admin/partials/settings/proporties.php (added)
-
smartframe/admin/partials/settings/themes.php (added)
-
smartframe/admin/partials/settings/tutorial.php (added)
-
smartframe/admin/views (added)
-
smartframe/admin/views/media-library (added)
-
smartframe/admin/views/media-library/image-details-settings-section.php (added)
-
smartframe/composer.json (added)
-
smartframe/composer.lock (added)
-
smartframe/index.php (added)
-
smartframe/public (added)
-
smartframe/public/css (added)
-
smartframe/public/css/pixelrights-smartframe-public.css (added)
-
smartframe/public/index.php (added)
-
smartframe/public/js (added)
-
smartframe/public/js/pixelrights-smartframe-public.js (added)
-
smartframe/public/partials (added)
-
smartframe/public/partials/inputs (added)
-
smartframe/public/partials/inputs/image-input.php (added)
-
smartframe/public/partials/pixelrights-smartframe-public-display.php (added)
-
smartframe/react (added)
-
smartframe/react/.editorconfig (added)
-
smartframe/react/.eslintignore (added)
-
smartframe/react/.eslintrc.json (added)
-
smartframe/react/.gitignore (added)
-
smartframe/react/README.md (added)
-
smartframe/react/dist (added)
-
smartframe/react/dist/blocks.build.js (added)
-
smartframe/react/dist/blocks.build.js.map (added)
-
smartframe/react/dist/blocks.editor.build.css (added)
-
smartframe/react/dist/blocks.editor.build.css.map (added)
-
smartframe/react/dist/blocks.style.build.css (added)
-
smartframe/react/dist/blocks.style.build.css.map (added)
-
smartframe/react/package-lock.json (added)
-
smartframe/react/package.json (added)
-
smartframe/react/src (added)
-
smartframe/react/src/block (added)
-
smartframe/react/src/block/block.js (added)
-
smartframe/react/src/block/editor.scss (added)
-
smartframe/react/src/block/style.scss (added)
-
smartframe/react/src/blocks.js (added)
-
smartframe/react/src/common.scss (added)
-
smartframe/react/src/guttenBerg (added)
-
smartframe/react/src/guttenBerg/CustomMediaUpload.js (added)
-
smartframe/react/src/init.php (added)
-
smartframe/readme.txt (added)
-
smartframe/smartframe.php (added)
-
smartframe/uninstall.php (added)
-
smartframe/vendor (added)
-
smartframe/vendor/autoload.php (added)
-
smartframe/vendor/composer (added)
-
smartframe/vendor/composer/ClassLoader.php (added)
-
smartframe/vendor/composer/LICENSE (added)
-
smartframe/vendor/composer/autoload_classmap.php (added)
-
smartframe/vendor/composer/autoload_files.php (added)
-
smartframe/vendor/composer/autoload_namespaces.php (added)
-
smartframe/vendor/composer/autoload_psr4.php (added)
-
smartframe/vendor/composer/autoload_real.php (added)
-
smartframe/vendor/composer/autoload_static.php (added)
-
smartframe/vendor/composer/installed.json (added)
-
smartframe/vendor/guzzlehttp (added)
-
smartframe/vendor/guzzlehttp/guzzle (added)
-
smartframe/vendor/guzzlehttp/guzzle/CHANGELOG.md (added)
-
smartframe/vendor/guzzlehttp/guzzle/LICENSE (added)
-
smartframe/vendor/guzzlehttp/guzzle/README.md (added)
-
smartframe/vendor/guzzlehttp/guzzle/UPGRADING.md (added)
-
smartframe/vendor/guzzlehttp/guzzle/composer.json (added)
-
smartframe/vendor/guzzlehttp/guzzle/src (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Client.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/ClientInterface.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Cookie (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Exception (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Handler (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/HandlerStack.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/MessageFormatter.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Middleware.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/Pool.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/RequestOptions.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/TransferStats.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/UriTemplate.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/functions.php (added)
-
smartframe/vendor/guzzlehttp/guzzle/src/functions_include.php (added)
-
smartframe/vendor/guzzlehttp/promises (added)
-
smartframe/vendor/guzzlehttp/promises/CHANGELOG.md (added)
-
smartframe/vendor/guzzlehttp/promises/LICENSE (added)
-
smartframe/vendor/guzzlehttp/promises/Makefile (added)
-
smartframe/vendor/guzzlehttp/promises/README.md (added)
-
smartframe/vendor/guzzlehttp/promises/composer.json (added)
-
smartframe/vendor/guzzlehttp/promises/src (added)
-
smartframe/vendor/guzzlehttp/promises/src/AggregateException.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/CancellationException.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/Coroutine.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/EachPromise.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/FulfilledPromise.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/Promise.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/PromiseInterface.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/PromisorInterface.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/RejectedPromise.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/RejectionException.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/TaskQueue.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/TaskQueueInterface.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/functions.php (added)
-
smartframe/vendor/guzzlehttp/promises/src/functions_include.php (added)
-
smartframe/vendor/guzzlehttp/psr7 (added)
-
smartframe/vendor/guzzlehttp/psr7/CHANGELOG.md (added)
-
smartframe/vendor/guzzlehttp/psr7/LICENSE (added)
-
smartframe/vendor/guzzlehttp/psr7/README.md (added)
-
smartframe/vendor/guzzlehttp/psr7/composer.json (added)
-
smartframe/vendor/guzzlehttp/psr7/src (added)
-
smartframe/vendor/guzzlehttp/psr7/src/AppendStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/BufferStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/CachingStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/DroppingStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/FnStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/InflateStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/LazyOpenStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/LimitStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/MessageTrait.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/MultipartStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/NoSeekStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/PumpStream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/Request.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/Response.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/ServerRequest.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/Stream.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/StreamWrapper.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/UploadedFile.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/Uri.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/UriNormalizer.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/UriResolver.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/functions.php (added)
-
smartframe/vendor/guzzlehttp/psr7/src/functions_include.php (added)
-
smartframe/vendor/psr (added)
-
smartframe/vendor/psr/http-message (added)
-
smartframe/vendor/psr/http-message/CHANGELOG.md (added)
-
smartframe/vendor/psr/http-message/LICENSE (added)
-
smartframe/vendor/psr/http-message/README.md (added)
-
smartframe/vendor/psr/http-message/composer.json (added)
-
smartframe/vendor/psr/http-message/src (added)
-
smartframe/vendor/psr/http-message/src/MessageInterface.php (added)
-
smartframe/vendor/psr/http-message/src/RequestInterface.php (added)
-
smartframe/vendor/psr/http-message/src/ResponseInterface.php (added)
-
smartframe/vendor/psr/http-message/src/ServerRequestInterface.php (added)
-
smartframe/vendor/psr/http-message/src/StreamInterface.php (added)
-
smartframe/vendor/psr/http-message/src/UploadedFileInterface.php (added)
-
smartframe/vendor/psr/http-message/src/UriInterface.php (added)
-
smartframe/vendor/smartframe (added)
-
smartframe/vendor/smartframe/smartlib (added)
-
smartframe/vendor/smartframe/smartlib/composer.json (added)
-
smartframe/vendor/smartframe/smartlib/composer.lock (added)
-
smartframe/vendor/smartframe/smartlib/src (added)
-
smartframe/vendor/smartframe/smartlib/src/Api (added)
-
smartframe/vendor/smartframe/smartlib/src/Api/LazyLoadingSmartFrameApi.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Api/SmartFrameApi.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Api/SmartFrameApiFactory.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Api/SmartFrameApiInterface.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Api/SmartFrameOptionProvider.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Api/SmartFrameOptionProviderFactory.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App (added)
-
smartframe/vendor/smartframe/smartlib/src/App/MediaLibrary (added)
-
smartframe/vendor/smartframe/smartlib/src/App/MediaLibrary/MediaLibraryManager.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/MenuHandlers (added)
-
smartframe/vendor/smartframe/smartlib/src/App/MenuHandlers/DashboardMenuHandler.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/MenuHandlers/PropertiesMenuHandler.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/MenuHandlers/ThemeMenuHandler.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/MenuHandlers/TutorialMenuHandler.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/MenuManager (added)
-
smartframe/vendor/smartframe/smartlib/src/App/MenuManager/SmartFrameAdminMenuManager.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Model (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Model/Payment.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Model/ProfileModel.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Model/ProfileModelFactory.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Providers (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Providers/SmartFrameImageProvider.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Sections (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Sections/Admin (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Sections/Admin/AdminSectionManager.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Sections/Publicc (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Sections/Publicc/PublicSectionManager.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings/Handlers (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings/Handlers/PropertiesSettingsHandler.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings/Handlers/ThemeSettingsHandler.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/Ajax (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/Ajax/AttachmentsDetailsLoadSmartframePreview.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/Ajax/MediaLibraryFieldsLoader.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/Ajax/ThemeProviderAjax.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/EditAttachmentManager.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/MediaLibraryFields.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/SmartFramePlugin.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Theme (added)
-
smartframe/vendor/smartframe/smartlib/src/App/Theme/ThemeProvider.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/ViewHelpers (added)
-
smartframe/vendor/smartframe/smartlib/src/App/ViewHelpers/InputRenderer.php (added)
-
smartframe/vendor/smartframe/smartlib/src/App/config.plugin.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Config (added)
-
smartframe/vendor/smartframe/smartlib/src/Config/Config.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Converters (added)
-
smartframe/vendor/smartframe/smartlib/src/Converters/ByteSizeConverter.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Converters/StringBoolean.php (added)
-
smartframe/vendor/smartframe/smartlib/src/DependencyInjection (added)
-
smartframe/vendor/smartframe/smartlib/src/Exception (added)
-
smartframe/vendor/smartframe/smartlib/src/Exception/EnoughtPrivilagesException.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Helpers.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Interfaces (added)
-
smartframe/vendor/smartframe/smartlib/src/Interfaces/ActionHandlerInterface.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Interfaces/LoaderInterface.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Listener (added)
-
smartframe/vendor/smartframe/smartlib/src/Listener/Listener.php (added)
-
smartframe/vendor/smartframe/smartlib/src/MetaBox (added)
-
smartframe/vendor/smartframe/smartlib/src/MetaBox/SimpleMetaBox.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Model (added)
-
smartframe/vendor/smartframe/smartlib/src/Model/PostTable.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Model/TermsTable.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Plugin (added)
-
smartframe/vendor/smartframe/smartlib/src/Plugin/PluginInterface.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Plugin/PluginLoader.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Plugin/PluginManager.php (added)
-
smartframe/vendor/smartframe/smartlib/src/View (added)
-
smartframe/vendor/smartframe/smartlib/src/View/FormFieldsRenderer.php (added)
-
smartframe/vendor/smartframe/smartlib/src/View/ViewRenderFactory.php (added)
-
smartframe/vendor/smartframe/smartlib/src/View/ViewRendererClass.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Widget (added)
-
smartframe/vendor/smartframe/smartlib/src/Widget/AbstractWidget.php (added)
-
smartframe/vendor/smartframe/smartlib/src/Widget/Interfaces (added)
-
smartframe/vendor/smartframe/smartlib/src/Widget/Interfaces/WidgetInterface.php (added)
-
smartframe/vendor/smartframe/smartlib/vendor (added)
-
smartframe/vendor/smartframe/smartlib/vendor/autoload.php (added)
-
smartframe/vendor/smartframe/smartlib/vendor/composer (added)
-
smartframe/vendor/smartframe/smartlib/vendor/composer/ClassLoader.php (added)
-
smartframe/vendor/smartframe/smartlib/vendor/composer/LICENSE (added)
-
smartframe/vendor/smartframe/smartlib/vendor/composer/autoload_classmap.php (added)
-
smartframe/vendor/smartframe/smartlib/vendor/composer/autoload_namespaces.php (added)
-
smartframe/vendor/smartframe/smartlib/vendor/composer/autoload_psr4.php (added)
-
smartframe/vendor/smartframe/smartlib/vendor/composer/autoload_real.php (added)
-
smartframe/vendor/smartframe/smartlib/vendor/composer/autoload_static.php (added)
-
smartframe/vendor/smartframe/smartlib/vendor/composer/installed.json (added)
-
tags/1.2.0 (added)
-
tags/1.2.0/.gitignore (added)
-
tags/1.2.0/LICENSE.txt (added)
-
tags/1.2.0/admin (added)
-
tags/1.2.0/admin/img (added)
-
tags/1.2.0/admin/img/logo_transparentbackground_white.png (added)
-
tags/1.2.0/admin/img/wp_icon.png (added)
-
tags/1.2.0/admin/img/wp_icon@2x.png (added)
-
tags/1.2.0/admin/index.php (added)
-
tags/1.2.0/admin/partials (added)
-
tags/1.2.0/admin/partials/css (added)
-
tags/1.2.0/admin/partials/css/admin.css (added)
-
tags/1.2.0/admin/partials/footer.php (added)
-
tags/1.2.0/admin/partials/form (added)
-
tags/1.2.0/admin/partials/form/standard-wordpress-template-edit-attachment.php (added)
-
tags/1.2.0/admin/partials/inputs (added)
-
tags/1.2.0/admin/partials/inputs/apiKey.php (added)
-
tags/1.2.0/admin/partials/inputs/image-input.php (added)
-
tags/1.2.0/admin/partials/inputs/smartframe-frame.php (added)
-
tags/1.2.0/admin/partials/js (added)
-
tags/1.2.0/admin/partials/js/pixelrights-smartframe-admin.js (added)
-
tags/1.2.0/admin/partials/notifications (added)
-
tags/1.2.0/admin/partials/notifications/activate-api-key.php (added)
-
tags/1.2.0/admin/partials/parts (added)
-
tags/1.2.0/admin/partials/parts/header.php (added)
-
tags/1.2.0/admin/partials/settings (added)
-
tags/1.2.0/admin/partials/settings/dashboard.php (added)
-
tags/1.2.0/admin/partials/settings/properties-partial.php (added)
-
tags/1.2.0/admin/partials/settings/proporties.php (added)
-
tags/1.2.0/admin/partials/settings/themes.php (added)
-
tags/1.2.0/admin/partials/settings/tutorial.php (added)
-
tags/1.2.0/admin/views (added)
-
tags/1.2.0/admin/views/media-library (added)
-
tags/1.2.0/admin/views/media-library/image-details-settings-section.php (added)
-
tags/1.2.0/composer.json (added)
-
tags/1.2.0/composer.lock (added)
-
tags/1.2.0/index.php (added)
-
tags/1.2.0/public (added)
-
tags/1.2.0/public/css (added)
-
tags/1.2.0/public/css/pixelrights-smartframe-public.css (added)
-
tags/1.2.0/public/index.php (added)
-
tags/1.2.0/public/js (added)
-
tags/1.2.0/public/js/pixelrights-smartframe-public.js (added)
-
tags/1.2.0/public/partials (added)
-
tags/1.2.0/public/partials/inputs (added)
-
tags/1.2.0/public/partials/inputs/image-input.php (added)
-
tags/1.2.0/public/partials/pixelrights-smartframe-public-display.php (added)
-
tags/1.2.0/react (added)
-
tags/1.2.0/react/.editorconfig (added)
-
tags/1.2.0/react/.eslintignore (added)
-
tags/1.2.0/react/.eslintrc.json (added)
-
tags/1.2.0/react/.gitignore (added)
-
tags/1.2.0/react/README.md (added)
-
tags/1.2.0/react/dist (added)
-
tags/1.2.0/react/dist/blocks.build.js (added)
-
tags/1.2.0/react/dist/blocks.build.js.map (added)
-
tags/1.2.0/react/dist/blocks.editor.build.css (added)
-
tags/1.2.0/react/dist/blocks.editor.build.css.map (added)
-
tags/1.2.0/react/dist/blocks.style.build.css (added)
-
tags/1.2.0/react/dist/blocks.style.build.css.map (added)
-
tags/1.2.0/react/package-lock.json (added)
-
tags/1.2.0/react/package.json (added)
-
tags/1.2.0/react/src (added)
-
tags/1.2.0/react/src/block (added)
-
tags/1.2.0/react/src/block/block.js (added)
-
tags/1.2.0/react/src/block/editor.scss (added)
-
tags/1.2.0/react/src/block/style.scss (added)
-
tags/1.2.0/react/src/blocks.js (added)
-
tags/1.2.0/react/src/common.scss (added)
-
tags/1.2.0/react/src/guttenBerg (added)
-
tags/1.2.0/react/src/guttenBerg/CustomMediaUpload.js (added)
-
tags/1.2.0/react/src/init.php (added)
-
tags/1.2.0/readme.txt (added)
-
tags/1.2.0/smartframe.php (added)
-
tags/1.2.0/uninstall.php (added)
-
tags/1.2.0/vendor (added)
-
tags/1.2.0/vendor/autoload.php (added)
-
tags/1.2.0/vendor/composer (added)
-
tags/1.2.0/vendor/composer/ClassLoader.php (added)
-
tags/1.2.0/vendor/composer/LICENSE (added)
-
tags/1.2.0/vendor/composer/autoload_classmap.php (added)
-
tags/1.2.0/vendor/composer/autoload_files.php (added)
-
tags/1.2.0/vendor/composer/autoload_namespaces.php (added)
-
tags/1.2.0/vendor/composer/autoload_psr4.php (added)
-
tags/1.2.0/vendor/composer/autoload_real.php (added)
-
tags/1.2.0/vendor/composer/autoload_static.php (added)
-
tags/1.2.0/vendor/composer/installed.json (added)
-
tags/1.2.0/vendor/guzzlehttp (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/CHANGELOG.md (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/LICENSE (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/README.md (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/UPGRADING.md (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/composer.json (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Client.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/ClientInterface.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Cookie (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Exception (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Handler (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/HandlerStack.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/MessageFormatter.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Middleware.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/Pool.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/RequestOptions.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/TransferStats.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/UriTemplate.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/functions.php (added)
-
tags/1.2.0/vendor/guzzlehttp/guzzle/src/functions_include.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/CHANGELOG.md (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/LICENSE (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/Makefile (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/README.md (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/composer.json (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/AggregateException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/CancellationException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/Coroutine.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/EachPromise.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/FulfilledPromise.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/Promise.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/PromiseInterface.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/PromisorInterface.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/RejectedPromise.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/RejectionException.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/TaskQueue.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/TaskQueueInterface.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/functions.php (added)
-
tags/1.2.0/vendor/guzzlehttp/promises/src/functions_include.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7 (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/CHANGELOG.md (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/LICENSE (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/README.md (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/composer.json (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/AppendStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/BufferStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/CachingStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/DroppingStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/FnStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/InflateStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/LazyOpenStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/LimitStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/MessageTrait.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/MultipartStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/NoSeekStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/PumpStream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/Request.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/Response.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/ServerRequest.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/Stream.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/StreamWrapper.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/UploadedFile.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/Uri.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/UriNormalizer.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/UriResolver.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/functions.php (added)
-
tags/1.2.0/vendor/guzzlehttp/psr7/src/functions_include.php (added)
-
tags/1.2.0/vendor/psr (added)
-
tags/1.2.0/vendor/psr/http-message (added)
-
tags/1.2.0/vendor/psr/http-message/CHANGELOG.md (added)
-
tags/1.2.0/vendor/psr/http-message/LICENSE (added)
-
tags/1.2.0/vendor/psr/http-message/README.md (added)
-
tags/1.2.0/vendor/psr/http-message/composer.json (added)
-
tags/1.2.0/vendor/psr/http-message/src (added)
-
tags/1.2.0/vendor/psr/http-message/src/MessageInterface.php (added)
-
tags/1.2.0/vendor/psr/http-message/src/RequestInterface.php (added)
-
tags/1.2.0/vendor/psr/http-message/src/ResponseInterface.php (added)
-
tags/1.2.0/vendor/psr/http-message/src/ServerRequestInterface.php (added)
-
tags/1.2.0/vendor/psr/http-message/src/StreamInterface.php (added)
-
tags/1.2.0/vendor/psr/http-message/src/UploadedFileInterface.php (added)
-
tags/1.2.0/vendor/psr/http-message/src/UriInterface.php (added)
-
tags/1.2.0/vendor/smartframe (added)
-
tags/1.2.0/vendor/smartframe/smartlib (added)
-
tags/1.2.0/vendor/smartframe/smartlib/composer.json (added)
-
tags/1.2.0/vendor/smartframe/smartlib/composer.lock (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Api (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Api/LazyLoadingSmartFrameApi.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Api/SmartFrameApi.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Api/SmartFrameApiFactory.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Api/SmartFrameApiInterface.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Api/SmartFrameOptionProvider.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Api/SmartFrameOptionProviderFactory.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/MediaLibrary (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/MediaLibrary/MediaLibraryManager.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/MenuHandlers (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/MenuHandlers/DashboardMenuHandler.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/MenuHandlers/PropertiesMenuHandler.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/MenuHandlers/ThemeMenuHandler.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/MenuHandlers/TutorialMenuHandler.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/MenuManager (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/MenuManager/SmartFrameAdminMenuManager.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Model (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Model/Payment.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Model/ProfileModel.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Model/ProfileModelFactory.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Providers (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Providers/SmartFrameImageProvider.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Sections (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Sections/Admin (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Sections/Admin/AdminSectionManager.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Sections/Publicc (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Sections/Publicc/PublicSectionManager.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings/Handlers (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings/Handlers/PropertiesSettingsHandler.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings/Handlers/ThemeSettingsHandler.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/Ajax (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/Ajax/AttachmentsDetailsLoadSmartframePreview.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/Ajax/MediaLibraryFieldsLoader.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/Ajax/ThemeProviderAjax.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/EditAttachmentManager.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Settings/MetaBoxes/MediaLibraryFields.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/SmartFramePlugin.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Theme (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/Theme/ThemeProvider.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/ViewHelpers (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/ViewHelpers/InputRenderer.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/App/config.plugin.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Config (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Config/Config.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Converters (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Converters/ByteSizeConverter.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Converters/StringBoolean.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/DependencyInjection (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Exception (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Exception/EnoughtPrivilagesException.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Helpers.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Interfaces (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Interfaces/ActionHandlerInterface.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Interfaces/LoaderInterface.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Listener (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Listener/Listener.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/MetaBox (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/MetaBox/SimpleMetaBox.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Model (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Model/PostTable.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Model/TermsTable.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Plugin (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Plugin/PluginInterface.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Plugin/PluginLoader.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Plugin/PluginManager.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/View (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/View/FormFieldsRenderer.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/View/ViewRenderFactory.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/View/ViewRendererClass.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Widget (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Widget/AbstractWidget.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Widget/Interfaces (added)
-
tags/1.2.0/vendor/smartframe/smartlib/src/Widget/Interfaces/WidgetInterface.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor/autoload.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor/composer (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor/composer/ClassLoader.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor/composer/LICENSE (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor/composer/autoload_classmap.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor/composer/autoload_namespaces.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor/composer/autoload_psr4.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor/composer/autoload_real.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor/composer/autoload_static.php (added)
-
tags/1.2.0/vendor/smartframe/smartlib/vendor/composer/installed.json (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smartframe/trunk/readme.txt
r2037196 r2039488 1 === SmartFrame Image Suite - Security, Compression, Sharing Buttons, Deep Zoom & more (beta)===1 === SmartFrame Image Suite - Security, Compression, Sharing Buttons, Deep Zoom & more === 2 2 Contributors: SmartFrame 3 3 Tags: compress image, share buttons, image zoom, content protection, photo, no right click 4 4 Requires at least: 4.1 5 Stable tag: 1. 1.06 Tested up to: 5. 05 Stable tag: 1.2.0 6 Tested up to: 5.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 67 67 ### SmartFrame Cloud ### 68 68 69 SmartFrame plugin uses fast and reliable im saage distribution cloud. It allows images to be encrypted and displayed quickly and securely in any geographical location. The cloud is a custom implementation of Amazon Web Services and features autoscaling, load balancing, frequent backup, 24/7 monitoring and 99.9% availability and is home to many large international businesses.69 SmartFrame plugin uses fast and reliable image distribution cloud. It allows images to be encrypted and displayed quickly and securely in any geographical location. The cloud is a custom implementation of Amazon Web Services and features autoscaling, load balancing, frequent backup, 24/7 monitoring and 99.9% availability and is home to many large international businesses. 70 70 71 71 It requires a simple registration which is FREE for up to 2GB of images which can be upgraded to Pro or Enterprise plans for more demanding users. Registration also gives you access to SmartFrame control panel which offers lots of unique image tools. Read more about features [here](https://smartframe.io/features/). … … 149 149 == Changelog == 150 150 151 = 1.2 = 152 * SmartFrame plugin is now compatible with WordPress 5.1 153 * Improved circular progress bar 154 151 155 = 1.1 = 152 156 * SmartFrame plugin is now compatible with WordPress 5.0
Note: See TracChangeset
for help on using the changeset viewer.