Changeset 3105432
- Timestamp:
- 06/21/2024 02:51:30 AM (21 months ago)
- Location:
- document-engine
- Files:
-
- 8 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from document-engine/trunk)
-
tags/1.1.1/assets/images/menu-icon.svg (modified) (1 diff)
-
tags/1.1.1/changelog.txt (modified) (1 diff)
-
tags/1.1.1/document-engine.php (modified) (2 diffs)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/assets/images/menu-icon.svg (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/document-engine.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
document-engine/tags/1.1.1/assets/images/menu-icon.svg
r2708444 r3105432 3 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 4 <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 5 viewBox="0 0 56 56" style=" enable-background:new 0 0 56 56;" xml:space="preserve" height="20px" width="29px">5 viewBox="0 0 56 56" style="filter:grayscale(1);" xml:space="preserve" height="20px" width="29px"> 6 6 <g> 7 7 <path style="fill:#E9E9E0;" d="M36.985,0H7.963C7.155,0,6.5,0.655,6.5,1.926V55c0,0.345,0.655,1,1.463,1h40.074 -
document-engine/tags/1.1.1/changelog.txt
r2799939 r3105432 1 = 1.1 - 2023-12-17 = 2 - Fixed - excerpt not working on archive pages 3 - Fixed - WordPress 6.4 compatibility issue 4 5 = 1.0.12 - 2023-06-05 = 6 - Fixed - 6.2 compatibility issue fixed & readme modify 7 8 = 1.0.11 - 2023-04-29 = 9 - Fixed - 6.2 compatibility issue fixed 10 11 = 1.0.10 - 2022-10-25 = 12 - Fixed - WordPress compatibility issue fixed 13 1 14 = 1.0.3 - 2022-09-06 = 2 15 - Fixed - WordPress compatibility issue fixed -
document-engine/tags/1.1.1/document-engine.php
r3011011 r3105432 6 6 * Author: MatrixAddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.1 8 * Version: 1.1.1 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 28 28 // Define DOCUMENT_ENGINE_VERSION. 29 29 if (!defined('DOCUMENT_ENGINE_VERSION')) { 30 define('DOCUMENT_ENGINE_VERSION', '1.1 ');30 define('DOCUMENT_ENGINE_VERSION', '1.1.1'); 31 31 } 32 32 -
document-engine/tags/1.1.1/readme.txt
r3011011 r3105432 5 5 Tested up to: 6.4 6 6 Requires PHP: 5.6 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 78 78 == Changelog == 79 79 80 = 1.1 - 2023-12-17 = 81 - Fixed - excerpt not working on archive pages 82 - Fixed - WordPress 6.4 compatibility issue 83 84 = 1.0.12 - 2023-06-05 = 85 - Fixed - 6.2 compatibility issue fixed & readme modify 86 87 = 1.0.11 - 2023-04-29 = 88 - Fixed - 6.2 compatibility issue fixed 89 90 = 1.0.10 - 2022-10-25 = 91 - Fixed - WordPress compatibility issue fixed 80 = 1.1.1 - 2024-06-21 = 81 - Fixed - PDF icon color grayscale 92 82 93 83 == Frequently Asked Questions == -
document-engine/trunk/assets/images/menu-icon.svg
r2708444 r3105432 3 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 4 <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 5 viewBox="0 0 56 56" style=" enable-background:new 0 0 56 56;" xml:space="preserve" height="20px" width="29px">5 viewBox="0 0 56 56" style="filter:grayscale(1);" xml:space="preserve" height="20px" width="29px"> 6 6 <g> 7 7 <path style="fill:#E9E9E0;" d="M36.985,0H7.963C7.155,0,6.5,0.655,6.5,1.926V55c0,0.345,0.655,1,1.463,1h40.074 -
document-engine/trunk/changelog.txt
r2799939 r3105432 1 = 1.1 - 2023-12-17 = 2 - Fixed - excerpt not working on archive pages 3 - Fixed - WordPress 6.4 compatibility issue 4 5 = 1.0.12 - 2023-06-05 = 6 - Fixed - 6.2 compatibility issue fixed & readme modify 7 8 = 1.0.11 - 2023-04-29 = 9 - Fixed - 6.2 compatibility issue fixed 10 11 = 1.0.10 - 2022-10-25 = 12 - Fixed - WordPress compatibility issue fixed 13 1 14 = 1.0.3 - 2022-09-06 = 2 15 - Fixed - WordPress compatibility issue fixed -
document-engine/trunk/document-engine.php
r3011011 r3105432 6 6 * Author: MatrixAddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.1 8 * Version: 1.1.1 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 28 28 // Define DOCUMENT_ENGINE_VERSION. 29 29 if (!defined('DOCUMENT_ENGINE_VERSION')) { 30 define('DOCUMENT_ENGINE_VERSION', '1.1 ');30 define('DOCUMENT_ENGINE_VERSION', '1.1.1'); 31 31 } 32 32 -
document-engine/trunk/readme.txt
r3011011 r3105432 5 5 Tested up to: 6.4 6 6 Requires PHP: 5.6 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 78 78 == Changelog == 79 79 80 = 1.1 - 2023-12-17 = 81 - Fixed - excerpt not working on archive pages 82 - Fixed - WordPress 6.4 compatibility issue 83 84 = 1.0.12 - 2023-06-05 = 85 - Fixed - 6.2 compatibility issue fixed & readme modify 86 87 = 1.0.11 - 2023-04-29 = 88 - Fixed - 6.2 compatibility issue fixed 89 90 = 1.0.10 - 2022-10-25 = 91 - Fixed - WordPress compatibility issue fixed 80 = 1.1.1 - 2024-06-21 = 81 - Fixed - PDF icon color grayscale 92 82 93 83 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.