Changeset 2790061
- Timestamp:
- 09/26/2022 05:34:29 AM (4 years ago)
- Location:
- embed-docs
- Files:
-
- 1 deleted
- 3 edited
- 9 copied
-
tags/2.0.2 (copied) (copied from embed-docs/trunk)
-
tags/2.0.2/assets/Screenshot-4.png (copied) (copied from embed-docs/trunk/assets/Screenshot-4.png)
-
tags/2.0.2/file_uploader.php (deleted)
-
tags/2.0.2/index.php (copied) (copied from embed-docs/trunk/index.php)
-
tags/2.0.2/plugin.php (copied) (copied from embed-docs/trunk/plugin.php)
-
tags/2.0.2/readme.txt (copied) (copied from embed-docs/trunk/readme.txt)
-
tags/2.0.2/widgets/embed-file-widget-docs.php (copied) (copied from embed-docs/trunk/widgets/embed-file-widget-docs.php) (1 diff)
-
tags/2.0.2/widgets/embed-file-widget-excel.php (copied) (copied from embed-docs/trunk/widgets/embed-file-widget-excel.php) (1 diff)
-
tags/2.0.2/widgets/embed-file-widget-pdf.php (copied) (copied from embed-docs/trunk/widgets/embed-file-widget-pdf.php)
-
tags/2.0.2/widgets/embed-file-widget-ppt.php (copied) (copied from embed-docs/trunk/widgets/embed-file-widget-ppt.php) (1 diff)
-
trunk/widgets/embed-file-widget-docs.php (modified) (1 diff)
-
trunk/widgets/embed-file-widget-excel.php (modified) (1 diff)
-
trunk/widgets/embed-file-widget-ppt.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embed-docs/tags/2.0.2/widgets/embed-file-widget-docs.php
r2788144 r2790061 152 152 'label' => __( 'Choose docs', 'elementor' ), 153 153 'type' => \Elementor\Controls_Manager::MEDIA, 154 'media_type' => 'application/ docx',154 'media_type' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 155 155 'default' => [ 156 156 'url' => \Elementor\Utils::get_placeholder_image_src(), -
embed-docs/tags/2.0.2/widgets/embed-file-widget-excel.php
r2788144 r2790061 154 154 'label' => __( 'Choose Excel', 'elementor' ), 155 155 'type' => \Elementor\Controls_Manager::MEDIA, 156 'media_type' => 'application/ xlsx',156 'media_type' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 157 157 'default' => [ 158 158 'url' => \Elementor\Utils::get_placeholder_image_src(), -
embed-docs/tags/2.0.2/widgets/embed-file-widget-ppt.php
r2788144 r2790061 151 151 'label' => __( 'Choose ppt', 'elementor' ), 152 152 'type' => \Elementor\Controls_Manager::MEDIA, 153 'media_type' => 'application/ pptx',153 'media_type' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 154 154 'default' => [ 155 155 'url' => \Elementor\Utils::get_placeholder_image_src(), -
embed-docs/trunk/widgets/embed-file-widget-docs.php
r2788144 r2790061 152 152 'label' => __( 'Choose docs', 'elementor' ), 153 153 'type' => \Elementor\Controls_Manager::MEDIA, 154 'media_type' => 'application/ docx',154 'media_type' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 155 155 'default' => [ 156 156 'url' => \Elementor\Utils::get_placeholder_image_src(), -
embed-docs/trunk/widgets/embed-file-widget-excel.php
r2788144 r2790061 154 154 'label' => __( 'Choose Excel', 'elementor' ), 155 155 'type' => \Elementor\Controls_Manager::MEDIA, 156 'media_type' => 'application/ xlsx',156 'media_type' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 157 157 'default' => [ 158 158 'url' => \Elementor\Utils::get_placeholder_image_src(), -
embed-docs/trunk/widgets/embed-file-widget-ppt.php
r2788144 r2790061 151 151 'label' => __( 'Choose ppt', 'elementor' ), 152 152 'type' => \Elementor\Controls_Manager::MEDIA, 153 'media_type' => 'application/ pptx',153 'media_type' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 154 154 'default' => [ 155 155 'url' => \Elementor\Utils::get_placeholder_image_src(),
Note: See TracChangeset
for help on using the changeset viewer.