Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Update wpdtrt-plugin-boilerplate from 1.7.13 to 1.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Jan 28, 2021
1 parent 2624d18 commit e8dc35d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/class-wpdtrt-anchorlinks-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @since 1.0.0
*/
class WPDTRT_Anchorlinks_Plugin extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_13\Plugin {
class WPDTRT_Anchorlinks_Plugin extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_14\Plugin {

/**
* Supplement plugin initialisation.
Expand Down
2 changes: 1 addition & 1 deletion src/class-wpdtrt-anchorlinks-rewrite.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @since 1.0.0
* @version 1.0.0
*/
class WPDTRT_Anchorlinks_Rewrite extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_13\Rewrite {
class WPDTRT_Anchorlinks_Rewrite extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_14\Rewrite {

/**
* Supplement plugin initialisation.
Expand Down
2 changes: 1 addition & 1 deletion src/class-wpdtrt-anchorlinks-shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @since 1.0.0
* @version 1.0.0
*/
class WPDTRT_Anchorlinks_Shortcode extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_13\Shortcode {
class WPDTRT_Anchorlinks_Shortcode extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_14\Shortcode {

/**
* Supplement shortcode initialisation.
Expand Down
2 changes: 1 addition & 1 deletion src/class-wpdtrt-anchorlinks-taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @since 1.0.0
* @version 1.0.0
*/
class WPDTRT_Anchorlinks_Taxonomy extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_13\Taxonomy {
class WPDTRT_Anchorlinks_Taxonomy extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_14\Taxonomy {

/**
* Supplement taxonomy initialisation.
Expand Down
2 changes: 1 addition & 1 deletion src/class-wpdtrt-anchorlinks-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @since 1.0.0
* @version 1.0.0
*/
class WPDTRT_Anchorlinks_Widget extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_13\Widget {
class WPDTRT_Anchorlinks_Widget extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_14\Widget {

/**
* Supplement widget initialisation.
Expand Down

0 comments on commit e8dc35d

Please sign in to comment.