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.12 to 1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Jan 28, 2021
1 parent b40cc23 commit 2624d18
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
64 changes: 32 additions & 32 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_12\Plugin {
class WPDTRT_Anchorlinks_Plugin extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_13\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_12\Rewrite {
class WPDTRT_Anchorlinks_Rewrite extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_13\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_12\Shortcode {
class WPDTRT_Anchorlinks_Shortcode extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_13\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_12\Taxonomy {
class WPDTRT_Anchorlinks_Taxonomy extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_13\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_12\Widget {
class WPDTRT_Anchorlinks_Widget extends DoTheRightThing\WPDTRT_Plugin_Boilerplate\r_1_7_13\Widget {

/**
* Supplement widget initialisation.
Expand Down

0 comments on commit 2624d18

Please sign in to comment.