Plugin Directory

Changeset 3105432


Ignore:
Timestamp:
06/21/2024 02:51:30 AM (21 months ago)
Author:
matrixaddons
Message:

Update to version 1.1.1 from GitHub

Location:
document-engine
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • document-engine/tags/1.1.1/assets/images/menu-icon.svg

    r2708444 r3105432  
    33<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
    44<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">
    66<g>
    77    <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
    114= 1.0.3 - 2022-09-06 =
    215- Fixed - WordPress compatibility issue fixed
  • document-engine/tags/1.1.1/document-engine.php

    r3011011 r3105432  
    66 * Author: MatrixAddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.1
     8 * Version: 1.1.1
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    2828// Define DOCUMENT_ENGINE_VERSION.
    2929if (!defined('DOCUMENT_ENGINE_VERSION')) {
    30     define('DOCUMENT_ENGINE_VERSION', '1.1');
     30    define('DOCUMENT_ENGINE_VERSION', '1.1.1');
    3131}
    3232
  • document-engine/tags/1.1.1/readme.txt

    r3011011 r3105432  
    55Tested up to: 6.4
    66Requires PHP: 5.6
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    7878== Changelog ==
    7979
    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
    9282
    9383== Frequently Asked Questions ==
  • document-engine/trunk/assets/images/menu-icon.svg

    r2708444 r3105432  
    33<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
    44<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">
    66<g>
    77    <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
    114= 1.0.3 - 2022-09-06 =
    215- Fixed - WordPress compatibility issue fixed
  • document-engine/trunk/document-engine.php

    r3011011 r3105432  
    66 * Author: MatrixAddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.1
     8 * Version: 1.1.1
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    2828// Define DOCUMENT_ENGINE_VERSION.
    2929if (!defined('DOCUMENT_ENGINE_VERSION')) {
    30     define('DOCUMENT_ENGINE_VERSION', '1.1');
     30    define('DOCUMENT_ENGINE_VERSION', '1.1.1');
    3131}
    3232
  • document-engine/trunk/readme.txt

    r3011011 r3105432  
    55Tested up to: 6.4
    66Requires PHP: 5.6
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    7878== Changelog ==
    7979
    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
    9282
    9383== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.