Plugin Directory

Changeset 3259184


Ignore:
Timestamp:
03/20/2025 02:11:53 PM (13 months ago)
Author:
frickemedia
Message:

Fixing version 1.1.6 to make it deployable.

Location:
kleingarten
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kleingarten/tags/1.1.6/kleingarten.php

    r3259180 r3259184  
    22/**
    33 * Plugin Name: Kleingarten
    4  * Version: 1.1.5
     4 * Version: 1.1.6
    55 * Plugin URI: https://www.wp-kleingarten.de/
    66 * Description: Make your website the digital home for your allotment garden association.
     
    4848 */
    4949function kleingarten() {
    50     $instance = Kleingarten::instance( __FILE__, '1.1.5' );
     50    $instance = Kleingarten::instance( __FILE__, '1.1.6' );
    5151
    5252    if ( is_null( $instance->settings ) ) {
  • kleingarten/trunk/kleingarten.php

    r3259180 r3259184  
    22/**
    33 * Plugin Name: Kleingarten
    4  * Version: 1.1.5
     4 * Version: 1.1.6
    55 * Plugin URI: https://www.wp-kleingarten.de/
    66 * Description: Make your website the digital home for your allotment garden association.
     
    4848 */
    4949function kleingarten() {
    50     $instance = Kleingarten::instance( __FILE__, '1.1.5' );
     50    $instance = Kleingarten::instance( __FILE__, '1.1.6' );
    5151
    5252    if ( is_null( $instance->settings ) ) {
Note: See TracChangeset for help on using the changeset viewer.