Skip to content

Commit

Permalink
Introduced when?
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Mar 7, 2023
1 parent fe95280 commit 25aa101
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion includes/class-cocart-admin-notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author Sébastien Dumont
* @package CoCart\Admin\Notices
* @since 1.2.0
* @since 1.2.0 Introduced.
* @version 4.0.0
* @license GPL-2.0+
*/
Expand Down
28 changes: 14 additions & 14 deletions includes/class-cocart-admin-plugin-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Sébastien Dumont
* @package CoCart\Admin
* @since 3.0.0
* @since 3.0.0 Introduced.
* @version 4.0.0
* @license GPL-2.0+
*/
Expand Down Expand Up @@ -157,7 +157,7 @@ protected function get_installed_plugins() {
*
* @access public
*
* @since 3.0.0
* @since 3.0.0 Introduced.
* @since 3.5.0 Added condition to only show suggestions if allowed.
*/
public function cocart_plugin_dashboard() {
Expand Down Expand Up @@ -216,7 +216,7 @@ public function cocart_plugin_dashboard() {
*
* @access public
*
* @since 3.0.0
* @since 3.0.0 Introduced.
* @version 3.0.17
*/
public function load_plugins_search_script() {
Expand Down Expand Up @@ -340,7 +340,7 @@ public function get_suggestions() {
*
* @access public
*
* @since 3.0.0
* @since 3.0.0 Introduced.
* @version 3.1.0
*
* @param array $inject Plugin information from WordPress.org.
Expand Down Expand Up @@ -385,14 +385,14 @@ public function get_inject_data( $inject, $data ) {
*
* @access public
*
* @since 3.0.0
* @since 3.0.0 Introduced.
* @version 3.1.0
*
* @param object|WP_Error $result Response object or WP_Error.
* @param string $action The type of information being requested from the Plugin Install API.
* @param object $args Plugin API arguments.
*
* @return array $result Updated array of results.
* @return array $result Updated array of results.
*/
public function inject_cocart_suggestion( $result, $action, $args ) {
// Return current results if we are not searching for suggestion.
Expand Down Expand Up @@ -472,7 +472,7 @@ public function inject_cocart_suggestion( $result, $action, $args ) {
*
* @access public
*
* @since 3.0.0
* @since 3.0.0 Introduced.
* @version 3.1.0
*
* @param object|WP_Error $result Response object or WP_Error.
Expand Down Expand Up @@ -587,7 +587,7 @@ public function plugins_allowedtags() {
*
* @access public
*
* @since 3.0.0
* @since 3.0.0 Introduced.
* @version 3.1.0
*
* @param array $links Related links.
Expand Down Expand Up @@ -637,13 +637,13 @@ class="cocart-plugin-search__learn-more button"
*
* @access public
*
* @since 3.0.0
* @since 3.0.0 Introduced.
* @version 3.1.0
*
* @param array $plugin Plugin details.
* @param array $links Related links before change.
*
* @return array $links Related links after change.
* @return array $links Related links after change.
*/
public function get_related_links( $plugin, $links ) {
return self::get_action_links( $plugin, $links );
Expand All @@ -654,12 +654,12 @@ public function get_related_links( $plugin, $links ) {
*
* @access public
*
* @since 3.0.0
* @since 3.0.0 Introduced.
* @version 3.1.0
*
* @param array $plugin Plugin details.
*
* @return array $links Related links after change.
* @return array $links Related links after change.
*/
public function get_suggestion_links( $plugin ) {
$links = array();
Expand All @@ -672,7 +672,7 @@ public function get_suggestion_links( $plugin ) {
*
* @access public
*
* @since 3.0.0
* @since 3.0.0 Introduced.
* @version 3.1.0
*
* @param array $plugin Plugin details.
Expand Down Expand Up @@ -826,7 +826,7 @@ public function get_action_links( $plugin, $links = array() ) {
*
* @access public
*
* @since 3.1.0
* @since 3.1.0 Introduced.
*
* @return string Status of Airplane mode.
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/class-cocart-admin-plugin-suggestions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author Sébastien Dumont
* @package CoCart\Admin
* @since 3.5.0
* @since 3.5.0 Introduced.
* @version 4.0.0
*/

Expand Down
2 changes: 1 addition & 1 deletion includes/class-cocart-admin-plugin-tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author Sébastien Dumont
* @package CoCart\Admin\PluginTracker
* @since 4.0.0
* @since 4.0.0 Introduced.
* @license GPL-2.0+
*/

Expand Down
2 changes: 1 addition & 1 deletion includes/class-cocart-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author Sébastien Dumont
* @package CoCart\Admin\Settings
* @since 4.0.0
* @since 4.0.0 Introduced.
* @license GPL-2.0+
*/

Expand Down
2 changes: 1 addition & 1 deletion includes/class-cocart-admin-setup-wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author Sébastien Dumont
* @package CoCart\Admin
* @since 3.1.0
* @since 3.1.0 Introduced.
* @version 4.0.0
* @license GPL-2.0+
*/
Expand Down
6 changes: 3 additions & 3 deletions includes/class-cocart-admin-wc-admin-notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author Sébastien Dumont
* @package CoCart\Admin\WooCommerce Admin
* @since 2.3.0
* @since 2.3.0 Introduced.
* @version 4.0.0
* @license GPL-2.0+
*/
Expand Down Expand Up @@ -65,7 +65,7 @@ public function include_notes() {
*
* @static
*
* @since 2.3.0
* @since 2.3.0 Introduced.
* @version 2.4.0
*
* @param string $note_name Note name.
Expand All @@ -86,7 +86,7 @@ public static function add_note( $note_name = '', $seconds = '', $source = 'coca
*
* @static
*
* @since 2.3.0
* @since 2.3.0 Introduced.
* @since 3.2.0 Dropped support for WooCommerce less than version 4.8
* @since 3.2.0 Added filter to prevent note from being created.
*
Expand Down
2 changes: 1 addition & 1 deletion includes/class-cocart-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author Sébastien Dumont
* @package CoCart\Admin
* @since 1.2.0
* @since 1.2.0 Introduced.
* @version 4.0.0
* @license GPL-2.0+
*/
Expand Down

0 comments on commit 25aa101

Please sign in to comment.