Plugin Directory

Changeset 3385297


Ignore:
Timestamp:
10/27/2025 02:57:46 PM (3 months ago)
Author:
gravitywp
Message:

Update to version 0.9.15 from GitHub

Location:
gravitywp-count
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gravitywp-count/tags/0.9.15/gravitywp-count.php

    r3225662 r3385297  
    55 * Description: Adds a shortcode to count, filter and display Gravity Forms entries or the total of a number field in multiple entries.
    66 * Author: GravityWP
    7  * Version: 0.9.14
     7 * Version: 0.9.15
    88 * Author URI: https://gravitywp.com/add-on/count/
    99 * License: GPL2
     
    312312    }
    313313    add_shortcode( 'gravitywp_count', 'gravitywp_count_func' );
     314    add_shortcode( 'gwp_count', 'gravitywp_count_func' );
    314315}
  • gravitywp-count/tags/0.9.15/readme.txt

    r3274830 r3385297  
    22Contributors: gravitywp
    33Donate link: https://gravitywp.com/about/
    4 Tags: gravity forms, number field, count, form, forms, gravity form
     4Tags: gravity forms, number field, count, form, forms
    55Requires at least: 3.0.1
    66Tested up to: 6.8
    7 Stable tag: 0.9.14
     7Stable tag: 0.9.15
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34
     35= 0.9.15 =
     36- Added the possibility to use 'gwp_count' as a short alternative for 'gravitywp_count'.
    3437
    3538= 0.9.14 =
  • gravitywp-count/trunk/gravitywp-count.php

    r3225662 r3385297  
    55 * Description: Adds a shortcode to count, filter and display Gravity Forms entries or the total of a number field in multiple entries.
    66 * Author: GravityWP
    7  * Version: 0.9.14
     7 * Version: 0.9.15
    88 * Author URI: https://gravitywp.com/add-on/count/
    99 * License: GPL2
     
    312312    }
    313313    add_shortcode( 'gravitywp_count', 'gravitywp_count_func' );
     314    add_shortcode( 'gwp_count', 'gravitywp_count_func' );
    314315}
  • gravitywp-count/trunk/readme.txt

    r3274830 r3385297  
    22Contributors: gravitywp
    33Donate link: https://gravitywp.com/about/
    4 Tags: gravity forms, number field, count, form, forms, gravity form
     4Tags: gravity forms, number field, count, form, forms
    55Requires at least: 3.0.1
    66Tested up to: 6.8
    7 Stable tag: 0.9.14
     7Stable tag: 0.9.15
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34
     35= 0.9.15 =
     36- Added the possibility to use 'gwp_count' as a short alternative for 'gravitywp_count'.
    3437
    3538= 0.9.14 =
Note: See TracChangeset for help on using the changeset viewer.