Plugin Directory

Changeset 2554095


Ignore:
Timestamp:
06/25/2021 04:33:28 PM (5 years ago)
Author:
steinrein
Message:

v1.2.4 (remove typecasting on class properties to avoid fatal errors prior ph…
…p7.4)

Location:
wppedia
Files:
177 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • wppedia/trunk/core/classes/compatibilities/compatibilityCollection.php

    r2547645 r2554095  
    1515class compatibilityCollection {
    1616
    17     private array $themeCompatibilities = [];
    18     private array $pluginCompatibilities = [];
     17    private $themeCompatibilities = [];
     18    private $pluginCompatibilities = [];
    1919
    2020    function __construct() {
  • wppedia/trunk/core/classes/compatibilities/compatibilityLoader.php

    r2547645 r2554095  
    1515    // Private variable to check if loading a
    1616    // compatibility for either a theme or a plugin
    17     private string $type;
     17    private $type;
    1818
    1919    // Private vars to check if the plugin or theme exists
    20     private string $slug;
     20    private $slug;
    2121    private $className;
    22     private string $themeName;
     22    private $themeName;
    2323
    2424    // Private variable to set the path for loading the
    2525    // compatibility file
    26     private string $path = WPPediaPluginDir . 'core/inc/compatibilities/';
     26    private $path = WPPediaPluginDir . 'core/inc/compatibilities/';
    2727
    2828    /**
  • wppedia/trunk/readme.txt

    r2550549 r2554095  
    22Contributors: steinrein, bastianfiessinger, wppedia
    33Tested up to: 5.7.2
    4 Stable tag: 1.2.3
     4Stable tag: 1.2.4
    55Tags: glossary, encyclopedia, wiki, lexicon, vocabulary, dictionary, tooltip, clavis
    66License: GPLv3 or later
     
    148148== Changelog ==
    149149
     150= 1.2.4 =
     151##### Bug fixes
     152- remove typecasting on class properties to avoid fatal errors prior ph…
     153…p7.4 (https://wordpress.org/support/topic/fatal-error-3905/)
     154
    150155= 1.2.3 =
    151156##### Bug fixes
  • wppedia/trunk/wppedia.php

    r2550549 r2554095  
    1010 * Author:          Bastian Fießinger & WPPedia Glossary Team
    1111 * AuthorURI:   https://github.com/bfiessinger/
    12  * Version:         1.2.3
     12 * Version:         1.2.4
    1313 * Text Domain: wppedia
    1414 */
Note: See TracChangeset for help on using the changeset viewer.