Plugin Directory

Changeset 3000104

Timestamp:
11/22/2023 12:18:17 PM (8 months ago)
Author:
crossi72
Message:

release 3.11.5
added integration with AltText.ai

Location:
phoenix-media-rename
Files:
25 added
10 edited

Legend:

Unmodified
Added
Removed
  • phoenix-media-rename/classes/class-plugins.php

    r2940758 r3000104  
    44*
    55*/
     6
     7
    68
    79#region constants
     
    1517define("pluginRankMath", "seo-by-rank-math/rank-math.php");
    1618define("pluginElementor", "elementor/elementor.php");
     19
    1720
    1821abstract class elementor_element
     
    2326
    2427#endregion
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
    2540
    2641class pmr_plugins{
  • phoenix-media-rename/classes/class-pmr-options.php

    r2993157 r3000104  
    1919    public $option_category_filename_trailer;
    2020    public $option_convert_to_lowercase;
     21
    2122
    2223    /**
     
    3940            $this->option_category_filename_header = $this->get_option_boolean($this->options, 'pmr_category_filename_header', false);
    4041            $this->option_category_filename_trailer = $this->get_option_boolean($this->options, 'pmr_category_filename_trailer', false);
     42
    4143
    4244            $this->clear_options();
  • phoenix-media-rename/classes/class-pmr-settings.php

    r2940758 r3000104  
    3030        add_option('pmr_options', array('pmr_category_filename_trailer' => false), '', 'yes');
    3131        add_option('pmr_options', array('pmr_filename_trailer'), '', 'yes');
     32
    3233        add_filter('plugin_action_links_'. PMR_BASENAME, array($this, 'pmr_add_action_links'));
    3334    }
     
    226227        );
    227228
     229
     230
     231
     232
     233
     234
     235
     236
     237
     238
     239
     240
     241
     242
     243
    228244    }
    229245
     
    246262            $new_input['pmr_category_filename_trailer'] = false;
    247263            $new_input['pmr_filename_trailer'] = '';
     264
    248265        }
    249266
     
    259276        $this->sanitize_boolean($input, 'pmr_category_filename_trailer', $new_input);
    260277        $this->sanitize_text($input, 'pmr_filename_trailer', $new_input);
     278
    261279
    262280        return $new_input;
     
    362380
    363381    /**
     382
     383
     384
     385
     386
     387
     388
     389
    364390     * Get the settings option array and print one of its values
    365391     */
     
    458484        $value = $this->get_value_textbox('pmr_filename_trailer');
    459485        echo '<input type="text" id="pmr_filename_trailer" name="pmr_options[pmr_filename_trailer]" value="'. $value . '"//>';
     486
     487
     488
     489
     490
     491
     492
     493
     494
    460495    }
    461496
  • phoenix-media-rename/phoenix-media-rename.php

    r2993157 r3000104  
    55Plugin URI: https://www.eurosoftlab.com/en/phoenix-media-rename/
    66Description: The Phoenix Media Rename plugin allows you to simply rename your media files, once uploaded.
    7 Version: 3.11.4
     7Version: 3.11.
    88Author: crossi72
    99Author URI: https://eurosoftlab.com
  • phoenix-media-rename/readme.txt

    r2993165 r3000104  
    44Requires at least: 5.0
    55Tested up to: 6.4
    6 Stable tag: 3.11.4
     6Stable tag: 3.11.
    77Requires PHP: 7.4
    88License: GPL3
     
    108108== Changelog ==
    109109
     110
     111
     112
    110113= 3.11.4 =
    111114* fixed issue with site options update
  • phoenix-media-rename/trunk/classes/class-plugins.php

    r2940758 r3000104  
    44*
    55*/
     6
     7
    68
    79#region constants
     
    1517define("pluginRankMath", "seo-by-rank-math/rank-math.php");
    1618define("pluginElementor", "elementor/elementor.php");
     19
    1720
    1821abstract class elementor_element
     
    2326
    2427#endregion
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
    2540
    2641class pmr_plugins{
  • phoenix-media-rename/trunk/classes/class-pmr-options.php

    r2993157 r3000104  
    1919    public $option_category_filename_trailer;
    2020    public $option_convert_to_lowercase;
     21
    2122
    2223    /**
     
    3940            $this->option_category_filename_header = $this->get_option_boolean($this->options, 'pmr_category_filename_header', false);
    4041            $this->option_category_filename_trailer = $this->get_option_boolean($this->options, 'pmr_category_filename_trailer', false);
     42
    4143
    4244            $this->clear_options();
  • phoenix-media-rename/trunk/classes/class-pmr-settings.php

    r2940758 r3000104  
    3030        add_option('pmr_options', array('pmr_category_filename_trailer' => false), '', 'yes');
    3131        add_option('pmr_options', array('pmr_filename_trailer'), '', 'yes');
     32
    3233        add_filter('plugin_action_links_'. PMR_BASENAME, array($this, 'pmr_add_action_links'));
    3334    }
     
    226227        );
    227228
     229
     230
     231
     232
     233
     234
     235
     236
     237
     238
     239
     240
     241
     242
     243
    228244    }
    229245
     
    246262            $new_input['pmr_category_filename_trailer'] = false;
    247263            $new_input['pmr_filename_trailer'] = '';
     264
    248265        }
    249266
     
    259276        $this->sanitize_boolean($input, 'pmr_category_filename_trailer', $new_input);
    260277        $this->sanitize_text($input, 'pmr_filename_trailer', $new_input);
     278
    261279
    262280        return $new_input;
     
    362380
    363381    /**
     382
     383
     384
     385
     386
     387
     388
     389
    364390     * Get the settings option array and print one of its values
    365391     */
     
    458484        $value = $this->get_value_textbox('pmr_filename_trailer');
    459485        echo '<input type="text" id="pmr_filename_trailer" name="pmr_options[pmr_filename_trailer]" value="'. $value . '"//>';
     486
     487
     488
     489
     490
     491
     492
     493
     494
    460495    }
    461496
  • phoenix-media-rename/trunk/phoenix-media-rename.php

    r2993157 r3000104  
    55Plugin URI: https://www.eurosoftlab.com/en/phoenix-media-rename/
    66Description: The Phoenix Media Rename plugin allows you to simply rename your media files, once uploaded.
    7 Version: 3.11.4
     7Version: 3.11.
    88Author: crossi72
    99Author URI: https://eurosoftlab.com
  • phoenix-media-rename/trunk/readme.txt

    r2993165 r3000104  
    44Requires at least: 5.0
    55Tested up to: 6.4
    6 Stable tag: 3.11.4
     6Stable tag: 3.11.
    77Requires PHP: 7.4
    88License: GPL3
     
    108108== Changelog ==
    109109
     110
     111
     112
    110113= 3.11.4 =
    111114* fixed issue with site options update
Note: See TracChangeset for help on using the changeset viewer.