Changeset 3187267
- Timestamp:
- 11/13/2024 09:22:59 AM (17 months ago)
- Location:
- webflow-pages
- Files:
-
- 2 edited
-
tags/1.1.1/webflow-pages.php (modified) (2 diffs)
-
trunk/webflow-pages.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webflow-pages/tags/1.1.1/webflow-pages.php
r3187258 r3187267 3 3 * Plugin Name: Webflow Pages 4 4 * Description: Build pages visually with the power of code in Webflow, then serve them right on your WordPress site. 5 * Version: 1.1. 05 * Version: 1.1.1 6 6 * Author: Webflow 7 7 * Author URI: https://webflow.com … … 22 22 23 23 // Define constants 24 define('WEBFLOW_PAGES_PLUGIN_VERSION', '1.1. 0');24 define('WEBFLOW_PAGES_PLUGIN_VERSION', '1.1.1'); 25 25 define('WEBFLOW_PAGES_PLUGIN_DIRECTORY_PATH', plugin_dir_path(__FILE__)); 26 26 define('WEBFLOW_PAGES_PLUGIN_DIRECTORY_URL', plugin_dir_url(__FILE__)); -
webflow-pages/trunk/webflow-pages.php
r3153929 r3187267 3 3 * Plugin Name: Webflow Pages 4 4 * Description: Build pages visually with the power of code in Webflow, then serve them right on your WordPress site. 5 * Version: 1.1. 05 * Version: 1.1.1 6 6 * Author: Webflow 7 7 * Author URI: https://webflow.com … … 22 22 23 23 // Define constants 24 define('WEBFLOW_PAGES_PLUGIN_VERSION', '1.1. 0');24 define('WEBFLOW_PAGES_PLUGIN_VERSION', '1.1.1'); 25 25 define('WEBFLOW_PAGES_PLUGIN_DIRECTORY_PATH', plugin_dir_path(__FILE__)); 26 26 define('WEBFLOW_PAGES_PLUGIN_DIRECTORY_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.