Changeset 3087329
- Timestamp:
- 05/15/2024 06:55:20 PM (22 months ago)
- Location:
- swipe-for-givewp/trunk
- Files:
-
- 2 edited
-
libraries/swipego/class-swipego.php (modified) (1 diff)
-
swipego-gwp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
swipe-for-givewp/trunk/libraries/swipego/class-swipego.php
r2759658 r3087329 32 32 new Swipego(); 33 33 } 34 35 if ( !function_exists('swipego_get_integration') ) { 36 function swipego_get_integration() 37 { 38 return true; 39 } 40 } -
swipe-for-givewp/trunk/swipego-gwp.php
r3087282 r3087329 20 20 define( 'SWIPEGO_GWP_PATH', plugin_dir_path( SWIPEGO_GWP_FILE ) ); 21 21 define( 'SWIPEGO_GWP_BASENAME', plugin_basename( SWIPEGO_GWP_FILE ) ); 22 define( 'SWIPEGO_GWP_VERSION', '1.0. 0' );22 define( 'SWIPEGO_GWP_VERSION', '1.0.1' ); 23 23 24 24 // // Plugin core class
Note: See TracChangeset
for help on using the changeset viewer.