CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation
$picture_name = CPGPluginAPI::filter('upload_file_name', $picture_name);function myplugin($picfilename) {
$picfilename = `prefix` . $picfilename;
return $picfilename;
}
There's a lot more to a plugin than just the above. The prefix has to come from somewhere, for example. Hopefully it helps with explaining some of the basic principles. Page created in 0.591 seconds with 14 queries.