Skip to content

Commit

Permalink
docs(jsdoc): bump version numbers for new code
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpHarry committed Dec 19, 2021
1 parent 87f5fc3 commit 4db3cfa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Elementor dynamic tag that returns a server variable.
*
* @since 1.0.0
* @since 1.1.0
*/
Class Elementor_Dynamic_Tag_Jet_Engine_Repeater_Gallery extends \Elementor\Core\DynamicTags\Data_Tag {

Expand All @@ -17,7 +17,7 @@
*
* Retrieve the name of the tag.
*
* @since 1.0.0
* @since 1.1.0
* @access public
* @return string Dynamic tag name.
*/
Expand All @@ -30,7 +30,7 @@ public function get_name() {
*
* Returns the title of the tag.
*
* @since 1.0.0
* @since 1.1.0
* @access public
* @return string Dynamic tag title.
*/
Expand All @@ -43,7 +43,7 @@ public function get_title() {
*
* Retrieve the list of groups the tag belongs to.
*
* @since 1.0.0
* @since 1.1.0
* @access public
* @return array Dynamic tag groups.
*/
Expand All @@ -56,7 +56,7 @@ public function get_group() {
*
* Retrieve the list of categories the tag belongs to.
*
* @since 1.0.0
* @since 1.1.0
* @access public
* @return array Dynamic tag categories.
*/
Expand All @@ -71,7 +71,7 @@ public function get_categories() {
*
* Add input fields to allow the user to customize the tag settings.
*
* @since 1.0.0
* @since 1.1.0
* @access protected
* @return void
*/
Expand All @@ -88,7 +88,7 @@ protected function register_controls() {
/**
* Return the value
*
* @since 1.0.0
* @since 1.1.0
* @access public
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Elementor dynamic tag that returns a server variable.
*
* @since 1.0.0
* @since 1.1.0
*/
Class Elementor_Dynamic_Tag_Jet_Engine_Repeater_Image extends \Elementor\Core\DynamicTags\Data_Tag {

Expand All @@ -17,7 +17,7 @@
*
* Retrieve the name of the tag.
*
* @since 1.0.0
* @since 1.1.0
* @access public
* @return string Dynamic tag name.
*/
Expand All @@ -30,7 +30,7 @@ public function get_name() {
*
* Returns the title of the tag.
*
* @since 1.0.0
* @since 1.1.0
* @access public
* @return string Dynamic tag title.
*/
Expand All @@ -43,7 +43,7 @@ public function get_title() {
*
* Retrieve the list of groups the tag belongs to.
*
* @since 1.0.0
* @since 1.1.0
* @access public
* @return array Dynamic tag groups.
*/
Expand All @@ -56,7 +56,7 @@ public function get_group() {
*
* Retrieve the list of categories the tag belongs to.
*
* @since 1.0.0
* @since 1.1.0
* @access public
* @return array Dynamic tag categories.
*/
Expand All @@ -72,7 +72,7 @@ public function get_categories() {
*
* Add input fields to allow the user to customize the tag settings.
*
* @since 1.0.0
* @since 1.1.0
* @access protected
* @return void
*/
Expand All @@ -89,7 +89,7 @@ protected function register_controls() {
/**
* Return the value
*
* @since 1.0.0
* @since 1.1.0
* @access public
* @return void
*/
Expand Down

0 comments on commit 4db3cfa

Please sign in to comment.