Changeset 3385297
- Timestamp:
- 10/27/2025 02:57:46 PM (3 months ago)
- Location:
- gravitywp-count
- Files:
-
- 4 edited
- 1 copied
-
tags/0.9.15 (copied) (copied from gravitywp-count/trunk)
-
tags/0.9.15/gravitywp-count.php (modified) (2 diffs)
-
tags/0.9.15/readme.txt (modified) (2 diffs)
-
trunk/gravitywp-count.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gravitywp-count/tags/0.9.15/gravitywp-count.php
r3225662 r3385297 5 5 * Description: Adds a shortcode to count, filter and display Gravity Forms entries or the total of a number field in multiple entries. 6 6 * Author: GravityWP 7 * Version: 0.9.1 47 * Version: 0.9.15 8 8 * Author URI: https://gravitywp.com/add-on/count/ 9 9 * License: GPL2 … … 312 312 } 313 313 add_shortcode( 'gravitywp_count', 'gravitywp_count_func' ); 314 add_shortcode( 'gwp_count', 'gravitywp_count_func' ); 314 315 } -
gravitywp-count/tags/0.9.15/readme.txt
r3274830 r3385297 2 2 Contributors: gravitywp 3 3 Donate link: https://gravitywp.com/about/ 4 Tags: gravity forms, number field, count, form, forms , gravity form4 Tags: gravity forms, number field, count, form, forms 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.8 7 Stable tag: 0.9.1 47 Stable tag: 0.9.15 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 32 32 33 33 == Changelog == 34 35 = 0.9.15 = 36 - Added the possibility to use 'gwp_count' as a short alternative for 'gravitywp_count'. 34 37 35 38 = 0.9.14 = -
gravitywp-count/trunk/gravitywp-count.php
r3225662 r3385297 5 5 * Description: Adds a shortcode to count, filter and display Gravity Forms entries or the total of a number field in multiple entries. 6 6 * Author: GravityWP 7 * Version: 0.9.1 47 * Version: 0.9.15 8 8 * Author URI: https://gravitywp.com/add-on/count/ 9 9 * License: GPL2 … … 312 312 } 313 313 add_shortcode( 'gravitywp_count', 'gravitywp_count_func' ); 314 add_shortcode( 'gwp_count', 'gravitywp_count_func' ); 314 315 } -
gravitywp-count/trunk/readme.txt
r3274830 r3385297 2 2 Contributors: gravitywp 3 3 Donate link: https://gravitywp.com/about/ 4 Tags: gravity forms, number field, count, form, forms , gravity form4 Tags: gravity forms, number field, count, form, forms 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.8 7 Stable tag: 0.9.1 47 Stable tag: 0.9.15 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 32 32 33 33 == Changelog == 34 35 = 0.9.15 = 36 - Added the possibility to use 'gwp_count' as a short alternative for 'gravitywp_count'. 34 37 35 38 = 0.9.14 =
Note: See TracChangeset
for help on using the changeset viewer.