Plugin Directory

Changeset 2749649


Ignore:
Timestamp:
06/29/2022 12:41:54 PM (4 years ago)
Author:
vonwegner
Message:

1.0.3 Update

Location:
wegner-tools/tags/1.0.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wegner-tools/tags/1.0.3/readme.txt

    r2749648 r2749649  
    44Tags: wegner, tools, toolbox,
    55Requires at least: 5.2
    6 Tested up to: 5.9
     6Tested up to: 6
    77Stable tag: 1.0.3
    8 Requires PHP: 7.2
     8Requires PHP: 7.4
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2626
    2727DIVI THEME
    28 - Image Auto-Update Alt & Title
    2928- Feed include Divi Projects (RSS-FEED)
    3029- Rename projects with user-defined strings
  • wegner-tools/tags/1.0.3/settingsPage.php

    r2749648 r2749649  
    7878        add_settings_field(
    7979            'divi_builder_changes_to_images_are_automatically_reflected_in_the_media_2', // id
    80             'Divi Builder changes to images are automatically reflected in the media', // title
     80            'Divi Builder changes to images are automatically reflected in the media (not available)', // title
    8181            array($this, 'diviBuilderChangesToImagesAreAutomaticallyReflectedInTheMedia2Callback'), // callback
    8282            'wegner-tools-admin', // page
  • wegner-tools/tags/1.0.3/wegner-tools.php

    r2749648 r2749649  
    3939    if (wegnerCheckValidOption("divi_builder_changes_to_images_are_automatically_reflected_in_the_media_2")) {
    4040        // Divi Image Auto-Update Alt & Title
    41         require_once __DIR__ . '/tools/divi-image-auto-update.php';
     41        //require_once __DIR__ . '/tools/divi-image-auto-update.php';
    4242    }
    4343    if (wegnerCheckValidOption("rename_divi_projects_3")) {
Note: See TracChangeset for help on using the changeset viewer.