Plugin Directory

Changeset 2574485

Timestamp:
07/29/2021 07:40:26 AM (3 years ago)
Author:
ada2go
Message:

Important Bugfix. The Issue deleted an existing database table during the update.

Location:
ada2go-text-modules
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • ada2go-text-modules/trunk/ada2go-text-modules.php

    r2569846 r2574485  
    33Plugin Name: Ada2go - Text Modules
    44Description: ada2go - Text Modules outputs a clickable form in the frontend to output predefined text. You can use it, for example, for participant feedback, job references or similar.
    5 Version: 1.5
     5Version: 1.
    66Author: Heiko von ada2go.de
    77Author URI: https://ada2go.de/
     
    8888function a2g_tm_activate() {
    8989global $wpdb;
     90
     91
    9092      $charset = $wpdb->get_charset_collate();
    9193      $charset_collate = $wpdb->get_charset_collate();
     
    107109          ) $charset_collate;";
    108110             
    109           require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
    110           dbDelta( $sql );
     111         
     112          $sql );
    111113}
    112114
  • ada2go-text-modules/trunk/readme.txt

    r2572340 r2574485  
    55Requires at least: 4.7
    66Tested up to: 5.8
    7 Stable tag: 1.5
     7Stable tag: 1.
    88Requires PHP: 7.0
    99License: GPLv3 or later
     
    3737
    3838== Changelog ==
     39
     40
     41
    3942= 1.5 =
    4043* Enjoy! See Bugs or anything else? Contact me. Critical error? Write on Instagram @ ada2go
Note: See TracChangeset for help on using the changeset viewer.