Plugin Directory

Changeset 2998026


Ignore:
Timestamp:
11/18/2023 09:49:56 AM (2 years ago)
Author:
frenify
Message:

readme.txt

Location:
categorify/trunk
Files:
23 added
2 edited

Legend:

Unmodified
Added
Removed
  • categorify/trunk/categorify.php

    r2998022 r2998026  
    55 * Plugin URI:  https://frenify.com/project/categorify/
    66 * Description: Organize your WordPress media files in categories via drag and drop.
    7  * Version:     1.0.7.1
     7 * Version:     1.0.7.2
    88 * Author:      Frenify
    99 * Author URI:  https://frenify.com/
     
    7373    define( 'CATEGORIFY_PLUGIN_NAME', 'Categorify' );
    7474    define( 'CATEGORIFY_PLUGIN_URL', plugin_dir_url( CATEGORIFY__FILE__ ) );
    75     define( 'CATEGORIFY_PLUGIN_VERSION', '1.0.7' );
     75    define( 'CATEGORIFY_PLUGIN_VERSION', '1.0.7.2' );
    7676    function categorify_plugins_loaded()
    7777    {
  • categorify/trunk/readme.txt

    r2997440 r2998026  
    77Requires at least: 4.0.0
    88Tested up to: 6.4.1
    9 Stable tag: 1.0.7
     9Stable tag: 1.0.7.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.