Releases: devgeniem/dustpress-components
Releases · devgeniem/dustpress-components
0.4.3
0.4.2
Changelog:
- Fixed the namespacing bug in data.php.
0.4.1
Changelog
- Moved data filtering from DustPress core to Components plugin.
- Better documentation.
0.3.1
Changelog
- Enqueues can be disabled with the following constants:
// Disable the script enqueue
if ( ! defined( 'DPC_NO_SCRIPTS' ) ) {
define( 'DPC_NO_SCRIPTS', true );
}
if ( defined( 'DPC_NO_STYLES' ) ) {
define( 'DPC_NO_STYLES', true );
}
0.3.0
Changelog:
- Component subclasses no longer have to be inside the plugin.php in extending plugins.
- Code documentation and syntax fixes.
component.php hotfix v2
0.2.2 Moved require statement.
component.php hotfix
component.php hotfix