Skip to content

Commit

Permalink
Replace $$next_version$$ placeholder for older changes
Browse files Browse the repository at this point in the history
  • Loading branch information
donnapep committed Apr 15, 2024
1 parent 0397beb commit cb94707
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion includes/class-sensei.php
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ public function initialize_global_objects() {
/**
* Filter whether to read student progress from tables.
*
* @since $$next_version$$
* @since 4.17.0
*
* @hook sensei_student_progress_read_from_tables
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
class Answer_Abstract implements Answer_Interface {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
interface Answer_Interface {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
class Comments_Based_Answer extends Answer_Abstract {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
class Tables_Based_Answer extends Answer_Abstract {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
class Comments_Based_Grade extends Grade_Abstract {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
class Grade_Abstract implements Grade_Interface {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
interface Grade_Interface {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
class Tables_Based_Grade extends Grade_Abstract {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
class Comments_Based_Submission extends Submission_Abstract {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
class Submission_Abstract implements Submission_Interface {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
interface Submission_Interface {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.18.0
*/
class Tables_Based_Submission extends Submission_Abstract {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.17.0
*/
class Table_Reading_Aggregate_Course_Progress_Repository implements Course_Progress_Repository_Interface {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @internal
*
* @since $$next_version$$
* @since 4.17.0
*/
class Table_Reading_Aggregate_Quiz_Progress_Repository implements Quiz_Progress_Repository_Interface {
/**
Expand Down

0 comments on commit cb94707

Please sign in to comment.