Skip to content

Releases: devgeniem/dustpress-components

0.4.3

17 Mar 16:29
Compare
Choose a tag to compare

Changelog:

0.4.3

  • documentation for data and fields filters

0.4.2

17 Mar 15:57
Compare
Choose a tag to compare

Changelog:

  • Fixed the namespacing bug in data.php.

0.4.1

17 Mar 16:13
Compare
Choose a tag to compare

Changelog

  • Moved data filtering from DustPress core to Components plugin.
  • Better documentation.

0.3.1

06 Mar 11:56
Compare
Choose a tag to compare

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

02 Mar 12:10
Compare
Choose a tag to compare

Changelog:

  • Component subclasses no longer have to be inside the plugin.php in extending plugins.
  • Code documentation and syntax fixes.

component.php hotfix v2

02 Feb 12:55
Compare
Choose a tag to compare
0.2.2

Moved require statement.

component.php hotfix

02 Feb 12:45
Compare
Choose a tag to compare

component.php hotfix