Plugin Directory

Changeset 3468775


Ignore:
Timestamp:
02/24/2026 04:41:25 PM (5 weeks ago)
Author:
butterflymedia
Message:

Plugin is now synchronized with its ClassicPress counterpart (W3P SEO)

Location:
wp-perfect-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-perfect-plugin/trunk/readme.txt

    r3458320 r3468775  
    55Requires PHP: 7.1
    66Tested up to: 6.9.1
    7 Stable tag: 2.1.2
     7Stable tag: 2.1.3
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3333
    3434== Changelog =
     35
     36= 2.1.3 =
     37* SYNC: Plugin is now synchronized with its ClassicPress counterpart (W3P SEO)
    3538
    3639= 2.1.2 =
  • wp-perfect-plugin/trunk/wp-perfect-plugin.php

    r3458320 r3468775  
    66 * Author: Ciprian Popescu
    77 * Author URI: https://getbutterfly.com/
    8  * Version: 2.1.2
     8 * Version: 2.1.3
    99 * License: GNU General Public License v3 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3535define( 'W3P_URL', WP_PLUGIN_URL . '/' . dirname( plugin_basename( __FILE__ ) ) );
    3636define( 'W3P_PATH', plugin_dir_path( __FILE__ ) );
    37 define( 'W3P_VERSION', '2.1.2' );
     37define( 'W3P_VERSION', '2.1.3' );
    3838
    3939require 'includes/functions.php';
Note: See TracChangeset for help on using the changeset viewer.