⚡ NEW: Changeset/ - High Quality

Changeset 3300008


Ignore:
Timestamp:
05/24/2025 07:53:55 PM (7 months ago)
Author:
dangoweb
Message:

Bugs fixed

Location:
dw-picha-changelog-lite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dw-picha-changelog-lite/trunk/inc/metaboxes.php

    r3299562 r3300008  
    177177{
    178178    if (is_array($data)) {
    179         return array_map('sanitize_recursive', $data);
     179        return array_map('dwpich313_sanitize_recursive', $data);
    180180    } elseif (is_string($data)) {
    181181        return sanitize_text_field($data);
     
    184184    } elseif (is_bool($data)) {
    185185        return $data ? 1 : 0;
     186    } elseif (is_null($data)) {
     187        return null;
     188    } elseif (is_object($data)) {
     189        return (array) $data;
    186190    } else {
    187191        return '';
  • dw-picha-changelog-lite/trunk/readme.txt

    r3299562 r3300008  
    1515
    1616With this plugin you can create a changelog for your product/software.
     17Picha is a WordPress plugin that can display the changes of a physical/digital product in the best possible way to users. With this plugin, the era of dry and boring changelogs has come to an end. With Picha, software developers, product managers, and website owners can present their updates and changes in an attractive and user-friendly manner.
     18
     19Picha simplifies the process of creating and displaying complex updates; it allows users to directly insert and register their changelog text files into the plugin. Once created, Picha transforms the registered textual content into a visually appealing changelog using several beautiful themes. Managers can use the generated shortcode to display this list anywhere on their site. By doing so, they no longer need to spend time on tedious manual design and can focus on delivering the most important information to their audience.
    1720
    1821== Installation ==
     
    2932== Changelog ==
    3033
     34= 1.0.1 =
     35* Bugs fixed.
     36
    3137= 1.0 =
    3238* Initial release.
Note: See TracChangeset for help on using the changeset viewer.