Changeset 3468775
- Timestamp:
- 02/24/2026 04:41:25 PM (5 weeks ago)
- Location:
- wp-perfect-plugin/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-perfect-plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-perfect-plugin/trunk/readme.txt
r3458320 r3468775 5 5 Requires PHP: 7.1 6 6 Tested up to: 6.9.1 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 33 33 34 34 == Changelog = 35 36 = 2.1.3 = 37 * SYNC: Plugin is now synchronized with its ClassicPress counterpart (W3P SEO) 35 38 36 39 = 2.1.2 = -
wp-perfect-plugin/trunk/wp-perfect-plugin.php
r3458320 r3468775 6 6 * Author: Ciprian Popescu 7 7 * Author URI: https://getbutterfly.com/ 8 * Version: 2.1. 28 * Version: 2.1.3 9 9 * License: GNU General Public License v3 or later 10 10 * License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 35 35 define( 'W3P_URL', WP_PLUGIN_URL . '/' . dirname( plugin_basename( __FILE__ ) ) ); 36 36 define( 'W3P_PATH', plugin_dir_path( __FILE__ ) ); 37 define( 'W3P_VERSION', '2.1. 2' );37 define( 'W3P_VERSION', '2.1.3' ); 38 38 39 39 require 'includes/functions.php';
Note: See TracChangeset
for help on using the changeset viewer.