Plugin Directory

Changeset 3187267


Ignore:
Timestamp:
11/13/2024 09:22:59 AM (17 months ago)
Author:
webflowapp
Message:

Changed comment version

Location:
webflow-pages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • webflow-pages/tags/1.1.1/webflow-pages.php

    r3187258 r3187267  
    33 * Plugin Name: Webflow Pages
    44 * Description: Build pages visually with the power of code in Webflow, then serve them right on your WordPress site.
    5  * Version:     1.1.0
     5 * Version:     1.1.1
    66 * Author:      Webflow
    77 * Author URI:  https://webflow.com
     
    2222
    2323// Define constants
    24 define('WEBFLOW_PAGES_PLUGIN_VERSION', '1.1.0');
     24define('WEBFLOW_PAGES_PLUGIN_VERSION', '1.1.1');
    2525define('WEBFLOW_PAGES_PLUGIN_DIRECTORY_PATH', plugin_dir_path(__FILE__));
    2626define('WEBFLOW_PAGES_PLUGIN_DIRECTORY_URL', plugin_dir_url(__FILE__));
  • webflow-pages/trunk/webflow-pages.php

    r3153929 r3187267  
    33 * Plugin Name: Webflow Pages
    44 * Description: Build pages visually with the power of code in Webflow, then serve them right on your WordPress site.
    5  * Version:     1.1.0
     5 * Version:     1.1.1
    66 * Author:      Webflow
    77 * Author URI:  https://webflow.com
     
    2222
    2323// Define constants
    24 define('WEBFLOW_PAGES_PLUGIN_VERSION', '1.1.0');
     24define('WEBFLOW_PAGES_PLUGIN_VERSION', '1.1.1');
    2525define('WEBFLOW_PAGES_PLUGIN_DIRECTORY_PATH', plugin_dir_path(__FILE__));
    2626define('WEBFLOW_PAGES_PLUGIN_DIRECTORY_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.