Changeset 3259184
- Timestamp:
- 03/20/2025 02:11:53 PM (13 months ago)
- Location:
- kleingarten
- Files:
-
- 2 edited
-
tags/1.1.6/kleingarten.php (modified) (2 diffs)
-
trunk/kleingarten.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kleingarten/tags/1.1.6/kleingarten.php
r3259180 r3259184 2 2 /** 3 3 * Plugin Name: Kleingarten 4 * Version: 1.1. 54 * Version: 1.1.6 5 5 * Plugin URI: https://www.wp-kleingarten.de/ 6 6 * Description: Make your website the digital home for your allotment garden association. … … 48 48 */ 49 49 function kleingarten() { 50 $instance = Kleingarten::instance( __FILE__, '1.1. 5' );50 $instance = Kleingarten::instance( __FILE__, '1.1.6' ); 51 51 52 52 if ( is_null( $instance->settings ) ) { -
kleingarten/trunk/kleingarten.php
r3259180 r3259184 2 2 /** 3 3 * Plugin Name: Kleingarten 4 * Version: 1.1. 54 * Version: 1.1.6 5 5 * Plugin URI: https://www.wp-kleingarten.de/ 6 6 * Description: Make your website the digital home for your allotment garden association. … … 48 48 */ 49 49 function kleingarten() { 50 $instance = Kleingarten::instance( __FILE__, '1.1. 5' );50 $instance = Kleingarten::instance( __FILE__, '1.1.6' ); 51 51 52 52 if ( is_null( $instance->settings ) ) {
Note: See TracChangeset
for help on using the changeset viewer.