Changeset 2189530
- Timestamp:
- 11/11/2019 09:42:14 AM (6 years ago)
- Location:
- freeflow/tags/1.0.1
- Files:
-
- 11 copied
-
. (copied) (copied from freeflow/trunk)
-
class.php (copied) (copied from freeflow/trunk/class.php)
-
css (copied) (copied from freeflow/trunk/css)
-
freeflow.php (copied) (copied from freeflow/trunk/freeflow.php) (2 diffs)
-
functions.php (copied) (copied from freeflow/trunk/functions.php)
-
images (copied) (copied from freeflow/trunk/images)
-
include (copied) (copied from freeflow/trunk/include)
-
js (copied) (copied from freeflow/trunk/js)
-
readme.txt (copied) (copied from freeflow/trunk/readme.txt) (1 diff)
-
templates (copied) (copied from freeflow/trunk/templates)
-
uninstall.php (copied) (copied from freeflow/trunk/uninstall.php)
Legend:
- Unmodified
- Added
- Removed
-
freeflow/tags/1.0.1/freeflow.php
r2186694 r2189530 10 10 Description: Give visitors a sampling of your paid content and increase your subscription revenue. 11 11 Author: Magnetic MG 12 Version: 1.0. 012 Version: 1.0.1 13 13 Author URI: https://magneticmerchandising.com/ 14 14 Tags: paywall, subscriptions, metered content, paid content … … 19 19 define( 'FREEFLOW_NAME', 'Freeflow Metered Content Plugin' ); 20 20 define( 'FREEFLOW_SLUG', 'freeflow' ); 21 define( 'FREEFLOW_VERSION', '1.0. 0' );21 define( 'FREEFLOW_VERSION', '1.0.1' ); 22 22 define( 'FREEFLOW_URL', plugin_dir_url( __FILE__ ) ); 23 23 define( 'FREEFLOW_PATH', plugin_dir_path( __FILE__ ) ); -
freeflow/tags/1.0.1/readme.txt
r2186694 r2189530 1 1 === FreeFlow Content Plugin for WordPress === 2 2 Tested up to: 5.2.4 3 Stable tag: 1.0. 03 Stable tag: 1.0.1 4 4 Tags: paywall, subscriptions, metered content, paid content 5 5 License: GPLv3 or later
Note: See TracChangeset
for help on using the changeset viewer.