Changeset 3325769
- Timestamp:
- 07/10/2025 02:27:19 PM (9 months ago)
- Location:
- thron
- Files:
-
- 6 edited
-
assets/banner-1544x500-rtl.png (modified) (previous)
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250-rtl.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/thron.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thron/trunk/README.txt
r3324915 r3325769 1 1 === THRON === 2 Contributors: thronspa, websolutedev, palazzinacreativa2 Contributors: thronspa, palazzinacreativa, websolutedev 3 3 Tags: DAM 4 Stable tag: 1.4. 34 Stable tag: 1.4.4 5 5 Requires at least: 5.9 6 6 Tested up to: 6.8.1 … … 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 THRON is a cloud solution used by leading companies to maximize efficiency and reduce costs related to digital content management.11 THRON is the Italian AI-SaaS that centralizes product and content operations in a unified platform, cutting costs and saving time. 12 12 13 == Description==13 == THRON Connector for WordPress == 14 14 15 THRON Connector for Wordpress allows you to publish and update the contents of your website quickly, intuitively and automatically. Editors have access to a library of up-to-date and approved content, directly within the CMS, without the need to create copies.15 Seamlessly connect your THRON Platform to WordPress and accelerate your publishing workflow. The THRON Connector enables editors to manage and deliver content directly from within the CMS—with no copies, no duplications, and always up-to-date. 16 16 17 Content can be embedded using THRON Universal Player or the Gutenberg editor.17 Access your centralized Digital Asset Library of approved assets and publish them instantly using either THRON Universal Player or Gutenberg blocks. 18 18 19 The connector supports THRON DELIVERY and all its features: from Universal Player to our Real-Time Image Editor, you can publish your content in a centralized and direct way, without duplications and always at maximum performance.19 Now fully compatible with ACF and supporting the latest Delivery APIs. 20 20 21 21 = Features = 22 22 23 - Supports images, videos, audio files and any other type of content24 - Automatic update: every time you edit a content in THRON, your site is automatically updated, with no need of manual updating activities25 - Optimize images for the web: with the Real-Time Image Editor, you can optimize images during publication without creating new copies.26 - Manage the automatic cropping of images directly from the connector, choosing between different cropping modes: Automatic, Centered, Product and Manual 27 - Independently adjust image parameters such as quality, brightness, contrast, sharpness and color saturation, directly from the plug-in and with no need of post-production. 28 - Maximum performance: guarantee the best performance for your users wherever they are thanks to our Universal Player and its features. The player dynamically adapts the quality of the content according to the user's conditions, supports lazy loading and automatically optimizes the reproduced content for SEO purposes.29 - 100% comp liant with the Gutenberg editor.23 - Supports any content type: images, videos, audio files, documents, and more 24 - Real-time updates: every change made in THRON is immediately reflected on your website, without manual interventions 25 - Web-optimized images: use THRON AI MediaBoost to adapt content on the fly without duplicating assets 26 - Advanced cropping options directly in the plugin: Automatic, Centered, Product, or Manual modes 27 - Fine-tune image parameters like quality, brightness, contrast, sharpness, and saturation—no post-production required 28 - Performance-first architecture: THRON Universal Player ensures lightning-fast loading and SEO-optimized delivery with adaptive streaming and lazy loading 29 - 100% compatible with Gutenberg and ACF 30 30 31 31 = Benefits = 32 32 33 - Eliminate content duplication34 - Eliminate integrationcosts35 - Improve page loading performance and peak load management with THRON's infrastructure36 - Automatically gather insights into the usage of your published content with our Content Analytics tools.33 - Eliminate redundant copies and duplications 34 - Cut integration and maintenance costs 35 - Maximize performance at scale, even during peak loads 36 - Gain actionable insights with THRON Content Analytics 37 37 38 38 = Requirements = 39 39 40 T HRON Connector for WordPress is free of charge. If you already use THRON DAM Platform, please contact your Success Manager or email us at marketplace@thron.com to learn how to install the connector.40 The THRON Connector for WordPress is free. If you're already using THRON Platform, contact your Success Manager or reach out at [marketplace@thron.com](mailto:marketplace@thron.com) for installation support. 41 41 42 Would you like to request a demo of THRON DAMPlatform? [Click here](https://www.thron.com/en/book-a-demo).42 Would you like to request a demo of THRON Platform? [Click here](https://www.thron.com/en/book-a-demo). 43 43 44 44 = About THRON = 45 45 46 46 - [Our Site](https://www.thron.com/en) 47 - [THRON D AM Platform](https://www.thron.com/en/dam-platform)47 - [THRON Digital Asset Library](https://www.thron.com/en/dam-platform) 48 48 - [THRON Connectors](https://www.thron.com/en/connettori-thron) 49 49 - [THRON Blog](https://blog.thron.com/en) … … 85 85 86 86 == Changelog == 87 88 = 1.4.4 = 89 - Updated readme and plugin page 87 90 88 91 = 1.4.3 = -
thron/trunk/thron.php
r3324915 r3325769 21 21 * Plugin Name: THRON 22 22 * Plugin URI: 23 * Description: Select the assets to insert within your pages directly from the DAM library24 * Version: 1.4. 323 * Description: THRON is the Italian AI-SaaS that centralizes product and content operations in a unified platform, cutting costs and saving time. 24 * Version: 1.4.4 25 25 * Author: THRON 26 26 * Author URI: https://www.thron.com … … 41 41 * Rename this for your plugin and update it as you release new versions. 42 42 */ 43 define( 'THRON_VERSION', '1.4. 3' );43 define( 'THRON_VERSION', '1.4.4' ); 44 44 define( 'THRON_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 45 45 define( 'THRON_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.