Changeset 3300008
- Timestamp:
- 05/24/2025 07:53:55 PM (7 months ago)
- Location:
- dw-picha-changelog-lite/trunk
- Files:
-
- 2 edited
-
inc/metaboxes.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dw-picha-changelog-lite/trunk/inc/metaboxes.php
r3299562 r3300008 177 177 { 178 178 if (is_array($data)) { 179 return array_map(' sanitize_recursive', $data);179 return array_map('dwpich313_sanitize_recursive', $data); 180 180 } elseif (is_string($data)) { 181 181 return sanitize_text_field($data); … … 184 184 } elseif (is_bool($data)) { 185 185 return $data ? 1 : 0; 186 } elseif (is_null($data)) { 187 return null; 188 } elseif (is_object($data)) { 189 return (array) $data; 186 190 } else { 187 191 return ''; -
dw-picha-changelog-lite/trunk/readme.txt
r3299562 r3300008 15 15 16 16 With this plugin you can create a changelog for your product/software. 17 Picha 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 19 Picha 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. 17 20 18 21 == Installation == … … 29 32 == Changelog == 30 33 34 = 1.0.1 = 35 * Bugs fixed. 36 31 37 = 1.0 = 32 38 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.